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
@mjq discovered an issue with a unit test while fixing an incorrect CI configuration in #73:
I can reproduce this failure, but only rarely - on my laptop, the test failed only 3 out of 10000 runs.
$ go test -v -race -coverprofile=coverage.txt -covermode=atomic -count 10000 | grep FAIL --- FAIL: TestLoader (0.00s) --- FAIL: TestLoader/allows_clearAll_values_in_cache (0.02s) --- FAIL: TestLoader (0.00s) --- FAIL: TestLoader/allows_clearAll_values_in_cache (0.02s) --- FAIL: TestLoader (0.00s) --- FAIL: TestLoader/allows_clearAll_values_in_cache (0.02s) FAIL FAIL github.com/graph-gophers/dataloader/v6 390.973s
We should dig into what causes this test to fail non-deterministically and then fix the issue.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
@mjq discovered an issue with a unit test while fixing an incorrect CI configuration in #73:
We should dig into what causes this test to fail non-deterministically and then fix the issue.
The text was updated successfully, but these errors were encountered: