[Koha-bugs] [Bug 11096] Koha cannot retrieve big records from Zebra

2017-04-21 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11096

J Schmidt  changed:

   What|Removed |Added

 CC||jschm...@switchinc.org

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 11096] Koha cannot retrieve big records from Zebra

2016-01-26 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11096

--- Comment #88 from David Cook  ---
(In reply to Wolfram Schneider from comment #87)
> If marcxml + XSLT is to slow, then you might try to use turbomarc instead.
> It's a smaller XML for MARC and much faster to work with in XSLT.

http://www.indexdata.com/news/2014/06/turbomarc-faster-xml-marc-records

I can't imagine us using Turbomarc for anything but indexing, but then we'd
lose time converting from MARCXML to/from Turbomarc as well...

Personally, I like the idea of using our own intermediary format which can be
exported as MARCXML (or Turbomarc or whatever), although I suppose the problem
with that is our intermediary format could grow and then not be perfectly
exportable as MARCXML, which means lost data for users, although perhaps not a
big problem if you provide easy ways of customizing exports, so people could
export into fields like 9AA (see
http://www.loc.gov/standards/marcxml/schema/MARC21slim.xsd for valid tag
ranges) and then massage from there...

The intermediary format could also help us move away from XML and Zebra anyway,
so that we could use any indexing engine like Solr, ElasticSearch, or whatever.

Really, we only need MARC(XML) for interchange.

Consider this:

"2.1. The MARC 21 formats are communication formats, primarily designed to
provide specifications for the exchange of bibliographic and related
information between systems. They are widely used in a variety of exchange and
processing environments. As communication formats, they do not mandate internal
storage or display formats to be used by individual systems."
(https://www.loc.gov/marc/96principl.html)

I suppose my argument could be used to support turbomarc as well... although I
don't know how well turbomarc would work itself as a format (besides the
performance improvement for XSL transformations).

I suppose another argument against changing from MARC(XML) could be the need to
provide sufficient mechanisms for using AACR2 and RDA. MARC pretty much already
has that built in, but then it also has limitations. 

Anyway, that's all rather tangential.

I don't know about turbomarc. It seems like it would be a bit painful to work
with :/.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 11096] Koha cannot retrieve big records from Zebra

2016-01-25 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11096

Wolfram Schneider  changed:

   What|Removed |Added

 CC||wo...@freebsd.org

--- Comment #87 from Wolfram Schneider  ---
If marcxml + XSLT is to slow, then you might try to use turbomarc instead. It's
a smaller XML for MARC and much faster to work with in XSLT.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 11096] Koha cannot retrieve big records from Zebra

2014-08-16 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11096

Pongtawat pongta...@punsarn.asia changed:

   What|Removed |Added

 CC||pongta...@punsarn.asia

--- Comment #86 from Pongtawat pongta...@punsarn.asia ---
Just a note that this should also solve a problem with long tag. For example
505 with long UTF-8 text will easily exceed ISO2709 standard (of 9,999 chars)
and cause problem with Zebra index and display.

Before this patch, for records with long tag, some index might work and some
might not. Search display of these records may either missing (due to invalid
UTF-8 sequence error), show up with no items or show up with broken link.

(I haven't test that this patch solve the long tag problem. But theoritically,
it should).

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 11096] Koha cannot retrieve big records from Zebra

2014-06-02 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11096

Tomás Cohen Arazi tomasco...@gmail.com changed:

   What|Removed |Added

 Blocks||12347

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

[Koha-bugs] [Bug 11096] Koha cannot retrieve big records from Zebra

2014-05-26 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11096

--- Comment #83 from David Cook dc...@prosentient.com.au ---
I think that we're having an issue with this in 3.14.5...

We're still getting out of bounds errors for large records.

Then, when we try to shorten those records, Zebra doesn't appear to be
updating, even when doing a full re-index.

Using MARCXML switch, DOM indexing, non-package install.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 11096] Koha cannot retrieve big records from Zebra

2014-05-26 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11096

