Builder osrf-master-debian-6.00-x86_64 Build #79
Results:
Build successful
SourceStamp:
Project | OpenSRF |
Repository | git://git.evergreen-ils.org/OpenSRF.git |
Branch | master |
Revision | d1c33b4b1e2305c4dbb9a54dec22f04f665a7a2c |
Got Revision | d1c33b4b1e2305c4dbb9a54dec22f04f665a7a2c |
Changes | 2 changes |
BuildSlave:
opensrf-slaveReason:
scheduler
Steps and Logfiles:
-
git update ( 3 secs )
-
Bootstrap via autogen './autogen.sh' skipped ( 0 secs )
- - no logs -
-
Bootstrap via autoreconf 'autoreconf -i' ( 8 secs )
-
configure configure ( 14 secs )
-
compile compile ( 3 secs )
-
test test 138 tests 138 passed ( 5 secs )
-
trial 14 tests passed ( 1 secs )
-
pylint pylint convention=254 error=28 fatal=7 refactor=279 warning=87 failed ( 5 secs )
Build Properties:
Name | Value | Source |
---|---|---|
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:
Name | Label | Value |
---|
Responsible Users:
- Bill Ericksonberickxx@gmail.com
- Jason Stephensonjason@sigio.com
Timing:
Start | Wed Sep 12 11:34:20 2018 |
End | Wed Sep 12 11:35:01 2018 |
Elapsed | 40 secs |
All Changes:
:
Change #5721
Category None Changed by Bill Erickson <berickxx @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
Change #5722
Category None Changed by Jason Stephenson <jason @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