-
Notifications
You must be signed in to change notification settings - Fork 45
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
adapt to schedule async task in cluster #89
Conversation
Change-Id: I5b056c102ce07d4b30c7c3455c51285712a17131
Change-Id: I81f61adfaec763fd622dd834ccd4c9da37420dd5
Codecov Report
@@ Coverage Diff @@
## master #89 +/- ##
============================================
+ Coverage 77.00% 77.48% +0.48%
- Complexity 783 784 +1
============================================
Files 127 127
Lines 3244 3225 -19
Branches 192 187 -5
============================================
+ Hits 2498 2499 +1
+ Misses 607 587 -20
Partials 139 139
Continue to review full report at Codecov.
|
Assert.assertEquals("Can't query by paging and filtering", | ||
e.getMessage()); | ||
}); | ||
|
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.
delete empty line
@@ -161,6 +172,9 @@ public boolean success() { | |||
if (this.dependencies != null) { | |||
map.put(P.DEPENDENCIES, this.dependencies); | |||
} | |||
if (this.server != null) { | |||
map.put(P.SERVER, this.server); | |||
} |
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.
must set?
Change-Id: I5b056c102ce07d4b30c7c3455c51285712a17131