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: #2503 failed Changes by Guus der Kinderen

Test results

  • 1,384 tests in total
  • 1 test failed
  • 1 failure is new
  • 7 tests were quarantined / skipped
  • 7 minutes taken in total.
New test failures 1
Status Test View job Duration
Collapse Failed LocalOutgoingServerSessionTest outgoingTest(ServerSettings, ServerSettings)[306]
Build < 1 sec
org.mockito.exceptions.misusing.UnfinishedStubbingException: 
Unfinished stubbing detected here:
-> at org.jivesoftware.openfire.session.LocalOutgoingServerSessionTest.setUpEach(LocalOutgoingServerSessionTest.java:149)

E.g. thenReturn() may be missing.
Examples of correct stubbing:
    when(mock.isOk()).thenReturn(true);
    when(mock.isOk()).thenThrow(exception);
(153 more lines...)
Skipped tests 7
Status Test Failing since View job
Skipped IQEntityTimeHandlerTest testPerformanceDatatypeConvertVsXMPPDateFormat
Build
Skipped CacheableOptionalTest cacheSizeOfPresentCacheableOptionalBooleanIsCorrect
Build
Skipped DefaultExternalizableUtilTest testWriteReadExternalizableMap
Build
Skipped DefaultExternalizableUtilTest testWriteReadSerializableCollection
Build
Skipped DefaultExternalizableUtilTest testWriteReadSerializableMap
Build
Skipped DefaultExternalizableUtilTest testWriteReadExternalizableCollection
Build
Skipped DefaultExternalizableUtilTest testWriteReadStringCollection
Build