xiangdong Huang created IOTDB-242:
-------------------------------------
Summary: mvn integration-test failed because the files in the
target folder changes
Key: IOTDB-242
URL: https://issues.apache.org/jira/browse/IOTDB-242
Project: Apache IoTDB
Issue Type: Bug
Affects Versions: 0.8.0
Reporter: xiangdong Huang
Assignee: xiangdong Huang
when running `mvn integration-test`, exceptions will break the test because:
{panel:title= error message}
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 s <<<
FAILURE! - in org.apache.iotdb.cli.client.StartClientScriptIT[ERROR] Tests run:
1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 s <<< FAILURE! - in
org.apache.iotdb.cli.client.StartClientScriptIT[ERROR]
test(org.apache.iotdb.cli.client.StartClientScriptIT) Time elapsed: 0 s <<<
ERROR!java.lang.RuntimeException: Exactly one directory starting with
'iotdb-client-' should have been found, but was 2 at
org.apache.iotdb.cli.client.StartClientScriptIT.testOnUnix(StartClientScriptIT.java:66)
at
org.apache.iotdb.cli.client.StartClientScriptIT.test(StartClientScriptIT.java:44)
{panel}
It is because the scripts are in target/\{module_name}-\{version}/sbin/ instead
of target.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)