namrata-ibm commented on PR #956: URL: https://github.com/apache/activemq/pull/956#issuecomment-2283182041
Thank you @gmcdonald for helping with the infra. @mattrpav The above job triggered on s390x - failed with error: ``` JournalArchiveTest.testRecoveryOnArchiveFailure:122 ยป UnsupportedOperation The Security Manager is deprecated and will be removed in a future release ``` This fails on s390x as tests were run with jdk22 whereas on amd, [jdk 17 is used](https://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ/job/main/474/) and the tests pass with a warning about The Security Manager: ``` [INFO] Running org.apache.activemq.store.kahadb.JournalArchiveTest WARNING: A terminally deprecated method in java.lang.System has been called WARNING: System::setSecurityManager has been called by org.apache.activemq.store.kahadb.JournalArchiveTest (file:/home/jenkins/jenkins-agent/workspace/ActiveMQ_ActiveMQ_main/activemq-kahadb-store/target/test-classes/) WARNING: Please consider reporting this to the maintainers of org.apache.activemq.store.kahadb.JournalArchiveTest WARNING: System::setSecurityManager will be removed in a future release [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.645 s -- in org.apache.activemq.store.kahadb.JournalArchiveTest ``` Could you please trigger a job with jdk 17? -- 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. To unsubscribe, e-mail: gitbox-unsubscr...@activemq.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: gitbox-unsubscr...@activemq.apache.org For additional commands, e-mail: gitbox-h...@activemq.apache.org For further information, visit: https://activemq.apache.org/contact