-
-
Notifications
You must be signed in to change notification settings - Fork 851
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
Remove RunSerial from tests #1885
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1885 +/- ##
======================================
- Coverage 87% 87% -1%
======================================
Files 959 959
Lines 50392 50392
Branches 6258 6258
======================================
- Hits 44113 44109 -4
- Misses 5246 5248 +2
- Partials 1033 1035 +2
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
No OOM so far, i will re-run the tests a few more times, just to make sure. |
I have not seen any OOM so far, but similar to #1886, i have seen 3 times out of 6 runs the same failing test om macos:
|
Macos only? If yes let's just disable them with a skip condition on macos, or an [ActiveIssue(...)] aftrr opening an issue. |
I wonder what the specs of the macOS image are? Could it be hitting the high memory cleanup issue my machine was. I’ll try running that test locally later. |
I have added As far as i understand this attribute, this will skip the test only on OSX (correct me, if i am wrong) |
Prerequisites
Description
This PR removes
[Collection("RunSerial")]
from the decoding/encoding tests, which was meant as a workaround for the sporadic OOM failures. Hopefully with #1730 this should no longer be necessary.