Bugzilla – Attachment 17088 Details for
Bug 9609
Rebuild zebra reports double numbers for exported records with -z option
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[PASSED QA] Bug 9609: Rebuilding zebra reports double number of exported records.
PASSED-QA-Bug-9609-Rebuilding-zebra-reports-double.patch (text/plain), 1.19 KB, created by
Katrin Fischer
on 2013-03-31 12:03:10 UTC
(
hide
)
Description:
[PASSED QA] Bug 9609: Rebuilding zebra reports double number of exported records.
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2013-03-31 12:03:10 UTC
Size:
1.19 KB
patch
obsolete
>From d74d0ab0c3e876ceb0e264014c1c7639b61f8d04 Mon Sep 17 00:00:00 2001 >From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Date: Wed, 13 Feb 2013 14:45:15 +0100 >Subject: [PATCH] [PASSED QA] Bug 9609: Rebuilding zebra reports double number > of exported records. > >Test plan: >Clear the zebra queue (run rebuild). Update one biblio. >Rebuild zebra (again) with -z. Check zebra log: note 2 exported records. >Now apply patch, and repeat: You will see 1 exported record. > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de> >Works as described. >--- > misc/migration_tools/rebuild_zebra.pl | 1 - > 1 file changed, 1 deletion(-) > >diff --git a/misc/migration_tools/rebuild_zebra.pl b/misc/migration_tools/rebuild_zebra.pl >index 5e0d5f1..c29ef76 100755 >--- a/misc/migration_tools/rebuild_zebra.pl >+++ b/misc/migration_tools/rebuild_zebra.pl >@@ -461,7 +461,6 @@ sub export_marc_records_from_list { > if ($@) { > warn "Error exporting record $record_number ($record_type) ".($noxml ? "not XML" : "XML"); > } >- $num_exported++; > } > } > print "\nRecords exported: $num_exported\n" if ( $verbose_logging ); >-- >1.7.9.5
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 9609
:
15299
|
15353
| 17088