-
Notifications
You must be signed in to change notification settings - Fork 51
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: Discard index and subscription implicit transactions #1715
fix: Discard index and subscription implicit transactions #1715
Conversation
f048194
to
d6992b7
Compare
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.
LGTM! Good catch. I look forward to see if it will help with flakyness.
Sadly I don't think it will, I just spotted it whilst staring at the flaky problem :( |
Ahhh... You had my hopes up when I saw that you marked it as resolving #1702. :) |
I have linked it to the wrong ticket 😆 Sorry. |
Codecov ReportPatch coverage:
@@ Coverage Diff @@
## develop #1715 +/- ##
===========================================
- Coverage 75.37% 75.35% -0.03%
===========================================
Files 208 208
Lines 21717 21727 +10
===========================================
+ Hits 16369 16371 +2
- Misses 4207 4213 +6
- Partials 1141 1143 +2
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 4 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
d6992b7
to
35d5289
Compare
…ork#1715) ## Relevant issue(s) Resolves sourcenetwork#1714 ## Description Discard index and subscription implicit transactions. I'm not sure if this was causing any problems, but they should be discarded.
Relevant issue(s)
Resolves #1714
Description
Discard index and subscription implicit transactions.
I'm not sure if this was causing any problems, but they should be discarded.