Actions
Bug #17650
closedsdk/cwl tests fail due to changed execution order
Story points:
-
Release:
Release relationship:
Auto
Description
Using
run-tests.sh --interactive
test sdk/cwl:py3
→ FAIL: test_update_name (tests.test_submit.TestCreateWorkflow)test sdk/cwl:py3 --test-suite=tests.test_submit.TestCreateWorkflow.test_update_name
→ ok
Looks like some side effect from a different test suite (test_container?) causes "acrContainerImage":"99999999999999999999999999999993+99" instead of the expected "acrContainerImage":"999999999999999999999999999999d3+99".
Previously, Jenkins was running the test_submit test cases before the test_container test cases, and all tests passed. After updating the Jenkins worker image today, test order changed, and tests started failing.- before: run-tests-remainder: #4530 /consoleText
- after: run-tests-remainder: #4533 /consoleText
Actions