-
Notifications
You must be signed in to change notification settings - Fork 1.4k
[hotfix] disable unstable test #10417
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
Conversation
612e961 to
5fa5da2
Compare
|
I feel this might catch a real bug, thus we should fix the bug instead of disabling the test |
|
@walterddr quick question, is this regarding the following failure: My PR has run into this a couple of times, but when I run this test locally it passes |
Correct. i wasn't able to repro even running 100+ times in a loop locally. CC @ankitsultana it seems like the issue surfaced after #10322 but i am not 100% sure that's the issue. |
|
Will take a look and get back. I have seen this error on my local as well once in the past (and for the least() query too). |
daad576 to
586c8c0
Compare
|
Found the issue: if an OpChain runs into a error, then it tries to send the error-block to the receiver and then return. If the OpChain returns a error-block, we issue a cancel. This has a race with the error-block sent upstream because sends are async. Will raise a fix shortly. Thanks folks for reporting this. |
586c8c0 to
90e779b
Compare
|
repush another attempt for fixing the issue |
90e779b to
b489773
Compare
Codecov Report
@@ Coverage Diff @@
## master #10417 +/- ##
=============================================
- Coverage 63.23% 27.99% -35.24%
+ Complexity 5068 58 -5010
=============================================
Files 2028 2028
Lines 110632 110635 +3
Branches 16847 16847
=============================================
- Hits 69955 30977 -38978
- Misses 35505 76575 +41070
+ Partials 5172 3083 -2089
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 1170 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
b489773 to
0f4cfa8
Compare
|
will close this PR for now. it showed the proper root cause and several fixes |
seeing failure since merged of #10322
since failure is not so reproducible. targeting issues might be related to the in-mem vs. grpc mailbox usage.