Builder evergreen-master-fedora-18 Build #1190
Results:
Failed test
SourceStamp:
Project | Evergreen |
Repository | git://git.evergreen-ils.org/Evergreen.git |
Branch | master |
Revision | 7a4551e4d995004ec6b50d98acd6ee8d07d438da |
Got Revision | 7a4551e4d995004ec6b50d98acd6ee8d07d438da |
Changes | 1 change |
BuildSlave:
eg-fed18Reason:
scheduler
Steps and Logfiles:
-
git update ( 0 secs )
-
Bootstrap via autogen './autogen.sh' skipped ( 0 secs )
- - no logs -
-
Bootstrap via autoreconf 'autoreconf -f ...' ( 9 secs )
-
configure configure ( 7 secs )
-
compile compile ( 1 secs )
-
test test 848 tests 842 passed 6 failed failed ( 16 secs )
-
pylint pylint failed ( 2 secs )
Build Properties:
Name | Value | Source |
---|---|---|
branch | master | Build |
buildername | evergreen-master-fedora-18 | Builder |
buildnumber | 1190 | Build |
codebase | Build | |
got_revision | 7a4551e4d995004ec6b50d98acd6ee8d07d438da | Git |
project | Evergreen | Build |
pylint-convention | 0 | Unknown |
pylint-error | 0 | Unknown |
pylint-fatal | 0 | Unknown |
pylint-info | 0 | Unknown |
pylint-refactor | 0 | Unknown |
pylint-total | 0 | Unknown |
pylint-warning | 0 | Unknown |
repository | git://git.evergreen-ils.org/Evergreen.git | Build |
revision | 7a4551e4d995004ec6b50d98acd6ee8d07d438da | Build |
scheduler | evergreen-master | Scheduler |
slavename | eg-fed18 | BuildSlave |
warnings-count | 1 | WarningCountingShellCommand |
workdir | /home/egslave/eg-slave/evergreen-master-fedora-18 | slave |
Forced Build Properties:
Name | Label | Value |
---|
Responsible Users:
- Galen Charltongmc@esilibrary.com
Timing:
Start | Tue May 24 14:04:16 2016 |
End | Tue May 24 14:04:55 2016 |
Elapsed | 38 secs |
All Changes:
:
Change #3350
Category None Changed by Galen Charlton <gmc @esilibrary.com>Changed at Tue 24 May 2016 13:52:39 Repository git://git.evergreen-ils.org/Evergreen.git Project Evergreen Branch master Revision 7a4551e4d995004ec6b50d98acd6ee8d07d438da Comments
LP#1584801: fix tagging of previous circs in metarecord search results This patch fixes a bug where previously-checked-out items were not indicated as such in search results when doing a metarecord search. To test: [1] Ensure that the opac.search.tag_circulated_items library setting is enabled and that you are testing with a user that has opted-in to retaining circ history. [2] Make a couple loans to that user. [3] Log into the public catalog using that user. [4] Perform a catalog search, choosing search terms such that the previously-loaned items appear in results. [5] Verify that "I have checked this item out before" is displayed on the relevant hits. [6] Click the "Group Formats and Editions" checkbox; note that after the page refreshes, previously-borrowed hits are /not/ tagged. [7] Apply the patch and restart the open-ils.search service. [8] Repeat step 6; verify that this time previously-borrowed hits are tagged. Signed-off-by: Galen Charlton <gmc@esilibrary.com> Signed-off-by: Kathy Lussier <klussier@masslnc.org>
Changed files
- Open-ILS/src/perlmods/lib/OpenILS/Application/Search/Biblio.pm