-
Notifications
You must be signed in to change notification settings - Fork 648
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
test: reenable test on macos #12647
base: master
Are you sure you want to change the base?
test: reenable test on macos #12647
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #12647 +/- ##
==========================================
- Coverage 70.49% 70.47% -0.02%
==========================================
Files 845 845
Lines 172247 172247
Branches 172247 172247
==========================================
- Hits 121426 121392 -34
- Misses 45725 45753 +28
- Partials 5096 5102 +6
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
c62a27b
to
6429d01
Compare
9f31351
to
6dbc4f1
Compare
6dbc4f1
to
ab18777
Compare
ab18777
to
b92d078
Compare
I think we could reenable some of the tests for macos in ci. Except for I understand that macos tests are not gonna be run in a per PR basis. I'll revert the change to ci.yml, don't worry :) |
The flakiness has been explored here. First thing would be to have somebody reproduce the failure locally and then investigate where the segv is coming from. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since the unignored tests appear to be passing now, LGTM.
b92d078
to
f2b1e41
Compare
Idk how to reproduce it locally. If this happens often enough, maybe enable core dumps (temporarily), and upload the dumps somewhere for debugging? |
No description provided.