Hi, all:
I am trying to compile CloudStack from the source using 4.11.2.0 branch. The
build fails with one test failure in NioTest.java. How can I fix this error?
2019-02-12 11:07:47,541 INFO [utils.testcase.NioTest] (main:) Clients stopped.
2019-02-12 11:07:47,541 INFO [utils.testcase.NioTest] (main:) Server stopped.
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 60.106 sec <<<
FAILURE! - in com.cloud.utils.testcase.NioTest
testConnection(com.cloud.utils.testcase.NioTest) Time elapsed: 60.103 sec <<<
ERROR!
org.junit.runners.model.TestTimedOutException: test timed out after 60000
milliseconds
at java.lang.Thread.sleep(Native Method)
at com.cloud.utils.testcase.NioTest.testConnection(NioTest.java:145)
(skip lots of output here)
Results :
Tests in error:
NioTest.testConnection:145 ? TestTimedOut test timed out after 60000
milliseco...
Tests run: 300, Failures: 0, Errors: 1, Skipped: 1
Thanks,
Yiping