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 61fd572 commit 2a4df52Copy full SHA for 2a4df52
tests/flytekit/unit/extend/test_connector.py
@@ -383,7 +383,7 @@ def test_convert_to_flyte_phase():
383
assert convert_to_flyte_phase("TIMEDOUT") == TaskExecution.FAILED
384
assert convert_to_flyte_phase("CANCELED") == TaskExecution.FAILED
385
assert convert_to_flyte_phase("SKIPPED") == TaskExecution.FAILED
386
- assert convert_to_flyte_phase("INTERNAL_ERROR") == TaskExecution.FAILED
+ assert convert_to_flyte_phase("INTERNAL_ERROR") == TaskExecution.RETRYABLE_FAILED
387
388
assert convert_to_flyte_phase("DONE") == TaskExecution.SUCCEEDED
389
assert convert_to_flyte_phase("SUCCEEDED") == TaskExecution.SUCCEEDED
0 commit comments