--- Comment #84 from Tomás Cohen Arazi tomasco...@gmail.com ---
(In reply to David Cook from comment #83)
 I think that we're having an issue with this in 3.14.5...
 
 We're still getting out of bounds errors for large records.
 
 Then, when we try to shorten those records, Zebra doesn't appear to be
 updating, even when doing a full re-index.
 
 Using MARCXML switch, DOM indexing, non-package install.

David, I don't think this has been pushed to the stable branches.

Fridolin and Marcel, I'm filling a new bug for the performance hit. I think I
have a patch to fix it.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

[Koha-bugs] [Bug 11096] Koha cannot retrieve big records from Zebra

2014-05-26 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11096

--- Comment #85 from David Cook dc...@prosentient.com.au ---
(In reply to Tomás Cohen Arazi from comment #84)
 (In reply to David Cook from comment #83)
  I think that we're having an issue with this in 3.14.5...
  
  We're still getting out of bounds errors for large records.
  
  Then, when we try to shorten those records, Zebra doesn't appear to be
  updating, even when doing a full re-index.
  
  Using MARCXML switch, DOM indexing, non-package install.
 
 David, I don't think this has been pushed to the stable branches.
 
 Fridolin and Marcel, I'm filling a new bug for the performance hit. I think
 I have a patch to fix it.

Ah, good one, Tomás. I was mixing up my dates. I thought pushed to master was
for 3.14 but it was for 3.16.

My bad!

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

[Koha-bugs] [Bug 11096] Koha cannot retrieve big records from Zebra

2014-05-23 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11096

Frédéric Demians frede...@tamil.fr changed:

   What|Removed |Added

 CC||frede...@tamil.fr

--- Comment #80 from Frédéric Demians frede...@tamil.fr ---
What is the impact of this patch on search performances? My tests show that
OPAC result page seems about 2 times slower with this patch when compared
without.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

[Koha-bugs] [Bug 11096] Koha cannot retrieve big records from Zebra

2014-05-23 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11096

--- Comment #81 from Fridolin SOMERS fridolyn.som...@biblibre.com ---
(In reply to Frédéric Demians from comment #80)
 What is the impact of this patch on search performances? My tests show that
 OPAC result page seems about 2 times slower with this patch when compared
 without.

I noticed it also.
I bet it comes from the change in facets code :
This patch also removes calls to the unsafe ZOOM::Record-render()
I agree this code is ugly but it was more performant.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

[Koha-bugs] [Bug 11096] Koha cannot retrieve big records from Zebra

2014-05-23 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11096

--- Comment #82 from Frédéric Demians frede...@tamil.fr ---
(In reply to Fridolin SOMERS from comment #81)

 I noticed it also.  I bet it comes from the change in facets code : This
 patch also removes calls to the unsafe ZOOM::Record-render() I agree this
 code is ugly but it was more performant.

Yes, the facets building code is the culprit. It can be seen easily by playing
with maxRecordsForFacets syspref.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

[Koha-bugs] [Bug 11096] Koha cannot retrieve big records from Zebra

2014-05-16 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11096

Fridolin SOMERS fridolyn.som...@biblibre.com changed:

   What|Removed |Added

 Blocks||11940

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 11096] Koha cannot retrieve big records from Zebra

2014-03-26 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11096

--- Comment #79 from M. de Rooy m.de.r...@rijksmuseum.nl ---
(In reply to Katrin Fischer from comment #78)
 Hi Marcel, all my tests were done on a dev installation and it seemed to
 work ok there, but I didn't test the very last iteration I think. Can you
 give some more details about the problems you are facing?

OK. It seems to work fine. I was struggling with marcxml as element set name.
But in a clean master it must work. I do not think that marcxml is an element
set name (as we did use F for full in the old situation, which is more of an
element set name, although we did not actually differentiate it from B [brief]
at all). Just omitting the element set name here, could be even better. (I will
submit some code in this direction on bug 9612 soon. May include it..)

So no reasons for me anymore to postpone pushing this to stable.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 11096] Koha cannot retrieve big records from Zebra

2014-03-24 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11096

M. de Rooy m.de.r...@rijksmuseum.nl changed:

   What|Removed |Added

 CC||m.de.r...@rijksmuseum.nl

--- Comment #77 from M. de Rooy m.de.r...@rijksmuseum.nl ---
I hope this patch will not cause a lot of trouble for non-package users. At
least I am struggling now with getting dom indexing to work in master. In
3.14.4 [without this patch], it worked right away.

I would not recommend to push this to stable too quickly.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 11096] Koha cannot retrieve big records from Zebra

2014-03-24 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11096

--- Comment #78 from Katrin Fischer katrin.fisc...@bsz-bw.de ---
Hi Marcel, all my tests were done on a dev installation and it seemed to work
ok there, but I didn't test the very last iteration I think. Can you give some
more details about the problems you are facing?

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 11096] Koha cannot retrieve big records from Zebra

2014-03-01 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11096

--- Comment #76 from Tomás Cohen Arazi tomasco...@gmail.com ---
Yay!

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

[Koha-bugs] [Bug 11096] Koha cannot retrieve big records from Zebra

2014-02-28 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11096

Galen Charlton gmcha...@gmail.com changed:

   What|Removed |Added

 Status|Passed QA   |Pushed to Master

--- Comment #75 from Galen Charlton gmcha...@gmail.com ---
Pushed to master.  Thanks, Tomás!

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

[Koha-bugs] [Bug 11096] Koha cannot retrieve big records from Zebra

2014-02-26 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11096

Martin Renvoize martin.renvo...@ptfs-europe.com changed:

   What|Removed |Added

 Status|Signed Off  |Passed QA

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 11096] Koha cannot retrieve big records from Zebra

2014-02-26 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11096

--- Comment #71 from Martin Renvoize martin.renvo...@ptfs-europe.com ---
Created attachment 25634
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=25634action=edit
[PASSED QA] Bug 11096: add direct regression tests

This adds direct tests of indexing and retrieving
bib records that are larger than the ISO2709 limit
of 99,999 octets.

To test: verify that prove -v t/db_dependent/Search.t passes.

Signed-off-by: Galen Charlton g...@esilibrary.com
Signed-off-by: Tomas Cohen Arazi tomasco...@gmail.com
Signed-off-by: Chris Cormack ch...@bigballofwax.co.nz
Signed-off-by: Kyle M Hall k...@bywatersolutions.com
Signed-off-by: Tomas Cohen Arazi tomasco...@gmail.com
Signed-off-by: Martin Renvoize martin.renvo...@ptfs-europe.com

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 11096] Koha cannot retrieve big records from Zebra

