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: #2498 was successful Changes by Guus der Kinderen

Build result summary

Details

Completed
Queue duration
8 minutes
Duration
22 minutes
Labels
None
Agent
Default Agent
Revision
d28997e8fd41324bb4be32908303783929c63f65
Total tests
1384
Successful since
#2446 ()

Tests

Code commits

Author Commit Message Commit date
Guus der Kinderen Guus der Kinderen d28997e8fd41324bb4be32908303783929c63f65 Add some context to logged messages in StanzaHandler
Guus der Kinderen Guus der Kinderen d62edf3984a889de69e311ec3cb25d99a3a8c8f8 OF-2663: Ignore disco/info errors sent over S2S
This prevents very loud errors being logged.
Guus der Kinderen Guus der Kinderen d56b99a79c8c4a9710bed455686e3fce4a5665ee OF-2730: Change the way channels are closed
As per Alex' suggestion: When closing the channel we switched to using `ctx.channel().close();` rather than calling `close` directly on the context:
`ctx.close()` starts to flow through the `ChannelPipeline` from the point of the `ChannelHandlerContext` while `ctx.channel().close()` will start from the tail of the `ChannelPipeline` all the time.

Jira issues

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