[open-ils-commits] [GIT] Evergreen ILS branch master updated. bbe8a9295e8e309b3c240808ba7e2ad491dbf82c
Evergreen Git
git at git.evergreen-ils.org
Wed Apr 10 12:44:05 EDT 2019
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".
The branch, master has been updated
via bbe8a9295e8e309b3c240808ba7e2ad491dbf82c (commit)
from e8f247f1319d7cef8ff1b7bb93d61669c6cf8749 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit bbe8a9295e8e309b3c240808ba7e2ad491dbf82c
Author: Jason Etheridge <jason at EquinoxInitiative.org>
Date: Tue Apr 9 17:34:16 2019 -0400
lp1145213 avoid race condition in bib merge test
Signed-off-by: Jason Etheridge <jason at EquinoxInitiative.org>
diff --git a/Open-ILS/src/sql/Pg/t/lp1145213_test_func_asset.merge_record_assets.pg b/Open-ILS/src/sql/Pg/live_t/lp1145213_test_func_asset.merge_record_assets.pg
similarity index 99%
rename from Open-ILS/src/sql/Pg/t/lp1145213_test_func_asset.merge_record_assets.pg
rename to Open-ILS/src/sql/Pg/live_t/lp1145213_test_func_asset.merge_record_assets.pg
index c6adcb3c28..5eae39ef31 100644
--- a/Open-ILS/src/sql/Pg/t/lp1145213_test_func_asset.merge_record_assets.pg
+++ b/Open-ILS/src/sql/Pg/live_t/lp1145213_test_func_asset.merge_record_assets.pg
@@ -53,6 +53,8 @@ INSERT INTO asset.copy(id, circ_lib, creator, call_number, editor, copy_number,
(907777, 6, 1, 1000001, 1, 1, 1, 1, '3copycopycopy'),
(908888, 4, 1, 1000002, 1, 1, 1, 1, '4copycopycopy');
+COMMIT;
+
-----------------------------------
-- Test asset.merge_record_assets()
-----------------------------------
@@ -90,5 +92,3 @@ SELECT is(
SELECT * FROM finish();
-ROLLBACK;
-
-----------------------------------------------------------------------
Summary of changes:
.../Pg/{t => live_t}/lp1145213_test_func_asset.merge_record_assets.pg | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename Open-ILS/src/sql/Pg/{t => live_t}/lp1145213_test_func_asset.merge_record_assets.pg (99%)
hooks/post-receive
--
Evergreen ILS
More information about the open-ils-commits
mailing list