2014-02-26 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11096

--- Comment #73 from Martin Renvoize martin.renvo...@ptfs-europe.com ---
Created attachment 25636
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=25636action=edit
[PASSED QA] Bug 11096: Koha-Zebra should use the XML syntax with DOM

This patch makes Koha - Zebra use MARCXML for the serialization when
using DOM, and USMARC for GRS-1.

* The following functions are modified to set the Zebra record syntax according
to the current sysprefs and configuration:

- C4::Context-Zconn
- C4::Context-_new_Zconn

* A new function 'new_record_from_zebra' is introduced, which checks the
context
we are in, and creates the MARC::Record object using the right constructor.

The following packages get touched to make use of the new function:
- C4::Search
- C4::AuthoritiesMarc

and the same happens to the UI scripts that make use of them (both in the OPAC
and
STAFF interfaces).

* Calls to the unsafe ZOOM::Record-render()[1] method are removed.
Due to this last change the code for building facets was rewritten. And for
performance on the facets creation I pushed higher version dependencies for
MARC::File::XML and MARC::Record (we rely on MARC::Field-as_string).

* Calls to MARC::Record-new_from_xml and MARC::Record-new_from_usmarc are
wrapped with
eval for catching problems [2].

* As of bug 3087, UNIMARC uses the 'unimarc' record syntax. this case is
correctly handled.

* As of bug 7818 misc/migration_tools/rebuild_zebra.pl behaves like:

- bib_index_mode (defaults to 'grs1' if not specified)
- auth_index_mode (defaults to 'dom')

here we do exactly the same.

To test:
 - prove t/db_dependent/Search.t should pass.
 - Searching should remain functional.
 - Indexing and searching for a big record should work (that's what the unit
tests do).
 - Test an index scan search (on the staff interface):
Search  More options  Check Scan indexes.
 - Enable 'itemBarcodeFallbackSearch' and try to circulate any word, it
shouldn't break.
 - Searching for a biblio in a new subscription shouldn't break.
 - Running bulkmarcimport.pl shouldn't break.
 - And so on... for the rest of the .pl files.

Regards
To+

[1] http://search.cpan.org/~mirk/Net-Z3950-ZOOM/lib/ZOOM.pod#render()
[2] a record that cannot be parsed by MARC::Record is simply skipped (bug
10684)

Sponsored-by: Universidad Nacional de Cordoba
Signed-off-by: Kyle M Hall k...@bywatersolutions.com
Signed-off-by: Martin Renvoize martin.renvo...@ptfs-europe.com

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 11096] Koha cannot retrieve big records from Zebra

2014-02-26 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11096

--- Comment #72 from Martin Renvoize martin.renvo...@ptfs-europe.com ---
Created attachment 25635
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=25635action=edit
[PASSED QA] Bug 11096: Wrap each test set configuration into a subtest

