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
One of the github actions unit tests failed on test_reads_when_count_false. It passed when re-run, so this gives me pause.
I have run it locally and seen a sporadic failure:
for i in $(seq 1000)do echo on test $i cargo test &> run.log retval=$? grep "test result" run.log | sed 's/^/ /'; if [ "$retval" == "0" ]; then echo Test $i passed rm run.log else echo Test $i failed, check run.log exit 1; fidone
I wonder if there's some type of race condition or out of order output.
The text was updated successfully, but these errors were encountered:
One of the github actions unit tests failed on
test_reads_when_count_false
. It passed when re-run, so this gives me pause.I have run it locally and seen a sporadic failure:
I wonder if there's some type of race condition or out of order output.
The text was updated successfully, but these errors were encountered: