ari-ban / issue-test

0 stars 0 forks source link

Test failures on master when running within Linux Docker container #1960

Closed arinban closed 7 years ago

arinban commented 7 years ago

Failed tests: testChangeSessionId(org.glassfish.grizzly.http.server.HttpSessionTest): expected:<[JSESSIONID]> but was:<[CookieMonster]>

testChangeSessionId(org.glassfish.grizzly.http.server.HttpSessionTest) Time elapsed: 0.02 sec <<< FAILURE! junit.framework.ComparisonFailure: expected:<[JSESSIONID]> but was:<[CookieMonster]> at junit.framework.Assert.assertEquals(Assert.java:100)

Tests in error: testProvocativeWrite(org.glassfish.grizzly.http.server.NIOOutputSinksTest) testPostponedAsyncFailure(org.glassfish.grizzly.http.server.NIOOutputSinksTest)

Environment: Dockerized jenkins (the official jenkins LTS image). It reports:

java.vendor: Oracle Corporation java.version: 1.8.0_131 java.vm.name: OpenJDK 64-Bit Server VM

arinban commented 6 years ago
arinban commented 7 years ago

@rlubke Commented I was able to reproduce the two failures in the NIOOutputSinksTest.