This makes it easier to read. Also fixes the test count, and is rebased
against 11499 which is needed to correctly test the patches for this bug
(i.e. indexing mode needs to be correctly set in koha-conf.xml)

Regards
To+

Sponsored-by: Universidad Nacional de Cordoba
Signed-off-by: Chris Cormack ch...@bigballofwax.co.nz
Signed-off-by: Kyle M Hall k...@bywatersolutions.com
Signed-off-by: Martin Renvoize martin.renvo...@ptfs-europe.com

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 11096] Koha cannot retrieve big records from Zebra

2014-02-26 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11096

Martin Renvoize martin.renvo...@ptfs-europe.com changed:

   What|Removed |Added

  Attachment #24894|0   |1
is obsolete||
 CC||martin.renvoize@ptfs-europe
   ||.com

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 11096] Koha cannot retrieve big records from Zebra

2014-02-26 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11096

Martin Renvoize martin.renvo...@ptfs-europe.com changed:

   What|Removed |Added

  Attachment #24895|0   |1
is obsolete||

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 11096] Koha cannot retrieve big records from Zebra

2014-02-26 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11096

Martin Renvoize martin.renvo...@ptfs-europe.com changed:

   What|Removed |Added

  Attachment #25282|0   |1
is obsolete||

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 11096] Koha cannot retrieve big records from Zebra

2014-02-26 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11096

--- Comment #74 from Martin Renvoize martin.renvo...@ptfs-europe.com ---
Setting Passed QA:

1. Ran through the test plan without any failures using marc21 setup.
 - Tested authority searching still works as expected.
 - Tested bilbiographic searching still works as expected.
  - Simple search, also truncated search terms
  - Advanced search, also itemtype and pubyear limits
 - Tested dontmerge preference, editing a linked authority and
   confirming the change is made to the linked records as well
2. Ran db_dependant tests. Success all round
3. Ran through QA script. Success all round

I don't have a working UNIMARC setup, so I've not tested this again unimarc,
however, with Katrin's earlier sign-off climing unimarc was ok, I thought this
OK to pass anyway.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 11096] Koha cannot retrieve big records from Zebra

2014-02-14 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11096

Kyle M Hall k...@bywatersolutions.com changed:

   What|Removed |Added

  Attachment #24901|0   |1
is obsolete||

--- Comment #70 from Kyle M Hall k...@bywatersolutions.com ---
Created attachment 25282
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=25282action=edit
Bug 11096: Koha-Zebra should use the XML syntax with DOM

This patch makes Koha - Zebra use MARCXML for the serialization when
using DOM, and USMARC for GRS-1.

* The following functions are modified to set the Zebra record syntax according
to the current sysprefs and configuration:

- C4::Context-Zconn
- C4::Context-_new_Zconn

* A new function 'new_record_from_zebra' is introduced, which checks the
context
we are in, and creates the MARC::Record object using the right constructor.

The following packages get touched to make use of the new function:
- C4::Search
- C4::AuthoritiesMarc

and the same happens to the UI scripts that make use of them (both in the OPAC
and
STAFF interfaces).

* Calls to the unsafe ZOOM::Record-render()[1] method are removed.
Due to this last change the code for building facets was rewritten. And for
performance on the facets creation I pushed higher version dependencies for
MARC::File::XML and MARC::Record (we rely on MARC::Field-as_string).

* Calls to MARC::Record-new_from_xml and MARC::Record-new_from_usmarc are
wrapped with
eval for catching problems [2].

* As of bug 3087, UNIMARC uses the 'unimarc' record syntax. this case is
correctly handled.

* As of bug 7818 misc/migration_tools/rebuild_zebra.pl behaves like:

- bib_index_mode (defaults to 'grs1' if not specified)
- auth_index_mode (defaults to 'dom')

here we do exactly the same.

To test:
 - prove t/db_dependent/Search.t should pass.
 - Searching should remain functional.
 - Indexing and searching for a big record should work (that's what the unit
tests do).
 - Test an index scan search (on the staff interface):
Search  More options  Check Scan indexes.
 - Enable 'itemBarcodeFallbackSearch' and try to circulate any word, it
shouldn't break.
 - Searching for a biblio in a new subscription shouldn't break.
 - Running bulkmarcimport.pl shouldn't break.
 - And so on... for the rest of the .pl files.

Regards
To+

[1] http://search.cpan.org/~mirk/Net-Z3950-ZOOM/lib/ZOOM.pod#render()
[2] a record that cannot be parsed by MARC::Record is simply skipped (bug
10684)

