-
Notifications
You must be signed in to change notification settings - Fork 6
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
fix: cert pinning failing for GET:/api-version #2302
fix: cert pinning failing for GET:/api-version #2302
Conversation
…cherry-pick # Conflicts: # network/src/commonJvmAndroid/kotlin/com/wire/kalium/network/HttpEngine.kt
Test Results2 121 tests - 626 2 114 ✔️ - 529 14s ⏱️ - 2m 40s Results for commit 9896cb8. ± Comparison against base commit 568fde8. This pull request removes 2747 and adds 2121 tests. Note that renamed tests count towards both.
This pull request removes 104 skipped tests and adds 7 skipped tests. Note that renamed tests count towards both.
♻️ This comment has been updated with latest results. |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## develop #2302 +/- ##
=============================================
- Coverage 58.58% 58.58% -0.01%
Complexity 21 21
=============================================
Files 1102 1102
Lines 42293 42293
Branches 3957 3957
=============================================
- Hits 24778 24777 -1
- Misses 15760 15761 +1
Partials 1755 1755
... and 1 file with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
Datadog ReportAll test runs ✅ 2 Total Test Services: 0 Failed, 0 with New Flaky, 2 Passed Test Services
|
Cherry pick from the original PR:
PR Submission Checklist for internal contributors
The PR Title
The PR Description
What's new in this PR?
Issues
cert pinning failing for GET:/api-version only
Solutions
there is a flag to ignore ssl cert in unbound network client for e2ei and that flag should be true only in debug mode and it was not, it should not have effected any users in prod
Needs releases with:
Testing
Test Coverage (Optional)
How to Test
Briefly describe how this change was tested and if applicable the exact steps taken to verify that it works as expected.
Notes (Optional)
Specify here any other facts that you think are important for this issue.
Attachments (Optional)
Attachments like images, videos, etc. (drag and drop in the text box)
PR Post Submission Checklist for internal contributors (Optional)
PR Post Merge Checklist for internal contributors
References