Builder osrf-master-debian-6.00-x86_64 Build #48
Results:
Build successful
SourceStamp:
Project | OpenSRF |
Repository | git://git.evergreen-ils.org/OpenSRF.git |
Branch | master |
Revision | 5aa8a398e01e2642fd4b08c93fe9c719039dbedf |
Got Revision | 5aa8a398e01e2642fd4b08c93fe9c719039dbedf |
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' ( 5 secs )
-
configure configure ( 12 secs )
-
compile compile ( 9 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 | 48 | Build |
codebase | Build | |
got_revision | 5aa8a398e01e2642fd4b08c93fe9c719039dbedf | 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 | 5aa8a398e01e2642fd4b08c93fe9c719039dbedf | 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@esilibrary.com
Timing:
Start | Fri Nov 4 12:34:16 2016 |
End | Fri Nov 4 12:34:54 2016 |
Elapsed | 37 secs |
All Changes:
:
Change #3623
Category None Changed by Galen Charlton <gmc @esilibrary.com>Changed at Fri 04 Nov 2016 12:21:13 Repository git://git.evergreen-ils.org/OpenSRF.git Project OpenSRF Branch master Revision 5aa8a398e01e2642fd4b08c93fe9c719039dbedf Comments
LP#1612771: fix chunking for atomic C methods This patch also refactors the code that actually does the splitting and sending of chunked responses into a new public function, osrfSendChunkedResult(). Signed-off-by: Galen Charlton <gmc@esilibrary.com> Signed-off-by: Ben Shum <ben@evergreener.net> Signed-off-by: Mike Rylander <miker@esilibrary.com>
Changed files
- include/opensrf/osrf_app_session.h
- src/libopensrf/osrf_app_session.c
- src/libopensrf/osrf_application.c