Sponsored-by: Universidad Nacional de Cordoba
Signed-off-by: Kyle M Hall k...@bywatersolutions.com

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 11096] Koha cannot retrieve big records from Zebra

2014-02-14 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11096

Kyle M Hall k...@bywatersolutions.com changed:

   What|Removed |Added

 Status|Needs Signoff   |Signed Off

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 11096] Koha cannot retrieve big records from Zebra

2014-02-07 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11096

Tomás Cohen Arazi tomasco...@gmail.com changed:

   What|Removed |Added

 Blocks||9234

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

[Koha-bugs] [Bug 11096] Koha cannot retrieve big records from Zebra

2014-01-30 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11096

Tomás Cohen Arazi tomasco...@gmail.com changed:

   What|Removed |Added

  Attachment #24492|0   |1
is obsolete||
  Attachment #24602|0   |1
is obsolete||
  Attachment #24607|0   |1
is obsolete||

--- Comment #68 from Tomás Cohen Arazi tomasco...@gmail.com ---
Created attachment 24896
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=24896action=edit
Bug 11096: Koha-Zebra should use the XML syntax with DOM

This patch makes Koha - Zebra use MARCXML for the serialization when
using DOM, and USMARC for GRS-1.

* The following functions are modified to set the Zebra record syntax according
to the current sysprefs and configuration:

- C4::Context-Zconn
- C4::Context-_new_Zconn

* A new function 'new_record_from_zebra' is introduced, which checks the
context
we are in, and creates the MARC::Record object using the right constructor.

The following packages get touched to make use of the new function:
- C4::Search
- C4::AuthoritiesMarc

and the same happens to the UI scripts that make use of them (both in the OPAC
and
STAFF interfaces).

* Calls to the unsafe ZOOM::Record-render()[1] method are removed.
Due to this last change the code for building facets was rewritten. And for
performance on the facets creation I pushed higher version dependencies for
MARC::File::XML and MARC::Record (we rely on MARC::Field-as_string).

* Calls to MARC::Record-new_from_xml and MARC::Record-new_from_usmarc are
wrapped with
eval for catching problems [2].

* As of bug 3087, UNIMARC uses the 'unimarc' record syntax. this case is
correctly handled.

* As of bug 7818 misc/migration_tools/rebuild_zebra.pl behaves like:

- bib_index_mode (defaults to 'grs1' if not specified)
- auth_index_mode (defaults to 'dom')

here we do exactly the same.

To test:
 - prove t/db_dependent/Search.t should pass.
 - Searching should remain functional.
 - Indexing and searching for a big record should work (that's what the unit
tests do).
 - Test an index scan search (on the staff interface):
Search  More options  Check Scan indexes.

Regards
To+

[1] http://search.cpan.org/~mirk/Net-Z3950-ZOOM/lib/ZOOM.pod#render()
[2] a record that cannot be parsed by MARC::Record is simply skipped (bug
10684)

Sponsored-by: Universidad Nacional de Cordoba

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

[Koha-bugs] [Bug 11096] Koha cannot retrieve big records from Zebra

2014-01-30 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11096

Tomás Cohen Arazi tomasco...@gmail.com changed:

   What|Removed |Added

 Status|Failed QA   |Needs Signoff

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

[Koha-bugs] [Bug 11096] Koha cannot retrieve big records from Zebra

2014-01-30 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11096

Tomás Cohen Arazi tomasco...@gmail.com changed:

   What|Removed |Added

  Attachment #24732|0   |1
is obsolete||

--- Comment #67 from Tomás Cohen Arazi tomasco...@gmail.com ---
Created attachment 24895
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=24895action=edit
[SIGNED OFF] Bug 11096: Wrap each test set configuration into a subtest

This makes it easier to read. Also fixes the test count, and is rebased
against 11499 which is needed to correctly test the patches for this bug
(i.e. indexing mode needs to be correctly set in koha-conf.xml)

Regards
To+

Sponsored-by: Universidad Nacional de Cordoba
Signed-off-by: Chris Cormack ch...@bigballofwax.co.nz
Signed-off-by: Kyle M Hall k...@bywatersolutions.com

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

[Koha-bugs] [Bug 11096] Koha cannot retrieve big records from Zebra

2014-01-30 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11096

Tomás Cohen Arazi tomasco...@gmail.com changed:

   What|Removed |Added

  Attachment #24874|0   |1
is obsolete||

--- Comment #66 from Tomás Cohen Arazi tomasco...@gmail.com ---
Created attachment 24894
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=24894action=edit
[SIGNED OFF] Bug 11096: add direct regression tests

