Verifies the integrety of the projects, as builds are executed immediately after a code change was detected. This plan provides no artifiacts (use a nightly build instead).

Build: #2503 failed Changes by Guus der Kinderen

Build result summary

Details

Completed
Queue duration
< 1 second
Duration
15 minutes
Labels
None
Agent
Default Agent
Revision
fe3b2c17884b4acd7bc1c49668038911ddf6a0e2
Total tests
1384
Fixed in
#2504 (Changes by Guus der Kinderen)

Tests

Responsible

  • Guus der Kinderen Guus der Kinderen Automatically assigned

Code commits

Author Commit Message Commit date
Guus der Kinderen Guus der Kinderen fe3b2c17884b4acd7bc1c49668038911ddf6a0e2 OF-2733: Sync Openfire's truststore with Mozilla's shipped CAs
Before we cut a new release, let’s make sure that we update the content of our truststore with the latest CAs. We traditionally use the ones from Mozilla.

Dan created a handy script for this task. You can find it in the build directory.

This commit replaces the truststore with one that's created with that script.

Tests

New test failures 1
Status Test View job Duration
Collapse Failed LocalOutgoingServerSessionTest outgoingTest(ServerSettings, ServerSettings)[306]
Build < 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);
(153 more lines...)

Jira issues

IssueDescriptionStatus
Unknown Issue TypeOF-2733Could not obtain issue details from Jira