Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About

Builder osrf-master-debian-6.00-x86_64 Build #74

Results:

Build successful

SourceStamp:

ProjectOpenSRF
Repositorygit://git.evergreen-ils.org/OpenSRF.git
Branchmaster
Revision4163499191dfb511ba8646ae1c4748d88996558e
Got Revision4163499191dfb511ba8646ae1c4748d88996558e
Changes2 changes

BuildSlave:

opensrf-slave

Reason:

scheduler

Steps and Logfiles:

  1. git update ( 3 secs )
    1. stdio
  2. Bootstrap via autogen './autogen.sh' skipped ( 0 secs )
    1. - no logs -
  3. Bootstrap via autoreconf 'autoreconf -i' ( 7 secs )
    1. stdio
  4. configure configure ( 14 secs )
    1. stdio
  5. compile compile ( 1 secs )
    1. stdio
  6. test test 138 tests 138 passed ( 12 secs )
    1. stdio
  7. trial 14 tests passed ( 1 secs )
    1. stdio
    2. test.log
    3. problems
  8. pylint pylint convention=254 error=28 fatal=7 refactor=279 warning=87 failed ( 5 secs )
    1. stdio
    2. convention
    3. error
    4. fatal
    5. refactor
    6. warning

Build Properties:

NameValueSource
branch master Build
buildername osrf-master-debian-6.00-x86_64 Builder
buildnumber 74 Build
codebase Build
got_revision 4163499191dfb511ba8646ae1c4748d88996558e Git
project OpenSRF Build
pylint-convention 254 Unknown
pylint-error 28 Unknown
pylint-fatal 7 Unknown
pylint-info 0 Unknown
pylint-refactor 279 Unknown
pylint-total 655 Unknown
pylint-warning 87 Unknown
repository git://git.evergreen-ils.org/OpenSRF.git Build
revision 4163499191dfb511ba8646ae1c4748d88996558e Build
scheduler osrf-master-full Scheduler
slavename opensrf-slave BuildSlave
warnings-count 0 WarningCountingShellCommand
workdir /home/openslave/opensrf-slave/osrf-master-debian-6_00-x86_64 slave

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Bill Erickson

Timing:

StartThu Feb 1 16:04:20 2018
EndThu Feb 1 16:05:06 2018
Elapsed45 secs

All Changes:

:

  1. Change #5068

    Category None
    Changed by Bill Erickson <berickxxohnoyoudont@gmail.com>
    Changed at Thu 01 Feb 2018 15:51:09
    Repository git://git.evergreen-ils.org/OpenSRF.git
    Project OpenSRF
    Branch master
    Revision 50a6bcad0b6d94e8edd15ee460b84466bc55c941

    Comments

    LP#1746577 Websocket responder exits on jabber disconnect
    Regularly check for Jabber socket disconnects in the websocket gateway
    "responder" thread (that relays messages from opensrf to the WS client)
    and force a client disconnect when a broken jabber socket is detected.
    
    Signed-off-by: Bill Erickson <berickxx@gmail.com>
    Signed-off-by: Chris Sharp <csharp@georgialibraries.org>
    Signed-off-by: Jason Stephenson <jason@sigio.com>

    Changed files

    • src/gateway/osrf_websocket_translator.c
  2. Change #5069

    Category None
    Changed by Bill Erickson <berickxxohnoyoudont@gmail.com>
    Changed at Thu 01 Feb 2018 15:51:54
    Repository git://git.evergreen-ils.org/OpenSRF.git
    Project OpenSRF
    Branch master
    Revision 4163499191dfb511ba8646ae1c4748d88996558e

    Comments

    LP#1744158 Websocket proc exits on ejabberd disconnect
    Any errors relaying websocket messages to OpenSRF now result in the WS
    client being disconnected, allowing the WS process to exit.  This
    prevents the WS gateway from accepting requests it cannot process and
    allows the client to connect to a new WS process.
    
    Signed-off-by: Bill Erickson <berickxx@gmail.com>
    Signed-off-by: Jason Stephenson <jason@sigio.com>

    Changed files

    • src/gateway/osrf_websocket_translator.c