Description
It would appear that ShellServerIT was depending on seeing the ExampleShellExtension that was included in examples/simple.
As the examples no longer exist in the main tree, the test now fails in master.
Running org.apache.accumulo.test.ShellServerIT Tests run: 49, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 119.224 sec <<< FAILURE! - in org.apache.accumulo.test.ShellServerIT extensions(org.apache.accumulo.test.ShellServerIT) Time elapsed: 0.058 sec <<< FAILURE! java.lang.AssertionError: ExampleShellExtension present in root@miniInstance> extensions -l was not true expected:<true> but was:<false> at org.apache.accumulo.test.ShellServerIT.extensions(ShellServerIT.java:1282)
Reproducible on master via mvn clean verify -Dtest=foo -Dit.test=ShellServerIT -Dcheckstyle.skip -Dfindbugs.skip.
Assigned this to you mikewalch assuming that it was caused by ACCUMULO-4511. Sorry if my assessment is wrong.
Attachments
Issue Links
- is broken by
-
ACCUMULO-4511 Put examples in their own git repo
- Resolved