-
Notifications
You must be signed in to change notification settings - Fork 40
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
Create new test that creates lots of splits #267
Conversation
I marked this as WIP because there is currently no args that are accepted to configure the numbers used in the test, they are all hardcoded. It seems like the values that are tested against need to be known before the test starts which I guess is fine but it seems to make the passing of args to this test fragile. |
Everything here works I just need to do the following:
|
src/main/java/org/apache/accumulo/testing/continuous/ManySplits.java
Outdated
Show resolved
Hide resolved
src/main/java/org/apache/accumulo/testing/continuous/ManySplits.java
Outdated
Show resolved
Hide resolved
Co-authored-by: Keith Turner <kturner@apache.org>
Here is what the test output looks like currently:
|
# Conflicts: # src/main/java/org/apache/accumulo/testing/randomwalk/concurrent/Config.java
Fixes #266