-
Notifications
You must be signed in to change notification settings - Fork 477
Fix Fate print command and improve ShellServerIT test #2755
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
Conversation
- Test provided by millerruntime, modified to add cluster accumulo.properties - modified logic for fate filters
| final String table = getUniqueNames(1)[0]; | ||
|
|
||
| System.setProperty("accumulo.properties", | ||
| "file://" + getCluster().getConfig().getAccumuloPropsFile().getCanonicalPath()); |
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.
Nice!
- modified filter logic - expanded IT test - modified unit test, command parsing didn't match IT results
|
I think this could be marked ready for review. There are some white space changes that could be dropped and the logic is confusing but if the test is passing then that is the important part to fix #2754. This PR is definitely closer to being merged than #2780, which is just an updated version of 2215. |
This is more for discussion of #2754, the the fate -print issue. It seems that the code was filtering the transaction.
Comparing the logic in main and in #2215, the logic seems the same, so not sure what is going on.
Also, the original logic seemed correct, but rather than the negative / skip logic that was used, this code flips that. Not sure this is a final solution - but maybe it help points to the issue.