Build: #2678 failed Scheduled with changes by sjehuda <sjehuda@yandex.com>
Build result summary
Details
- Completed
- Queue duration
- 1 second
- Duration
- 10 minutes
- Labels
- None
- Revision
-
ccc68277286b42ecb3017de101435c945288ec02
- Total tests
- 1866
- Fixed in
- #2679 (Scheduled)
Tests
- 1 New failures
- 0 Existing failures
- 0 Fixed
- 8 Quarantined / skipped
Responsible
No one has taken responsibility for this failure
Code commits
| Author | Commit | Commit date | |
|---|---|---|---|
|
|
sjehuda <sjehuda@yandex.com> |
ccc68277286b42ecb3017de101435c945288ec02
|
|
Tests
| Status | Test | View job | Duration | |
|---|---|---|---|---|
| Collapse |
LocalOutgoingServerSessionTest
outgoingTest(ServerSettings, ServerSettings)[298]
|
Debian 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...)
|
||||