Generates the latest/greatest Maven-based artifacts for the Openfire project, every night.
Build: #195 failed
Job: Workflow failed
Test results
- 1,767 tests in total
- 1 test failed
- 1 failure is new
- 8 tests were quarantined / skipped
- 2 minutes taken in total.
Build 195 has the following 1 errors: 1 new failure(s) occurred since the previous build.
| Status | Test | Duration | |
|---|---|---|---|
| Collapse |
LocalOutgoingServerSessionTest
outgoingTest(ServerSettings, ServerSettings)[305]
|
< 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...)
|
|||