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: #2148 was successful

Job: Build was successful

Stages & jobs

  1. Default Stage

Code commits

Openfire (master)

  • Guus der Kinderen

    Guus der Kinderen 55c0e91721761432853e2f2e357beaaf206e2e1a

    fixes OF-2266: Do not allow clean-ups interfere with test execution
    As cleanup starts pretty much at the same time as the test, it's possible that during the test, an earlier attempt gets cleaned up (causing the test to fail). This has been observed on CI with Github Actions.

    By using a mock of the TaskEngine, the cleanup task never gets executed, which prevents the issue.

    • xmppserver/src/test/java/org/jivesoftware/admin/LoginLimitManagerTest.java (version 55c0e91721761432853e2f2e357beaaf206e2e1a)