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
Is it reproducible with SwiftPM command-line tools: swift build, swift test, swift package etc?
Confirmed reproduction steps with SwiftPM CLI. The description text must include reproduction steps with either of command-line SwiftPM commands, swift build, swift test, swift package etc.
Description
This test is producing assertion failures on very similar configured docker containers as the ones used in CI. It's this assertion that's problematic because it often produces .timeout instead of the expected .success.
It is expected that the tests can run in similar environments to the CI builds, and continue to pass when they should.
Actual behavior
This test is failing due to this assert finding a value of .timeout instead of .success.
Steps to reproduce
Run swift test of the swift-package-manager using a Linux docker container based on Ubuntu Noble, Jammy, or another one of the toolchain supported Linux environments
Swift Package Manager version/commit hash
No response
Swift & OS version (output of swift --version ; uname -a)
No response
The text was updated successfully, but these errors were encountered:
Is it reproducible with SwiftPM command-line tools:
swift build
,swift test
,swift package
etc?swift build
,swift test
,swift package
etc.Description
This test is producing assertion failures on very similar configured docker containers as the ones used in CI. It's this assertion that's problematic because it often produces
.timeout
instead of the expected.success
.Expected behavior
It is expected that the tests can run in similar environments to the CI builds, and continue to pass when they should.
Actual behavior
This test is failing due to this assert finding a value of
.timeout
instead of.success
.Steps to reproduce
swift test
of the swift-package-manager using a Linux docker container based on Ubuntu Noble, Jammy, or another one of the toolchain supported Linux environmentsSwift Package Manager version/commit hash
No response
Swift & OS version (output of
swift --version ; uname -a
)No response
The text was updated successfully, but these errors were encountered: