Builder osrf-master-debian-6.00-x86_64 Build #67
Results:
Build successful
SourceStamp:
Project | OpenSRF |
Repository | git://git.evergreen-ils.org/OpenSRF.git |
Branch | master |
Revision | 53e7f82b534eef2b513fe31bcb2a9c719a7ee746 |
Got Revision | 53e7f82b534eef2b513fe31bcb2a9c719a7ee746 |
Changes | 2 changes |
BuildSlave:
opensrf-slaveReason:
scheduler
Steps and Logfiles:
-
git update ( 2 secs )
-
Bootstrap via autogen './autogen.sh' skipped ( 0 secs )
- - no logs -
-
Bootstrap via autoreconf 'autoreconf -i' ( 7 secs )
-
configure configure ( 13 secs )
-
compile compile ( 1 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 | 67 | Build |
codebase | Build | |
got_revision | 53e7f82b534eef2b513fe31bcb2a9c719a7ee746 | 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 | 53e7f82b534eef2b513fe31bcb2a9c719a7ee746 | 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
- Galen Charltongmc@equinoxinitiative.org
Timing:
Start | Fri Aug 18 12:54:19 2017 |
End | Fri Aug 18 12:54:55 2017 |
Elapsed | 35 secs |
All Changes:
:
Change #4541
Category None Changed by Bill Erickson <berickxx @gmail.com>Changed at Fri 18 Aug 2017 12:34:18 Repository git://git.evergreen-ils.org/OpenSRF.git Project OpenSRF Branch master Revision b198681669ed28a510fd0d18d3a89d4dd0837ebe Comments
LP#1711194 osrf_config --diagnostic reports max-children --diagnostic output shows the maximum number of allowed drones per service along with the active drone count. Additionally, a usage percentage value is displayed. E.g. $ /openils/bin/osrf_control -l --diagnostic * open-ils.acq [1581] uptime=00:35 cputime=00:00:00 #drones=1/15 6% * open-ils.actor [1629] uptime=00:35 cputime=00:00:00 #drones=2/15 13% Signed-off-by: Bill Erickson <berickxx@gmail.com> Signed-off-by: Chris Sharp <csharp@georgialibraries.org> Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
Changed files
- bin/opensrf-perl.pl.in
Change #4542
Category None Changed by Galen Charlton <gmc @equinoxinitiative.org>Changed at Fri 18 Aug 2017 12:34:23 Repository git://git.evergreen-ils.org/OpenSRF.git Project OpenSRF Branch master Revision 53e7f82b534eef2b513fe31bcb2a9c719a7ee746 Comments
LP#1711194: avoid division by zero errors Under some circumstances, osrf_control --diagnostic may not be able to deduce the correct max_children setting for a service, e.g., if it's run without --localhost on a system that doesn't have a opensrf.xml config section specifying active apps for a specific hostname. When that happens, just display the count of running drones rather than displaying error messages about undefined $dmax values and divisions by zero. Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org> Signed-off-by: Bill Erickson <berickxx@gmail.com>
Changed files
- bin/opensrf-perl.pl.in