Nightly Distribution of the master branch

Build: #1747 failed Changes by Florian Schmaus <flo@geekplace.eu>

Stages & jobs

  1. Default Stage

  2. Deploy

Build result summary

Details

Completed
Queue duration
< 1 second
Duration
2 minutes
Labels
None
Revision
e2a196fa52222a6816dd850ee8380335a90f7850
Failing since
#1743 (Rebuilt by Florian Schmaus)
Fixed in
#1753 (Manual run by daryl herzmann)
No failed test found. A possible compilation error occurred.

Responsible

  • Florian Schmaus Florian Schmaus Automatically assigned

Code commits

Author Commit Message Commit date
Florian Schmaus <flo@geekplace.eu> Florian Schmaus <flo@geekplace.eu> e2a196fa52222a6816dd850ee8380335a90f7850 [sinttest] Improve status output
Florian Schmaus <flo@geekplace.eu> Florian Schmaus <flo@geekplace.eu> 6c84356278bb55c067ae0f336cd18cc6d914faa0 [sinttest] Recycle low-level test connections
Florian Schmaus <flo@geekplace.eu> Florian Schmaus <flo@geekplace.eu> dd4cd8cede84d8d0bbb9ce6ee8091b8885ea273c [sinttest] Disconnect unrecycleable connections
Florian Schmaus <flo@geekplace.eu> Florian Schmaus <flo@geekplace.eu> 2900cc22740d20a12699a93c207eb67a316bec2e [sinttest] Disconnect connection in LoginIntegrationTest
So that it will cause an connectionClosedOnError() callback, caused by
an connection-timeout stream error.
Florian Schmaus <flo@geekplace.eu> Florian Schmaus <flo@geekplace.eu> 22baa742983f1f3e7f6a941b7c26de7a1463c291 [tcp] Remove flush() in writer thread
We will flush the stream after the closing stream tag has been written
anyway. No need to do it here.