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
I could raise an issue about for resolving this but I doubt it'll ever be a concern out of tests.
Instead the setup_cli.bats test should probably be relocated into the serial group instead of parallel, that way the test shouldn't fail due to race condition 👍
Unexpected test failure:
not ok 74 [setup.sh] show usage when no arguments provided in 107ms
# (from function `assert_success' in file test/test_helper/bats-assert/src/assert_success.bash, line 42,
# in test file test/tests/parallel/set3/scripts/setup_cli.bats, line 30)
# `assert_success' failed
#
# -- command failed --
# status : 1
# output : Error response from daemon: No such container: dms-test_postconf-helper
# --
#
assert_output --partial "This is the main administration command that you use for all your interactions with"
}
It seems the setup.sh script being called accidentally found a DMS container from another test (running concurrently), instead of the container belonging to the setup_cli.bats tests? (they're both in the same parallel test group):
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
The test case will not be able to run until Debian provides a release of curl from 2024. Better visibility and references documented for maintenance.
Type of change