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

Build: #62 failed Scheduled

Stages & jobs

  1. Build and Package

  2. Deploy

  3. copy nightlies to website

Test results

  • 1,398 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)[159]
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

Passing on the main branch.

Run Maven
Skipped CacheableOptionalTest cacheSizeOfPresentCacheableOptionalBooleanIsCorrect

Passing on the main branch.

Run Maven
Skipped DefaultExternalizableUtilTest testWriteReadExternalizableCollection

Passing on the main branch.

Run Maven
Skipped DefaultExternalizableUtilTest testWriteReadSerializableCollection

Passing on the main branch.

Run Maven
Skipped DefaultExternalizableUtilTest testWriteReadStringCollection

Passing on the main branch.

Run Maven
Skipped DefaultExternalizableUtilTest testWriteReadExternalizableMap

Passing on the main branch.

Run Maven
Skipped DefaultExternalizableUtilTest testWriteReadSerializableMap

Passing on the main branch.

Run Maven