-
Notifications
You must be signed in to change notification settings - Fork 525
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 ttl not work due to job not close tx #1330
Conversation
Change-Id: Ic4a3bc11e67f92c88772149d5c304a2c1da0ec64
Codecov Report
@@ Coverage Diff @@
## master #1330 +/- ##
============================================
+ Coverage 61.88% 62.32% +0.43%
- Complexity 5751 5770 +19
============================================
Files 377 377
Lines 31543 31553 +10
Branches 4419 4422 +3
============================================
+ Hits 19521 19666 +145
+ Misses 10029 9887 -142
- Partials 1993 2000 +7 Continue to review full report at Codecov.
|
} | ||
|
||
protected void cancelled() { | ||
// Do nothing, subclasses may override this method | ||
} | ||
|
||
protected void closeTx() { | ||
if (this.graph().tx().isOpen()) { |
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.
define tx first
Change-Id: Ic4a3bc11e67f92c88772149d5c304a2c1da0ec64