Josh Elser created ACCUMULO-4550:
------------------------------------
Summary: Removal of examples breaks ShellServerIT#extensions
Key: ACCUMULO-4550
URL: https://issues.apache.org/jira/browse/ACCUMULO-4550
Project: Accumulo
Issue Type: Bug
Components: test
Reporter: Josh Elser
Assignee: Mike Walch
Priority: Critical
Fix For: 2.0.0
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.
{noformat}
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)
{noformat}
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.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)