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

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

Results:

Build successful

SourceStamp:

ProjectOpenSRF
Repositorygit://git.evergreen-ils.org/OpenSRF.git
Branchmaster
Revisiond1c33b4b1e2305c4dbb9a54dec22f04f665a7a2c
Got Revisiond1c33b4b1e2305c4dbb9a54dec22f04f665a7a2c
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' ( 8 secs )
    1. stdio
  4. configure configure ( 14 secs )
    1. stdio
  5. compile compile ( 3 secs )
    1. stdio
  6. test test 138 tests 138 passed ( 5 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 79 Build
codebase Build
got_revision d1c33b4b1e2305c4dbb9a54dec22f04f665a7a2c 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 d1c33b4b1e2305c4dbb9a54dec22f04f665a7a2c 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
  2. Jason Stephenson

Timing:

StartWed Sep 12 11:34:20 2018
EndWed Sep 12 11:35:01 2018
Elapsed40 secs

All Changes:

:

  1. Change #5721

    Category None
    Changed by Bill Erickson <berickxxohnoyoudont@gmail.com>
    Changed at Wed 12 Sep 2018 11:27:33
    Repository git://git.evergreen-ils.org/OpenSRF.git
    Project OpenSRF
    Branch master
    Revision 21c9c76332b8a4b591e443d098a0fc78b6db0e9d

    Comments

    LP#1777180 Websocketd gateway and test scripts
    Adds a new OpenSRF binary/program for relaying websockets messages
    to and from a websocketd instance.  The new binary
    (osrf-websocket-stdio) performs the same tasks as the
    osrf_websocket_translator.c Apache module, minus the Apache module glue
    and the extra threading required to run within the Apache module.
    
    Commit includes 2 test scripts (tester.pl and test-stateful.pl) for
    generating large series of test messages to send to a websockets
    instance. tester.pl sends echo requests only, test-stateful.pl sends
    connect->echo-request->disconnect batches across a configurable number
    of forked processes.
    
    INSTALL document updated to include websocketd setup as an alternative
    to Apache websockets.
    
    Signed-off-by: Bill Erickson <berickxx@gmail.com>
    Signed-off-by: Jeff Davis <jeff.davis@bc.libraries.coop>
    Signed-off-by: Jason Stephenson <jason@sigio.com>
    Signed-off-by: Ben Shum <ben@evergreener.net>

    Changed files

    • .gitignore
    • README
    • configure.ac
    • src/Makefile.am
    • src/websocket-stdio/Makefile.am
    • src/websocket-stdio/osrf-websocket-stdio.c
    • src/websocket-stdio/test-stateful.pl
    • src/websocket-stdio/tester.pl
  2. Change #5722

    Category None
    Changed by Jason Stephenson <jasonohnoyoudont@sigio.com>
    Changed at Wed 12 Sep 2018 11:27:44
    Repository git://git.evergreen-ils.org/OpenSRF.git
    Project OpenSRF
    Branch master
    Revision d1c33b4b1e2305c4dbb9a54dec22f04f665a7a2c

    Comments

    LP#1777180 Update README for websocketd
    Add optional command to run websocketd without using a proxy.
    
    Signed-off-by: Jason Stephenson <jason@sigio.com>
    Signed-off-by: Ben Shum <ben@evergreener.net>

    Changed files

    • README