-
Notifications
You must be signed in to change notification settings - Fork 4
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
Enable sanitizer on macOS #5809
Conversation
4f3e257
to
ba4eea6
Compare
Codecov Report
@@ Coverage Diff @@
## dev #5809 +/- ##
==========================================
- Coverage 61.59% 55.91% -5.69%
==========================================
Files 168 194 +26
Lines 21457 25893 +4436
Branches 31 31
==========================================
+ Hits 13217 14477 +1260
- Misses 8028 11204 +3176
Partials 212 212
*This pull request uses carry forward flags. Click here to find out more.
Continue to review full report at Codecov.
|
ba4eea6
to
e60d9b8
Compare
Protocol End-to-End Streaming Test Results - 2022_03_10@17-31-41 UTCResults compared to branch devExperiment 0 - Network conditions: normalExperiment metadata - Expand hereExperiment metadata:
Experiment results - Expand hereSUMMARY OF MOST INTERESTING METRICS:
CLIENT METRICS:
SERVER METRICS:
Experiment 1 - Network conditions: 1Mbit,none,noneExperiment metadata - Expand hereExperiment metadata:
Experiment results - Expand hereSUMMARY OF MOST INTERESTING METRICS:
CLIENT METRICS:
SERVER METRICS:
Experiment 2 - Network conditions: 1Mbit,none,0.1Experiment metadata - Expand hereExperiment metadata:
Experiment results - Expand hereSUMMARY OF MOST INTERESTING METRICS:
CLIENT METRICS:
SERVER METRICS:
Experiment 3 - Network conditions: 1Mbit,100,0.1Experiment metadata - Expand hereExperiment metadata:
Experiment results - Expand hereSUMMARY OF MOST INTERESTING METRICS:
CLIENT METRICS:
SERVER METRICS:
Results compared to branch mark/use-sanitisers-on-macosExperiment 0 - Network conditions: normalExperiment metadata - Expand hereExperiment metadata:
Experiment results - Expand hereSUMMARY OF MOST INTERESTING METRICS:
CLIENT METRICS:
SERVER METRICS:
Experiment 1 - Network conditions: 1Mbit,none,noneExperiment metadata - Expand hereExperiment metadata:
Experiment results - Expand hereSUMMARY OF MOST INTERESTING METRICS:
CLIENT METRICS:
SERVER METRICS:
Experiment 2 - Network conditions: 1Mbit,none,0.1Experiment metadata - Expand hereExperiment metadata:
Experiment results - Expand hereSUMMARY OF MOST INTERESTING METRICS:
CLIENT METRICS:
SERVER METRICS:
Experiment 3 - Network conditions: 1Mbit,100,0.1Experiment metadata - Expand hereExperiment metadata:
Experiment results - Expand hereSUMMARY OF MOST INTERESTING METRICS:
CLIENT METRICS:
SERVER METRICS:
|
Ticket(s) Closed
This is a small improvement to our CI that @fhvwy did a while back, and we never merged/finished. The fix is described here:
google/sanitizers#1026
Need to explicitly specify
detect_leaks
on macOS, and useclang++
for it to work.