Builder osrf-master-debian-6.00-x86_64 Build #70
Results:
Build successful
SourceStamp:
Project | OpenSRF |
Repository | git://git.evergreen-ils.org/OpenSRF.git |
Branch | master |
Revision | be2b2645f7da0907366eb0c99b5d6c231c366b30 |
Got Revision | be2b2645f7da0907366eb0c99b5d6c231c366b30 |
Changes | 3 changes |
BuildSlave:
opensrf-slaveReason:
scheduler
Steps and Logfiles:
-
git update ( 0 secs )
-
Bootstrap via autogen './autogen.sh' skipped ( 0 secs )
- - no logs -
-
Bootstrap via autoreconf 'autoreconf -i' ( 6 secs )
-
configure configure ( 12 secs )
-
compile compile warnings ( 29 secs )
-
test test 138 tests 138 passed ( 4 secs )
-
trial 14 tests passed ( 0 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 | 70 | Build |
codebase | Build | |
got_revision | be2b2645f7da0907366eb0c99b5d6c231c366b30 | 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 | be2b2645f7da0907366eb0c99b5d6c231c366b30 | Build |
scheduler | osrf-master-full | Scheduler |
slavename | opensrf-slave | BuildSlave |
warnings-count | 4 | 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
- Galen Charltongmc@equinoxinitiative.org
- Mike Rylandermiker@esilibrary.com
Timing:
Start | Mon Sep 11 09:44:21 2017 |
End | Mon Sep 11 09:45:20 2017 |
Elapsed | 59 secs |
All Changes:
:
Change #4761
Category None Changed by Mike Rylander <miker @esilibrary.com>Changed at Mon 11 Sep 2017 09:30:03 Repository git://git.evergreen-ils.org/OpenSRF.git Project OpenSRF Branch master Revision cb4587be75bf9294d65c7173ff41c275a14e0f04 Comments
LP#1709710: Make chunk sizing smart about XML quoting XML inside JSON as a quoted string that's itself inside XML causes quite the pile up of nested excaping of certain characters in OpenSRF PARTIAL_RESPONSE messages. Here we check for the worst offenders (<, >, &, and ") and account for the cost of escaping them in chunked response stanzas. Signed-off-by: Mike Rylander <mrylander@gmail.com> Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org> Signed-off-by: Bill Erickson <berickxx@gmail.com> Signed-off-by: Jason Stephenson <jason@sigio.com> Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
Changed files
- include/opensrf/utils.h
- src/libopensrf/osrf_app_session.c
- src/libopensrf/osrf_application.c
- src/libopensrf/utils.c
- src/perl/lib/OpenSRF/AppSession.pm
Change #4762
Category None Changed by Galen Charlton <gmc @equinoxinitiative.org>Changed at Mon 11 Sep 2017 09:30:09 Repository git://git.evergreen-ils.org/OpenSRF.git Project OpenSRF Branch master Revision 3d91aeb066c52213f2c82f04bdfc84b87ec8d1d0 Comments
LP#1709710: write unit tests for osrfXmlEscapingLength() Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org> Signed-off-by: Bill Erickson <berickxx@gmail.com> Signed-off-by: Jason Stephenson <jason@sigio.com> Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
Changed files
- tests/Makefile.am
- tests/check_osrf_utils.c
Change #4763
Category None Changed by Bill Erickson <berickxx @gmail.com>Changed at Mon 11 Sep 2017 09:30:32 Repository git://git.evergreen-ils.org/OpenSRF.git Project OpenSRF Branch master Revision be2b2645f7da0907366eb0c99b5d6c231c366b30 Comments
LP#1709710 Count Perl chunk/bundle sizes in bytes For the purposes of bundling/chunking, count the number of bytes in each affected string instead of the number of characters. See also https://perldoc.perl.org/bytes.html and 'perldoc -f length' Signed-off-by: Bill Erickson <berickxx@gmail.com> Signed-off-by: Jason Stephenson <jason@sigio.com> Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
Changed files
- src/perl/lib/OpenSRF/AppSession.pm