You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by "sivabalan narayanan (Jira)" <ji...@apache.org> on 2020/06/09 22:02:00 UTC

[jira] [Created] (HUDI-1017) Integration test failure

sivabalan narayanan created HUDI-1017:
-----------------------------------------

             Summary: Integration test failure
                 Key: HUDI-1017
                 URL: https://issues.apache.org/jira/browse/HUDI-1017
             Project: Apache Hudi
          Issue Type: Bug
          Components: Testing
    Affects Versions: 0.6.0
            Reporter: sivabalan narayanan


Integration tests are failing intermittantly in my local machine. Happened twice in my 6 to 8 runs. 

 

3100295 [main] INFO  org.apache.hudi.integ.ITTestBase  - 

 

#################################################################################################

3100295 [main] INFO  org.apache.hudi.integ.ITTestBase  - Container : /adhoc-1, Running command :/var/hoodie/ws/hudi-cli/hudi-cli.sh --cmdfile /var/hoodie/ws/docker/demo/compaction.commands

3100295 [main] INFO  org.apache.hudi.integ.ITTestBase  - 

#################################################################################################

3104695 [dockerjava-jaxrs-async-79] INFO  org.apache.hudi.integ.ITTestBase  - onComplete called

3104700 [main] INFO  org.apache.hudi.integ.ITTestBase  - Exit code for command : 1

3104700 [main] ERROR org.apache.hudi.integ.ITTestBase  - 

 

 ###### Stdout #######

Client jar location not set, please set it in conf/hudi-env.sh

 

3104700 [main] ERROR org.apache.hudi.integ.ITTestBase  - 

 

 ###### Stderr #######

Error: Could not find or load main class .var.hoodie.ws.hudi-cli.target.hudi-cli-0.5.3-rc2.jar:

 

[*ERROR*] *Tests* *run: 1*, *Failures: 1*, Errors: 0, Skipped: 0, Time elapsed: 452.147 s *<<< FAILURE!* - in org.apache.hudi.integ.*ITTestHoodieDemo*

[*ERROR*] testDemo(org.apache.hudi.integ.ITTestHoodieDemo)  Time elapsed: 452.146 s  <<< FAILURE!

java.lang.AssertionError: Command ([/var/hoodie/ws/hudi-cli/hudi-cli.sh, --cmdfile, /var/hoodie/ws/docker/demo/compaction.commands]) expected to succeed. Exit (1) expected:<0> but was:<1>

 at org.apache.hudi.integ.ITTestHoodieDemo.scheduleAndRunCompaction(ITTestHoodieDemo.java:304)

 at org.apache.hudi.integ.ITTestHoodieDemo.testDemo(ITTestHoodieDemo.java:93)

 

[*INFO*] 

[*INFO*] Results:

[*INFO*] 

[*ERROR*] *Failures:* 

[*ERROR*]   *ITTestHoodieDemo.testDemo:93->scheduleAndRunCompaction:304->ITTestBase.executeCommandStringInDocker:190->ITTestBase.executeCommandInDocker:168 Command ([/var/hoodie/ws/hudi-cli/hudi-cli.sh, --cmdfile, /var/hoodie/ws/docker/demo/compaction.commands]) expected to succeed. Exit (1) expected:<0> but was:<1>*

[*INFO*] 

[*ERROR*] *Tests run: 7, Failures: 1, Errors: 0, Skipped: 0*

[*INFO*]



--
This message was sent by Atlassian Jira
(v8.3.4#803005)