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

Build: #195 failed Scheduled

Stages & jobs

  1. Build and Package

Test results

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

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 8
Status Test Failing since View job
Skipped IQEntityTimeHandlerTest testPerformanceDatatypeConvertVsXMPPDateFormat
Workflow
Skipped CacheableOptionalTest cacheSizeOfPresentCacheableOptionalBooleanIsCorrect

Passing on the main branch.

Workflow
Skipped DefaultExternalizableUtilTest testWriteReadExternalizableCollection
Workflow
Skipped DefaultExternalizableUtilTest testWriteReadStringCollection
Workflow
Skipped DefaultExternalizableUtilTest testWriteReadExternalizableMap
Workflow
Skipped DefaultExternalizableUtilTest testWriteReadSerializableCollection
Workflow
Skipped DefaultExternalizableUtilTest testWriteReadSerializableMap
Workflow
Skipped ReverseLookupUpdatingCacheEntryListenerTest testUpdateFromAnotherNodeForUniqueInWrongOrder

Passing on the main branch.

Workflow