You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The FuncXExecutor has some behavior around threads we don't mock, but that caused the FuncXTaskServer to break when FuncX updated to v1. We should make our mock executor wrap the FuncXExecutor (and, perhaps, mark the futures as complete once _batch_run returns them) so that we ensure that Colmena is properly tested against FuncX
The FuncXExecutor has some behavior around threads we don't mock, but that caused the FuncXTaskServer to break when FuncX updated to v1. We should make our mock executor wrap the FuncXExecutor (and, perhaps, mark the futures as complete once
_batch_run
returns them) so that we ensure that Colmena is properly tested against FuncXSee e5dbc04 for details
The text was updated successfully, but these errors were encountered: