-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Experiment (NOT FOR MERGING): Add test to stress insert ... select for Issue #7959
Experiment (NOT FOR MERGING): Add test to stress insert ... select for Issue #7959
Conversation
Something wrong with the issue/comment template? Mmm.... |
Codecov Report
@@ Coverage Diff @@
## master #7959 +/- ##
==========================================
+ Coverage 41.48% 41.49% +<.01%
==========================================
Files 479 479
Lines 63964 63966 +2
==========================================
+ Hits 26534 26540 +6
+ Misses 33975 33970 -5
- Partials 3455 3456 +1
Continue to review full report at Codecov.
|
This is not working as intended... yet. |
The good news is that I've managed to create a test that can make this fail. |
Added transaction support |
@lunny Unfortunately, adding transactions did not make any difference. |
Closing this in favor of #8005, which is independent of the method implemented in |
This is a follow-up of #7950; i.e. an attempt to add tests for #7944. Se my comment at #7950 (comment)
I'm not sure whether this should be included in the
master
branch, but the tests are worth sharing IMO.