Builder osrf-master-debian-6.00-x86_64 Build #71
Results:
Build successful
SourceStamp:
Project | OpenSRF |
Repository | git://git.evergreen-ils.org/OpenSRF.git |
Branch | master |
Revision | 1f38166249e9f8fbb58ad21d1a00b935200a9278 |
Got Revision | 1f38166249e9f8fbb58ad21d1a00b935200a9278 |
Changes | 1 change |
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 ( 1 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 ( 4 secs )
Build Properties:
Name | Value | Source |
---|---|---|
branch | master | Build |
buildername | osrf-master-debian-6.00-x86_64 | Builder |
buildnumber | 71 | Build |
codebase | Build | |
got_revision | 1f38166249e9f8fbb58ad21d1a00b935200a9278 | 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 | 1f38166249e9f8fbb58ad21d1a00b935200a9278 | 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:
- Galen Charltongmc@equinoxinitiative.org
Timing:
Start | Thu Sep 14 20:44:17 2017 |
End | Thu Sep 14 20:44:48 2017 |
Elapsed | 31 secs |
All Changes:
:
Change #4768
Category None Changed by Galen Charlton <gmc @equinoxinitiative.org>Changed at Thu 14 Sep 2017 20:30:09 Repository git://git.evergreen-ils.org/OpenSRF.git Project OpenSRF Branch master Revision 1f38166249e9f8fbb58ad21d1a00b935200a9278 Comments
LP#1717350: fix chunking messages sent from Perl services The chunk size adjustments introduced by the patches for bug 1709710 could result in calculating non-integral chunk sizes for Perl services. This in turn led to fractional offsets and lengths being passed to Perl's substr() function; rounding in turn can lead to characters in the response getting silently dropped, which in turn broke parsing the reconstituted response. To test ------- The problem can be reproduced by invoking open-ils.storage open-ils.storage.actor.org_unit.descendants.atomic 1, 0 in Evergreen databases with org unit trees large enough that the response gets chunked. Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org> Signed-off-by: Jason Stephenson <jason@sigio.com>
Changed files
- src/perl/lib/OpenSRF/AppSession.pm