You are viewing a plain text version of this content. The canonical link for it is here.
Posted to gitbox@activemq.apache.org by GitBox <gi...@apache.org> on 2021/05/21 19:47:22 UTC

[GitHub] [activemq] mattrpav edited a comment on pull request #647: [AMQ-7442] Support JDK11 full build and code style

mattrpav edited a comment on pull request #647:
URL: https://github.com/apache/activemq/pull/647#issuecomment-846078976


   [PASSED] ran mvn clean install without any issues on CentOS 8.x with JDK 11.0.9 and Maven 3.6.3
   
   [fails] mvn -Pfull.test has a few errors
   
   `
   [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.097 s <<< FAILURE! - in org.apache.activemq.bugs.AMQ3537Test
   [ERROR] testDeserializeProxy(org.apache.activemq.bugs.AMQ3537Test)  Time elapsed: 0.071 s  <<< ERROR!
   [ERROR] Tests run: 14, Failures: 3, Errors: 0, Skipped: 0, Time elapsed: 92.153 s <<< FAILURE! - in org.apache.activemq.network.DurableFiveBrokerNetworkBridgeTest
   [ERROR] testDurablePropagationBrokerRestart(org.apache.activemq.network.DurableFiveBrokerNetworkBridgeTest)  Time elapsed: 16.566 s  <<< FAILURE!
   [ERROR] testForceDurablePropagationDuplex(org.apache.activemq.network.DurableFiveBrokerNetworkBridgeTest)  Time elapsed: 13.232 s  <<< FAILURE!
   [ERROR] testForceDurablePropagationOneWay(org.apache.activemq.network.DurableFiveBrokerNetworkBridgeTest)  Time elapsed: 13.217 s  <<< FAILURE!
   [ERROR] Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 6.709 s <<< FAILURE! - in org.apache.activemq.transport.tcp.TcpTransportCloseSocketNoWarnTest
   [ERROR] testWarn(org.apache.activemq.transport.tcp.TcpTransportCloseSocketNoWarnTest)  Time elapsed: 3.607 s  <<< FAILURE!
   [ERROR] Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 10.659 s <<< FAILURE! - in org.apache.activemq.transport.tcp.TcpTransportInactiveDuringHandshakeTest
   [ERROR] testInactivityMonitorThreadCompletesWhenFiringDuringStart(org.apache.activemq.transport.tcp.TcpTransportInactiveDuringHandshakeTest)  Time elapsed: 10.628 s  <<< FAILURE!
   [ERROR] Failures: 
   [ERROR]   DurableFiveBrokerNetworkBridgeTest>CombinationTestSupport.runBare:107->testDurablePropagationBrokerRestart:146->assertNCDurableSubsCount:608
   [ERROR]   DurableFiveBrokerNetworkBridgeTest>CombinationTestSupport.runBare:107->testForceDurablePropagationDuplex:429->testForceDurablePropagation:457->assertNCDurableSubsCount:608
   [ERROR]   DurableFiveBrokerNetworkBridgeTest>CombinationTestSupport.runBare:107->testForceDurablePropagationOneWay:434->testForceDurablePropagation:457->assertNCDurableSubsCount:608
   [ERROR]   TcpTransportCloseSocketNoWarnTest.testWarn:103->doTest:139 warn|no warn in log expected:<true> but was:<false>
   [ERROR]   TcpTransportInactiveDuringHandshakeTest.testInactivityMonitorThreadCompletesWhenFiringDuringStart:158 inactivity fired
   [ERROR] Errors: 
   [ERROR]   AMQ3537Test.testDeserializeProxy:92 ยป ClassNotFound Forbidden class com.sun.pr...
   [ERROR] Tests run: 4700, Failures: 5, Errors: 1, Skipped: 236
   `
   
   The full test suite makes for a long run-fix-run cycle.  I'm thinking might be best to merge and clean these up as follow-on tasks. Thoughts?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org