Build: #2839 failed
Job: RPM Workflow failed
Test results
- 1,866 tests in total
- 1 test failed
- 1 failure is new
- 1 test was fixed
- 8 tests were quarantined / skipped
- 5 minutes taken in total.
Build 2,839 has the following 1 errors: 1 new failure(s) occurred since the previous build.
| Status | Test | Duration | |
|---|---|---|---|
| Collapse |
LocalOutgoingServerSessionTest
outgoingTest(ServerSettings, ServerSettings)[115]
|
< 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);
(64 more lines...)
|
|||