We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug All the test passes when running in normal mode (i.e. Non verbose mode) go test ./...
go test ./...
But when the tests are run in verbose mode, specific test fails go test -v ./...
go test -v ./...
Failure log
=== RUN TestEncodedProgres/test_encoded_progress I: [I0:F"Testing",T10,P10] I: [I0:P20,C2] I: [I0:P30,C3] I: [I0:P40,C4] I: [I0:P50,C5] I: [I0:P60,C6] I: [I0:P70,C7] I: [I0:P80,C8] I: [I0:P90,C9] I: [I0:P100,C10] === NAME TestEncodedProgres encodedProgress_test.go:74: Error Trace: C:/Sandbox/opensource/cpackget/cmd/utils/encodedProgress_test.go:74 Error: Should be true Test: TestEncodedProgres === RUN TestEncodedProgres/test_encoded_progress_with_write_interface I: [I0:F"Testing",T31,P100] === NAME TestEncodedProgres encodedProgress_test.go:89: Error Trace: C:/Sandbox/opensource/cpackget/cmd/utils/encodedProgress_test.go:89 Error: Should be true Test: TestEncodedProgres --- FAIL: TestEncodedProgres (0.00s)
To Reproduce Steps to reproduce the behavior:
--- FAIL: TestEncodedProgres (0.00s)
Expected behavior All tests should pass irrespective the tests are called in verbose or non verbose mode
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered:
bgn42
No branches or pull requests
Describe the bug
All the test passes when running in normal mode (i.e. Non verbose mode)
go test ./...
But when the tests are run in verbose mode, specific test fails
go test -v ./...
Failure log
To Reproduce
Steps to reproduce the behavior:
go test -v ./...
--- FAIL: TestEncodedProgres (0.00s)
Expected behavior
All tests should pass irrespective the tests are called in verbose or non verbose mode
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: