Verifies the integrety of the projects, as builds are executed immediately after a code change was detected. This plan provides no artifiacts (use a nightly build instead).

Build: #605 was successful Changes by Florian Schmaus <flo@geekplace.eu>

Build result summary

Details

Completed
Queue duration
< 1 second
Duration
4 minutes
Labels
None
Agent
Default Agent
Revision
243f7fe197f932b14438544f443941d91e31b5fb
Total tests
725
Successful since
#574 ()

Tests

Code commits

Author Commit Message Commit date
Florian Schmaus <flo@geekplace.eu> Florian Schmaus <flo@geekplace.eu> 243f7fe197f932b14438544f443941d91e31b5fb Double the timeout to 120s in MemoryLeakTestUtil
Because an failing test on Travis was observered using a timeout of
60s:

org.jivesoftware.smackx.muc.MucMemoryLeakTest > mucMemoryLeakTest FAILED
    java.lang.AssertionError: No reference found after 60000ms
        at org.junit.Assert.fail(Assert.java:88)
        at org.junit.Assert.assertTrue(Assert.java:41)
        at org.junit.Assert.assertNotNull(Assert.java:712)
        at org.jivesoftware.smack.util.MemoryLeakTestUtil.assertReferencesQueueSize(MemoryLeakTestUtil.java:110)
        at org.jivesoftware.smack.util.MemoryLeakTestUtil.noResourceLeakTest(MemoryLeakTestUtil.java:103)
        at org.jivesoftware.smackx.muc.MucMemoryLeakTest.mucMemoryLeakTest(MucMemoryLeakTest.java:29)
Florian Schmaus <flo@geekplace.eu> Florian Schmaus <flo@geekplace.eu> 3fdaeb485873abc9e4da05dcb05dc677ea77e0ad Use StandardCharsets.(UTF_8|US_ASCII)
This also gets rid of a ton of UnsupportedEncodingException s.
Florian Schmaus <flo@geekplace.eu> Florian Schmaus <flo@geekplace.eu> 2a4d110b22378fe21730dd4db295e063caa3d789 Add Socks5Exception and improve SOCKS5 bytestream exception messages
The exception message now also contains the stream hosts and their
exception.
Florian Schmaus <flo@geekplace.eu> Florian Schmaus <flo@geekplace.eu> fd89a5e5a5b8274aa243cc7fae5bcbb1f8f5cb40 Add StreamHost.toString()
Florian Schmaus <flo@geekplace.eu> Florian Schmaus <flo@geekplace.eu> 7f0dc72dab8f3760bea6aafc4d939c6ed89d79ab Update errorprone(-plugin) and make Unused(Variable|Method) an error