Generates the latest/greatest Maven-based artifacts for the Openfire project, every night.
Build: #195 failed Scheduled
Build result summary
Details
- Completed
- Queue duration
- < 1 second
- Duration
- 5 minutes
- Labels
- None
- Revision
-
6097b344a586991808c302826e884157669acd16
- Total tests
- 1767
- Fixed in
- #196 (Scheduled with changes by daryl herzmann and Guus der Kinderen)
Tests
- 1 New failures
- 0 Existing failures
- 0 Fixed
- 8 Quarantined / skipped
Responsible
No one has taken responsibility for this failure
Tests
| Status | Test | View job | Duration | |
|---|---|---|---|---|
| Collapse |
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...)
|
||||