Build: #2838 failed Scheduled
Build result summary
Details
- Completed
- Queue duration
- 1 second
- Duration
- 8 minutes
- Labels
- None
- Revision
-
008321fad877190f8b33a04d7621a6344f7b14bb
- Total tests
- 1866
- Fixed in
- #2841 (Scheduled)
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)[210]
|
RPM Workflow | < 1 sec | |
org.mockito.exceptions.misusing.UnfinishedStubbingException:
Unfinished stubbing detected here:
-> at org.jivesoftware.openfire.session.LocalOutgoingServerSessionTest.setUpEach(LocalOutgoingServerSessionTest.java:149)
E.g. thenReturn() may be missing.
Examples of correct stubbing:
when(mock.isOk()).thenReturn(true);
when(mock.isOk()).thenThrow(exception);
(64 more lines...)
|
||||