-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Revert #13857 #14285
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
Revert #13857 #14285
Conversation
This reverts commit a1c9e8f
Codecov Report
@@ Coverage Diff @@
## master #14285 +/- ##
==========================================
+ Coverage 41.83% 41.93% +0.09%
==========================================
Files 743 736 -7
Lines 79395 79019 -376
==========================================
- Hits 33212 33133 -79
+ Misses 40718 40427 -291
+ Partials 5465 5459 -6
Continue to review full report at Codecov.
|
@lunny do how far is chi migration going? If it's quit finished, I think we dont need to revert, but if it will take still some time we could consider this here as hotfix |
This is critical and breaking, it NEEDS to be reverted if fix is not being proposed |
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.
.
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.
As you wish |
This reverts #13857 and subsequently #14263 with the exception of keeping modified Drone config that performs tests against Windows builds.
The current implementation of #13857 is broken as it creates two separate sessions that fight, overwriting each other and making logging in impossible on any session provider that is not
memory
.Fixes #14271