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: #2621 failed

Job: Build failed

Stages & jobs

  1. Default Stage

  2. Continuous Integration

Test results

  • 1,417 tests in total
  • 1 test failed
  • 1 failure is new
  • 7 tests were quarantined / skipped
  • 8 minutes taken in total.

Build 2,621 has the following 1 errors: 1 new failure(s) occurred since the previous build.

New test failures 1
Status Test Duration
Collapse Failed LocalIncomingServerSessionTest incomingTest(ServerSettings, ServerSettings)[154]
< 1 sec
org.mockito.exceptions.misusing.UnfinishedStubbingException: 
Unfinished stubbing detected here:
-> at org.jivesoftware.openfire.session.LocalIncomingServerSessionTest.setUpEach(LocalIncomingServerSessionTest.java:146)

E.g. thenReturn() may be missing.
Examples of correct stubbing:
    when(mock.isOk()).thenReturn(true);
    when(mock.isOk()).thenThrow(exception);
(153 more lines...)