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: #2973 was successful
Job: Build was successful
Code commits
Openfire (master)
-
Dan Caseley 70aa21b7d216e80ebcd20d7458a7715588e6e304
CI: Fix LocalIncomingServerSessionTest flake - don't hang on undiscovered streams
- xmppserver/src/test/java/org/jivesoftware/openfire/session/RemoteInitiatingServerDummy.java (version 70aa21b7d216e80ebcd20d7458a7715588e6e304)
-
Dan Caseley d33ef5468b96b45a142d4bf197e8fc045b6dff28
CI: Fix LocalOutgoingServerSessionTest flake - delaying assignment
Mockito was causing UnfinishedStubbingException on XMPPServer.setInstance(newMock)- xmppserver/src/test/java/org/jivesoftware/openfire/session/LocalOutgoingServerSessionTest.java (version d33ef5468b96b45a142d4bf197e8fc045b6dff28)
-
Dan Caseley f56e3fba24f8e15f2a504033e3e67090ef8a6a15
CI: Revert the lenience given to testTCPConnections
ea7577566 added a lenience, but gasve it to TCP rather than BOSH connection- .github/actions/connectivitytests-action/conntest/src/test/java/ConnectivityTest.java (version f56e3fba24f8e15f2a504033e3e67090ef8a6a15)
-
Dan Caseley 3f92aa72f42218169c53529fcfe16afbe47721d4
CI: Fix LocalOutgoingServerSessionTest by allowing a single retry in case of a Netty race condition
- xmppserver/src/test/java/org/jivesoftware/openfire/session/LocalOutgoingServerSessionTest.java (version 3f92aa72f42218169c53529fcfe16afbe47721d4)
-
Dan Caseley f0ad4afb17c2b145089ab54c30ef698951b05b76
CI: Fix LocalIncomingServerSessionTest flake - allow ssl retries
- xmppserver/src/test/java/org/jivesoftware/openfire/session/RemoteInitiatingServerDummy.java (version f0ad4afb17c2b145089ab54c30ef698951b05b76)
-
Dan Caseley 122043708956efe8d2eee66c62b7f805d16229ff
CI: Fix BOSH test flake
Commit ea7577566 explicitly added tolerance to the TCP test, but references BOSH. I've extended it to BOSH - no idea if TCP is in error.- .github/actions/connectivitytests-action/conntest/src/test/java/ConnectivityTest.java (version 122043708956efe8d2eee66c62b7f805d16229ff)