lp1145213 avoid race condition in bib merge test
authorJason Etheridge <jason@EquinoxInitiative.org>
Tue, 9 Apr 2019 21:34:16 +0000 (17:34 -0400)
committerMike Rylander <mrylander@gmail.com>
Wed, 10 Apr 2019 16:43:56 +0000 (12:43 -0400)
Signed-off-by: Jason Etheridge <jason@EquinoxInitiative.org>

Open-ILS/src/sql/Pg/live_t/lp1145213_test_func_asset.merge_record_assets.pg [moved from Open-ILS/src/sql/Pg/t/lp1145213_test_func_asset.merge_record_assets.pg with 99% similarity]

@@ -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;
-