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
Updated by Tom Clegg over 3 years ago
17650-fix-cwl-tests @ 1d460a17caf94ddc33610b39a0a11aec1d3905a2 -- developer-run-tests: #2458
Updated by Tom Clegg over 3 years ago
- % Done changed from 0 to 100
- Status changed from In Progress to Resolved
Applied in changeset arvados|c87b24618e4e12a5827466001f4440255c889b67.
Actions