Generates the latest/greatest Maven-based artifacts for the Openfire project, every night.

Build: #2660 failed Scheduled with changes by Guus der Kinderen

Stages & jobs

  1. Build and Package

  2. Deploy

  3. copy nightlies to website

Test results

  • 1,411 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 LocalIncomingServerSessionTest incomingTest(ServerSettings, ServerSettings)[262]
Run Maven < 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...)
Skipped tests 7
Status Test Failing since View job
Skipped IQEntityTimeHandlerTest testPerformanceDatatypeConvertVsXMPPDateFormat
Run Maven
Skipped CacheableOptionalTest cacheSizeOfPresentCacheableOptionalBooleanIsCorrect
Run Maven
Skipped DefaultExternalizableUtilTest testWriteReadSerializableCollection
Run Maven
Skipped DefaultExternalizableUtilTest testWriteReadExternalizableCollection
Run Maven
Skipped DefaultExternalizableUtilTest testWriteReadExternalizableMap
Run Maven
Skipped DefaultExternalizableUtilTest testWriteReadSerializableMap
Run Maven
Skipped DefaultExternalizableUtilTest testWriteReadStringCollection
Run Maven