This adds direct tests of indexing and retrieving
bib records that are larger than the ISO2709 limit
of 99,999 octets.

To test: verify that prove -v t/db_dependent/Search.t passes.

Signed-off-by: Galen Charlton g...@esilibrary.com
Signed-off-by: Tomas Cohen Arazi tomasco...@gmail.com
Signed-off-by: Chris Cormack ch...@bigballofwax.co.nz
Signed-off-by: Kyle M Hall k...@bywatersolutions.com
Signed-off-by: Tomas Cohen Arazi tomasco...@gmail.com

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

[Koha-bugs] [Bug 11096] Koha cannot retrieve big records from Zebra

2014-01-30 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11096

Tomás Cohen Arazi tomasco...@gmail.com changed:

   What|Removed |Added

  Attachment #24896|0   |1
is obsolete||

--- Comment #69 from Tomás Cohen Arazi tomasco...@gmail.com ---
Created attachment 24901
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=24901action=edit
Bug 11096: Koha-Zebra should use the XML syntax with DOM

This patch makes Koha - Zebra use MARCXML for the serialization when
using DOM, and USMARC for GRS-1.

* The following functions are modified to set the Zebra record syntax according
to the current sysprefs and configuration:

- C4::Context-Zconn
- C4::Context-_new_Zconn

* A new function 'new_record_from_zebra' is introduced, which checks the
context
we are in, and creates the MARC::Record object using the right constructor.

The following packages get touched to make use of the new function:
- C4::Search
- C4::AuthoritiesMarc

and the same happens to the UI scripts that make use of them (both in the OPAC
and
STAFF interfaces).

* Calls to the unsafe ZOOM::Record-render()[1] method are removed.
Due to this last change the code for building facets was rewritten. And for
performance on the facets creation I pushed higher version dependencies for
MARC::File::XML and MARC::Record (we rely on MARC::Field-as_string).

* Calls to MARC::Record-new_from_xml and MARC::Record-new_from_usmarc are
wrapped with
eval for catching problems [2].

* As of bug 3087, UNIMARC uses the 'unimarc' record syntax. this case is
correctly handled.

* As of bug 7818 misc/migration_tools/rebuild_zebra.pl behaves like:

- bib_index_mode (defaults to 'grs1' if not specified)
- auth_index_mode (defaults to 'dom')

here we do exactly the same.

To test:
 - prove t/db_dependent/Search.t should pass.
 - Searching should remain functional.
 - Indexing and searching for a big record should work (that's what the unit
tests do).
 - Test an index scan search (on the staff interface):
Search  More options  Check Scan indexes.
 - Enable 'itemBarcodeFallbackSearch' and try to circulate any word, it
shouldn't break.
 - Searching for a biblio in a new subscription shouldn't break.
 - Running bulkmarcimport.pl shouldn't break.
 - And so on... for the rest of the .pl files.

Regards
To+

[1] http://search.cpan.org/~mirk/Net-Z3950-ZOOM/lib/ZOOM.pod#render()
[2] a record that cannot be parsed by MARC::Record is simply skipped (bug
10684)

Sponsored-by: Universidad Nacional de Cordoba

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

[Koha-bugs] [Bug 11096] Koha cannot retrieve big records from Zebra

2014-01-29 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11096

Tomás Cohen Arazi tomasco...@gmail.com changed:

   What|Removed |Added

  Attachment #24731|0   |1
is obsolete||

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

[Koha-bugs] [Bug 11096] Koha cannot retrieve big records from Zebra

2014-01-29 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11096

Tomás Cohen Arazi tomasco...@gmail.com changed:

   What|Removed |Added

  Attachment #24490|1   |0
is obsolete||

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

[Koha-bugs] [Bug 11096] Koha cannot retrieve big records from Zebra

2014-01-29 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11096

Tomás Cohen Arazi tomasco...@gmail.com changed:

   What|Removed |Added

  Attachment #24490|0   |1
is obsolete||

--- Comment #65 from Tomás Cohen Arazi tomasco...@gmail.com ---
Created attachment 24874
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=24874action=edit
Bug 11096: (follow-up) add direct regression tests

This adds direct tests of indexing and retrieving
bib records that are larger than the ISO2709 limit
of 99,999 octets.

To test: verify that prove -v t/db_dependent/Search.t passes.

Signed-off-by: Galen Charlton g...@esilibrary.com
Signed-off-by: Tomas Cohen Arazi tomasco...@gmail.com
Signed-off-by: Chris Cormack ch...@bigballofwax.co.nz
Signed-off-by: Kyle M Hall k...@bywatersolutions.com
Signed-off-by: Tomas Cohen Arazi tomasco...@gmail.com

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

