Skip to content

Instantly share code, notes, and snippets.

@thesurlydev
Last active December 18, 2015 02:59
Show Gist options
  • Save thesurlydev/5714875 to your computer and use it in GitHub Desktop.
Save thesurlydev/5714875 to your computer and use it in GitHub Desktop.
hung test on CloudStack master when running `mvn clean install -P developer,systemvm` Edit: second occurrence seemed to make it further but still hung
Running com.cloud.utils.testcase.NioTest
2013-06-05 11:27:28,727 INFO [utils.testcase.NioTest] (main:) Test
2013-06-05 11:27:28,785 INFO [utils.nio.NioServer] (NioTestServer-Selector:) NioConnection started and listening on 0.0.0.0/0.0.0.0:7777
Running com.cloud.utils.testcase.NioTest
2013-06-05 12:00:50,067 INFO [utils.testcase.NioTest] (main:) Test
2013-06-05 12:00:50,116 INFO [utils.nio.NioServer] (NioTestServer-Selector:) NioConnection started and listening on 0.0.0.0/0.0.0.0:7777
2013-06-05 12:00:50,122 INFO [utils.nio.NioClient] (NioTestServer-Selector:) Connecting to 127.0.0.1:7777
2013-06-05 12:00:50,180 WARN [utils.nio.Link] (NioTestServer-Selector:) SSL: Fail to find the generated keystore. Loading fail-safe one to continue.
2013-06-05 12:00:50,625 INFO [utils.nio.NioClient] (NioTestServer-Selector:) SSL: Handshake done
2013-06-05 12:00:50,625 INFO [utils.nio.NioClient] (NioTestServer-Selector:) Connected to 127.0.0.1:7777
2013-06-05 12:00:50,626 INFO [utils.testcase.NioTest] (NioTestServer-Handler-1:) Server: Received CONNECT task
2013-06-05 12:00:50,627 INFO [utils.testcase.NioTest] (NioTestServer-Handler-1:) Client: Received CONNECT task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment