Bugzilla – Attachment 137834 Details for
Bug 30882
Add max_result_window to index config
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 30882: (QA follow-up) Fix tests
Bug-30882-QA-follow-up-Fix-tests.patch (text/plain), 1.06 KB, created by
Tomás Cohen Arazi (tcohen)
on 2022-07-18 17:37:11 UTC
(
hide
)
Description:
Bug 30882: (QA follow-up) Fix tests
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2022-07-18 17:37:11 UTC
Size:
1.06 KB
patch
obsolete
>From f8f9231562be10c769c57d42b0f3d2e395e5aac3 Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Mon, 18 Jul 2022 14:36:28 -0300 >Subject: [PATCH] Bug 30882: (QA follow-up) Fix tests > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > t/db_dependent/Koha/SearchEngine/Elasticsearch/Search.t | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/t/db_dependent/Koha/SearchEngine/Elasticsearch/Search.t b/t/db_dependent/Koha/SearchEngine/Elasticsearch/Search.t >index 59eabeb778..bb11422e10 100755 >--- a/t/db_dependent/Koha/SearchEngine/Elasticsearch/Search.t >+++ b/t/db_dependent/Koha/SearchEngine/Elasticsearch/Search.t >@@ -112,7 +112,7 @@ SKIP: { > > is ( $count = $searcher->count_auth_use($searcher,1), 0, 'Testing count_auth_use'); > >- is ($searcher->max_result_window, 10000, 'By default, max_result_window is 10000'); >+ is ($searcher->max_result_window, 1000000, 'By default, max_result_window is 1000000'); > > $searcher->get_elasticsearch()->indices->put_settings( > index => $searcher->index_name, >-- >2.34.1
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 30882
:
135572
|
135751
|
137445
| 137834