Bugzilla – Attachment 15353 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]
Bug 9609: Rebuilding zebra reports double number of exported records.
Bug-9609-Rebuilding-zebra-reports-double-number-of.patch (text/plain), 1.12 KB, created by
Kyle M Hall (khall)
on 2013-02-15 12:30:41 UTC
(
hide
)
Description:
Bug 9609: Rebuilding zebra reports double number of exported records.
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2013-02-15 12:30:41 UTC
Size:
1.12 KB
patch
obsolete
>From 5552d22e8c81efe71aeba027f4418a7243ccf5db 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] 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> >--- > misc/migration_tools/rebuild_zebra.pl | 1 - > 1 files changed, 0 insertions(+), 1 deletions(-) > >diff --git a/misc/migration_tools/rebuild_zebra.pl b/misc/migration_tools/rebuild_zebra.pl >index b72ab2c..d8469f0 100755 >--- a/misc/migration_tools/rebuild_zebra.pl >+++ b/misc/migration_tools/rebuild_zebra.pl >@@ -441,7 +441,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.2.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