-
Notifications
You must be signed in to change notification settings - Fork 61
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
Increment replication plugin version to 2.0 #348
Increment replication plugin version to 2.0 #348
Conversation
Ignore security plugin test failures as (security plugin's) main branch is tracking OS 1.4.0 |
Codecov Report
@@ Coverage Diff @@
## main #348 +/- ##
=============================================
- Coverage 72.55% 10.90% -61.66%
+ Complexity 907 111 -796
=============================================
Files 139 141 +2
Lines 4453 4559 +106
Branches 525 506 -19
=============================================
- Hits 3231 497 -2734
- Misses 906 3991 +3085
+ Partials 316 71 -245
Continue to review full report at Codecov.
|
Signed-off-by: Sai Kumar <karanas@amazon.com>
15074b7
to
20bdec8
Compare
@@ -434,20 +434,6 @@ integTest { | |||
} | |||
} | |||
|
|||
doLast { | |||
for (int port=startJmxPort; port<endJmxPort; port++) { |
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.
Please fix this in a followup PR
Signed-off-by: Sai Kumar karanas@amazon.com
Description
Increment replication plugin version to 2.0
Issues Resolved
#312
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.