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
The TestStore List/with multiple existing projects test randomly fails due to non-deterministic ordering:
TestStore List/with multiple existing projects
--- FAIL: TestStore_List (0.01s) --- FAIL: TestStore_List/with_multiple_existing_projects (0.01s) store_test.go:59: Error Trace: store_test.go:59 Error: Not equal: expected: []string{"chicken", "cow"} actual : []string{"cow", "chicken"} Diff: --- Expected +++ Actual @@ -1,4 +1,4 @@ ([]string) (len=2) { - (string) (len=7) "chicken", - (string) (len=3) "cow" + (string) (len=3) "cow", + (string) (len=7) "chicken" } Test: TestStore_List/with_multiple_existing_projects FAIL
The text was updated successfully, but these errors were encountered:
sonofachamp
No branches or pull requests
The
TestStore List/with multiple existing projects
test randomly fails due to non-deterministic ordering:The text was updated successfully, but these errors were encountered: