Builder osrf-master-debian-6.00-x86_64 Build #47
Results:
Build successful
SourceStamp:
Project | OpenSRF |
Repository | git://git.evergreen-ils.org/OpenSRF.git |
Branch | master |
Revision | 168b4cafe766ec976e075ec2ea496c00a27dc7d0 |
Got Revision | 168b4cafe766ec976e075ec2ea496c00a27dc7d0 |
Changes | 4 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' ( 5 secs )
-
configure configure ( 12 secs )
-
compile compile ( 0 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 | 47 | Build |
codebase | Build | |
got_revision | 168b4cafe766ec976e075ec2ea496c00a27dc7d0 | 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 | 168b4cafe766ec976e075ec2ea496c00a27dc7d0 | 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
- Mike Rylandermrylander@gmail.com
Timing:
Start | Tue Nov 1 17:34:20 2016 |
End | Tue Nov 1 17:34:49 2016 |
Elapsed | 28 secs |
All Changes:
:
Change #3615
Category None Changed by Mike Rylander <mrylander @gmail.com>Changed at Tue 01 Nov 2016 17:14:02 Repository git://git.evergreen-ils.org/OpenSRF.git Project OpenSRF Branch master Revision 9d106aef9ab0a8d5af75977ffb4cc5f8f3fe5c79 Comments
LP#1631522: Dispatch mode for method_lookup subrequests There is a pattern in the wild of using OpenSRF's method_lookup() facility to decide between one of several local methods when delegating to pre-existing logic. Often times, we want to simply hand control over to another method, but the output of a subrequest's run() is an array of results. The caller has to know if, and how, to restructure the result for the client. Instead, we can now call dispatch() instead of run() and have OpenSRF session control completely passed to the delegate code. This way, the delegate code need not know anything about its caller, and vice versa. Signed-off-by: Mike Rylander <mrylander@gmail.com> Signed-off-by: Galen Charlton <gmc@esilibrary.com>
Changed files
- src/perl/lib/OpenSRF/AppSession.pm
- src/perl/lib/OpenSRF/Application.pm
Change #3616
Category None Changed by Galen Charlton <gmc @esilibrary.com>Changed at Tue 01 Nov 2016 17:15:39 Repository git://git.evergreen-ils.org/OpenSRF.git Project OpenSRF Branch master Revision 1431100b4737a61b1a294bbf66f9a5867dec358b Comments
LP#1631522: include example of ->dispatch in example app This patch also makes the Perl opensrf.math demo app work correctly, as it hadn't been constructing opensrf.dbmath method names correctly. Signed-off-by: Galen Charlton <gmc@esilibrary.com>
Changed files
- src/perl/lib/OpenSRF/Application/Demo/Math.pm
Change #3617
Category None Changed by Galen Charlton <gmc @esilibrary.com>Changed at Tue 01 Nov 2016 17:20:49 Repository git://git.evergreen-ils.org/OpenSRF.git Project OpenSRF Branch master Revision 31a0bfea9911f24f563d70bfdea6ba7759071842 Comments
LP#1631522: dev doc now describes ->dispatch Signed-off-by: Galen Charlton <gmc@esilibrary.com>
Changed files
- doc/Application-HOWTO.txt
Change #3618
Category None Changed by Galen Charlton <gmc @esilibrary.com>Changed at Tue 01 Nov 2016 17:22:48 Repository git://git.evergreen-ils.org/OpenSRF.git Project OpenSRF Branch master Revision 168b4cafe766ec976e075ec2ea496c00a27dc7d0 Comments
LP#1631522: add release notes for ->dispatch Signed-off-by: Galen Charlton <gmc@esilibrary.com>
Changed files
- doc/Dispatch-Mode-for-Subrequests.txt