[Koha-bugs] [Bug 11096] Koha cannot retrieve big records from Zebra

2014-01-25 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11096

Katrin Fischer katrin.fisc...@bsz-bw.de changed:

   What|Removed |Added

Summary|Koha cannot retreive big|Koha cannot retrieve big
   |records from Zebra  |records from Zebra

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 11096] Koha cannot retrieve big records from Zebra

2014-01-25 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11096

Katrin Fischer katrin.fisc...@bsz-bw.de changed:

   What|Removed |Added

 Status|Signed Off  |Patch doesn't apply

--- Comment #51 from Katrin Fischer katrin.fisc...@bsz-bw.de ---
Tomas, I am sorry, but I have problem to resolve the conflict in Search.t in
the first patch and have the following patches apply. Can you please take a
look?

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 11096] Koha cannot retrieve big records from Zebra

2014-01-25 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11096

Tomás Cohen Arazi tomasco...@gmail.com changed:

   What|Removed |Added

  Attachment #24490|0   |1
is obsolete||

--- Comment #52 from Tomás Cohen Arazi tomasco...@gmail.com ---
Created attachment 24731
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=24731action=edit
Bug 11096: (follow-up) add direct regression tests

This adds direct tests of indexing and retrieving
bib records that are larger than the ISO2709 limit
of 99,999 octets.

To test: verify that prove -v t/db_dependent/Search.t passes.

Signed-off-by: Galen Charlton g...@esilibrary.com
Signed-off-by: Tomas Cohen Arazi tomasco...@gmail.com
Signed-off-by: Chris Cormack ch...@bigballofwax.co.nz
Signed-off-by: Kyle M Hall k...@bywatersolutions.com

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

[Koha-bugs] [Bug 11096] Koha cannot retrieve big records from Zebra

2014-01-25 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11096

Tomás Cohen Arazi tomasco...@gmail.com changed:

   What|Removed |Added

 Status|Patch doesn't apply |Signed Off

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

[Koha-bugs] [Bug 11096] Koha cannot retrieve big records from Zebra

2014-01-25 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11096

Tomás Cohen Arazi tomasco...@gmail.com changed:

   What|Removed |Added

  Attachment #24491|0   |1
is obsolete||

--- Comment #53 from Tomás Cohen Arazi tomasco...@gmail.com ---
Created attachment 24732
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=24732action=edit
Bug 11096 - Wrap each test set configuration into a subtest

This makes it easier to read. Also fixes the test count, and is rebased
against 11499 which is needed to correctly test the patches for this bug
(i.e. indexing mode needs to be correctly set in koha-conf.xml)

Regards
To+

Sponsored-by: Universidad Nacional de Cordoba
Signed-off-by: Chris Cormack ch...@bigballofwax.co.nz
Signed-off-by: Kyle M Hall k...@bywatersolutions.com

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

[Koha-bugs] [Bug 11096] Koha cannot retrieve big records from Zebra

2014-01-25 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11096

--- Comment #54 from Katrin Fischer katrin.fisc...@bsz-bw.de ---
Hm, the tests are failing for me:
...
t/db_dependent/Search.t .. 4/4 # Looks like you failed 2 tests of 4.
t/db_dependent/Search.t .. Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/4 subtests 

Test Summary Report
---
t/db_dependent/Search.t (Wstat: 512 Tests: 4 Failed: 2)
  Failed tests:  1-2
  Non-zero exit status: 2

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 11096] Koha cannot retrieve big records from Zebra

2014-01-25 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11096

--- Comment #55 from Tomás Cohen Arazi tomasco...@gmail.com ---
(In reply to Katrin Fischer from comment #54)
 Hm, the tests are failing for me:
 ...
 t/db_dependent/Search.t .. 4/4 # Looks like you failed 2 tests of 4.
 t/db_dependent/Search.t .. Dubious, test returned 2 (wstat 512, 0x200)
 Failed 2/4 subtests 
 
 Test Summary Report
 ---
 t/db_dependent/Search.t (Wstat: 512 Tests: 4 Failed: 2)
   Failed tests:  1-2
   Non-zero exit status: 2

Are you sure you're on latest master with all the patches applied? It is
passing for me http://snag.gy/fHAsw.jpg

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

[Koha-bugs] [Bug 11096] Koha cannot retrieve big records from Zebra

2014-01-25 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11096

--- Comment #56 from Katrin Fischer katrin.fisc...@bsz-bw.de ---
Yes, sure of both. Hm, so we need to find out where the difference is.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 11096] Koha cannot retrieve big records from Zebra

