Closed garymm closed 1 year ago
Looks like the tests got stuck downloading some packages. I re-ran them and hopefully will work this time.
Looks like the tests got stuck downloading some packages. I re-ran them and hopefully will work this time.
No actually the tests are timing out. Maybe try extending the timeout? Not sure if we want to run these in CI since they are a bit long.
Patch coverage: 14.94
% and project coverage change: -3.13
:warning:
Comparison is base (
7e9561c
) 40.34% compared to head (673fb36
) 37.21%.
:mega: This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
I split the test into race and non-race. Overall CI is a bit slower now but it checks BOA is working at a basic level so I think it's worth it. We can adjust if it's problematic.
This will make it easier to check if things are working without looking at the GUI.
Move the old race-detector test to a separate file so we can run it only when race detector is enabled. The new test is too slow with the race detector enabled, and the old test is worthless with it disabled.
And some minor clean-up in boa example: