2014-08-12 15:08 GMT+02:00 Konstantin Kolinko <knst.koli...@gmail.com>:
> > [junit] Test org.apache.catalina.nonblocking.TestNonBlockingAPI FAILED > > Testsuite: org.apache.catalina.nonblocking.TestNonBlockingAPI > Tests run: 5, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 27.534 sec > ------------- Standard Error ----------------- > (a lot of lines - omitting...) > ------------- ---------------- --------------- > > Testcase: testBug55438NonBlockingReadWriteEmptyRead took 2 sec > Testcase: testNonBlockingRead took 2.172 sec > Testcase: testNonBlockingWriteError took 14.015 sec > FAILED > Error listener should have been invoked. > junit.framework.AssertionFailedError: Error listener should have been > invoked. > at > org.apache.catalina.nonblocking.TestNonBlockingAPI.testNonBlockingWriteError(TestNonBlockingAPI.java:347) > Yes, but this is actually not new, since I had it fail for me once in a while locally. So it seems less occasional now in gump. It looked to me like a timing issue (the NIO2 is a bit different from the other connector for this sort of errors) and I didn't care much about it. Rémy