[Replica Level Throttle] Add test cases for replica level throttling#1754
Merged
junkaixue merged 1 commit intoapache:replica_level_throttlefrom May 26, 2021
Merged
[Replica Level Throttle] Add test cases for replica level throttling#1754junkaixue merged 1 commit intoapache:replica_level_throttlefrom
junkaixue merged 1 commit intoapache:replica_level_throttlefrom
Conversation
jiajunwang
approved these changes
May 26, 2021
Contributor
jiajunwang
left a comment
There was a problem hiding this comment.
I took a very quick review and decide to give you a quick approval : ) It is for protecting your changes eventually, haha.
helix-core/src/test/java/org/apache/helix/controller/stages/TestReplicaLevelThrottling.java
Show resolved
Hide resolved
This commit contains the test skeleton and multiple test cases for: 1. Sinlge top state throttling/non-throttling 2. Multi top states throttling/non-throttling
junkaixue
added a commit
that referenced
this pull request
Jun 1, 2021
This commit contains the test skeleton and multiple test cases for: 1. Sinlge top state throttling/non-throttling 2. Multi top states throttling/non-throttling
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Issues
resolves #343
Description
This commit contains the test skeleton and multiple test cases for:
Tests
TestReplicaLevelThrottling.java
[INFO] Tests run: 1263, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5,046.769 s - in TestSuite
[INFO]
[INFO] Results:
[INFO]
[INFO] Tests run: 1263, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO]
[INFO] --- jacoco-maven-plugin:0.8.6:report (generate-code-coverage-report) @ helix-core ---
[INFO] Loading execution data file /home/jxue/helix/helix-core/target/jacoco.exec
[INFO] Analyzed bundle 'Apache Helix :: Core' with 895 classes
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 01:24 h
[INFO] Finished at: 2021-05-25T11:56:09-07:00
[INFO] Final Memory: 44M/1115M
[INFO] ------------------------------------------------------------------------
Changes that Break Backward Compatibility (Optional)
(Consider including all behavior changes for public methods or API. Also include these changes in merge description so that other developers are aware of these changes. This allows them to make relevant code changes in feature branches accounting for the new method/API behavior.)
Documentation (Optional)
(Link the GitHub wiki you added)
Commits
Code Quality
(helix-style-intellij.xml if IntelliJ IDE is used)