2014-01-25 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11096

--- Comment #57 from Tomás Cohen Arazi tomasco...@gmail.com ---
(In reply to Katrin Fischer from comment #56)
 Yes, sure of both. Hm, so we need to find out where the difference is.

MARC::Record version 2.0.6 is needed

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

[Koha-bugs] [Bug 11096] Koha cannot retrieve big records from Zebra

2014-01-25 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11096

--- Comment #58 from Katrin Fischer katrin.fisc...@bsz-bw.de ---
Is it packaged yet?

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 11096] Koha cannot retrieve big records from Zebra

2014-01-25 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11096

--- Comment #59 from Tomás Cohen Arazi tomasco...@gmail.com ---
(In reply to Katrin Fischer from comment #58)
 Is it packaged yet?

In my repo, it is :-D 

http://ubuntu.unc.edu.ar/koha/

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

[Koha-bugs] [Bug 11096] Koha cannot retrieve big records from Zebra

2014-01-25 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11096

--- Comment #60 from Katrin Fischer katrin.fisc...@bsz-bw.de ---
Installed it from CPAN - tests still failing.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 11096] Koha cannot retrieve big records from Zebra

2014-01-25 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11096

--- Comment #61 from Katrin Fischer katrin.fisc...@bsz-bw.de ---
not ok 48 - getRecords on _ALLRECORDS PQF returned all records
not ok 53 - Weighted query returns best match first # TODO Query weighting does
not behave exactly the same in DOM vs. GRS
not ok 100 - can do a search that retrieves an over-large bib record (bug
11096)
not ok 101 - able to render over-large bib record (bug 11096)
not ok 102 - able to render over-large bib record (bug 11096)
not ok 103 - able to render over-large bib record (bug 11096)

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 11096] Koha cannot retrieve big records from Zebra

2014-01-25 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11096

Katrin Fischer katrin.fisc...@bsz-bw.de changed:

   What|Removed |Added

 Status|Signed Off  |Failed QA

--- Comment #62 from Katrin Fischer katrin.fisc...@bsz-bw.de ---
The first 2 tests also exist on the master branch and pass there.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 11096] Koha cannot retrieve big records from Zebra

2014-01-25 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11096

--- Comment #63 from Tomás Cohen Arazi tomasco...@gmail.com ---
(In reply to Katrin Fischer from comment #62)
 The first 2 tests also exist on the master branch and pass there.

Can you email me your dev setup? I cannot reproduce the problems you refer to,
and hence cannot provide a workaround.



tomas@zoe:koha-community-src(clean_master)$ git fetch
tomas@zoe:koha-community-src(clean_master)$ git reset --hard origin/master 
HEAD is now at 27c312b Bug 11533: fix authority searching with no sorting when
QueryParser is enabled
tomas@zoe:koha-community-src(clean_master)$ git bz apply 11096
Bug 11096 - Koha cannot retrieve big records from Zebra

24492 - Bug 11096: force XML syntax for Zebra in DOM
24602 - Bug 11096: (qa followup) facets count and UNIMARC record syntax
24607 - Bug 11096: fallback to the correct defaults if config entries missing
24731 - Bug 11096: (follow-up) add direct regression tests
24732 - Bug 11096 - Wrap each test set configuration into a subtest

Apply? [(y)es, (n)o, (i)nteractive] y
Applying: Bug 11096: force XML syntax for Zebra in DOM
Applying: Bug 11096: (qa followup) facets count and UNIMARC record syntax
Applying: Bug 11096: fallback to the correct defaults if config entries missing
Applying: Bug 11096: (follow-up) add direct regression tests
Applying: Bug 11096 - Wrap each test set configuration into a subtest
tomas@zoe:koha-community-src(clean_master)$ prove t/db_dependent/Search.t 2
/dev/null
t/db_dependent/Search.t .. ok   
All tests successful.
Files=1, Tests=4, 29 wallclock secs ( 0.09 usr  0.01 sys + 20.84 cusr  2.72
csys = 23.66 CPU)
Result: PASS
tomas@zoe:koha-community-src(clean_master)$

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

[Koha-bugs] [Bug 11096] Koha cannot retrieve big records from Zebra

2014-01-25 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11096

--- Comment #64 from Katrin Fischer katrin.fisc...@bsz-bw.de ---
What exactly do you need?

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/