https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38101
Alex Buckley <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #27 from Alex Buckley <[email protected]> --- 1) We couldn't get step 1 of the test plan ($ ktd --proxy --es7 up -d) to run on our KTD was: $ ktd --proxy --es7 up -d WARN[0000] The "COVERAGE" variable is not set. Defaulting to a blank string. [+] Running 1/1 ✔ Network kohadev_kohanet Created 0.1s network proxy declared as external, but could not be found So we switched to doing (ktd --es7 up) 2) We couldn't replicate step 6. We were still able to search and find the bib record with an immense 500$a subfield. 3) We were able to replicate steps 7, 8 and 9. Although step 7 did give us a different ES error (see below) than what was indicated in the test plan: Record #318 Document contains at least one immense term in field="note.phrase" (whose UTF8 encoding is longer than the max length 32766), all of which were skipped. Please correct the analyzer to not produce such terms. The prefix of the first immense term is: '[97, 32, 102, 105, 115, 104, 32, 112, 108, 32, 102, 105, 115, 104, 32, 111, 114, 32, 102, 105, 115, 104, 101, 115, 32, 105, 115, 32, 97, 110]...', original message: bytes can be at most 32766 in length; got 41013 (illegal_argument_exception) : max_bytes_length_exceeded_exception (bytes can be at most 32766 in length; got 41013) 4) In step 10 we were able to re-find the record but as noted above we always could find it 5) We ran the regression test which passed. ---- so to summarise, does anyone have any advice on the above or should we be adding it as long as the record is indexed and can be found after the patch is applied? -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
