-
Notifications
You must be signed in to change notification settings - Fork 240
flaky console test #1543
Copy link
Copy link
Closed
Labels
bugSomething isn't workingSomething isn't workingtriageNew issues or PRs to be acknowledged by maintainersNew issues or PRs to be acknowledged by maintainers
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingtriageNew issues or PRs to be acknowledged by maintainersNew issues or PRs to be acknowledged by maintainers
Type
Fields
Give feedbackNo fields configured for issues without a type.
What happened in your environment?
Sometimes when running the unit test, the console test might fail unexpectedly with error
What did you expect to happen?
The test should pass
How can we reproduce it?
Run all unit tests with high repetition count, e.g. 20, and it's likely to happen
go test -count=20 ./...What is the version of your ORAS CLI?
Main branch build in 5280c67
What is your OS environment?
Ubuntu 24.04
Are you willing to submit PRs to fix it?