Build: #122 failed Scheduled

Build result summary

Details

Completed
Queue duration
42 minutes
Duration
55 minutes
Labels
None
Agent
ip-172-31-27-151.eu-central-1.compute.internal
Revision
362f4dc4c110f4ba193f09603a954c7575cbcc99
Total tests
1398
Fixed in
#123 (Scheduled)

Tests

Responsible

No one has taken responsibility for this failure

Tests

New test failures 2
Status Test View job Duration
Collapse Failed LocalIncomingServerSessionTest incomingTest(ServerSettings, ServerSettings)[35]
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);
(183 more lines...)
Collapse Failed LocalIncomingServerSessionTest incomingTest(ServerSettings, ServerSettings)[34]
RPM Workflow < 1 sec
java.lang.AssertionError
	at org.mockito.internal.stubbing.InvocationContainerImpl.setMethodForStubbing(InvocationContainerImpl.java:122)
	at org.mockito.internal.handler.MockHandlerImpl.handle(MockHandlerImpl.java:55)
	at org.mockito.internal.handler.NullResultGuardian.handle(NullResultGuardian.java:29)
	at org.mockito.internal.handler.InvocationNotifierHandler.handle(InvocationNotifierHandler.java:34)
	at org.mockito.internal.creation.bytebuddy.MockMethodInterceptor.doIntercept(MockMethodInterceptor.java:82)
	at org.mockito.internal.creation.bytebuddy.MockMethodAdvice.handle(MockMethodAdvice.java:134)
	at org.jivesoftware.openfire.XMPPServer.getSessionManager(XMPPServer.java:1477)
(131 more lines...)