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

Build result summary

Details

Completed
Queue duration
24 minutes
Duration
35 minutes
Labels
None
Revision
362f4dc4c110f4ba193f09603a954c7575cbcc99
Total tests
1398
Fixed in
#63 (Scheduled)

Tests

Responsible

No one has taken responsibility for this failure

Tests

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...)