Build: #2073 failed Scheduled

Build result summary

Details

Completed
Queue duration
11 minutes
Duration
21 minutes
Labels
None
Agent
Default Agent
Revision
68166855903a726f8ab690b764cda3a6acbf941b
Total tests
1395
Fixed in
#2074 (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)[34]
RPM Workflow < 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...)