-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
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
TestBBIExpandsWithoutPrefix failing intermittently #218
Comments
here are the full logs from the 100 tests |
Here is an example of one of the failures. The relevant error seems to be
|
TestBBIExpandsWithoutPrefix
is failing roughly 10% of the time that it runs in drone. Additionally,TestBBIExpandsWithPrefix
fails occasionally too (<5% of the time).I reproduced this on a 2 vCPU workflow, by running the test 100x in a bash loop. Interestingly, when run by itself,
TestBBIExpandsWithoutPrefix
failed only 2 of 100 times, but when I ran all three tests in that file, it failed 9 of 100 times andTestBBIExpandsWithPrefix
failed an additional 2 times.Running only
TestBBIExpandsWithoutPrefix
Got 2 failures
Running
TestBBIExpandsWithoutPrefix
,TestBBIExpandsWithPrefix
, andTestBBIExpandsWithPrefixToPartialMatch
Got 11 total failures.
Results of these tests (containing the failure messages) are in the comment below
The text was updated successfully, but these errors were encountered: