-
Notifications
You must be signed in to change notification settings - Fork 445
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
Added Eventual Scan test in ComprehensiveIT #4754
base: 3.1
Are you sure you want to change the base?
Conversation
test/src/main/java/org/apache/accumulo/test/ComprehensiveIT.java
Outdated
Show resolved
Hide resolved
test/src/main/java/org/apache/accumulo/test/ComprehensiveIT.java
Outdated
Show resolved
Hide resolved
test/src/main/java/org/apache/accumulo/test/ComprehensiveIT.java
Outdated
Show resolved
Hide resolved
test/src/main/java/org/apache/accumulo/test/ComprehensiveIT.java
Outdated
Show resolved
Hide resolved
test/src/main/java/org/apache/accumulo/test/ComprehensiveIT.java
Outdated
Show resolved
Hide resolved
test/src/main/java/org/apache/accumulo/test/ComprehensiveIT.java
Outdated
Show resolved
Hide resolved
test/src/main/java/org/apache/accumulo/test/ComprehensiveIT.java
Outdated
Show resolved
Hide resolved
test/src/main/java/org/apache/accumulo/test/ComprehensiveIT.java
Outdated
Show resolved
Hide resolved
I added in keith's suggestions on how not fall back to tservers and the tests are now working as expected when stoping and restarting scan servers |
test/src/main/java/org/apache/accumulo/test/ComprehensiveIT.java
Outdated
Show resolved
Hide resolved
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.
Made some suggestions to remove starting and stopping the scan servers during the test. Restarting the scan server during the test does not test the scan server functionality of eventually picking up new data.
Closes issue #4705
Added in a new test into ComprehensiveIT, that check the behavior of eventual scan. Structure of the test is as follows: