We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93be131 commit a78438bCopy full SHA for a78438b
services/dynamic-scheduler/tests/unit/services/generic_scheduler/test__core.py
@@ -1208,6 +1208,10 @@ async def test_restart_revert_operation_step_in_error(
1208
await ensure_expected_order(steps_call_order, expected_order)
1209
await _ensure_keys_in_store(selected_app, expected_keys=formatted_expected_keys)
1210
1211
+ # give some time for the deferred runner to store the errors
1212
+ # avoids flkayness
1213
+ await asyncio.sleep(0.1)
1214
+
1215
# set step to no longer raise and restart the failed steps
1216
steps_to_restart = _get_steps_matching_class(
1217
operation, match=_FailOnCreateAndRevertBS
0 commit comments