Bugzilla – Attachment 147460 Details for
Bug 32594
Add a dedicated ES indexing background worker
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 32594: (QA follow-up) Adjust tests
Bug-32594-QA-follow-up-Adjust-tests.patch (text/plain), 1.05 KB, created by
Tomás Cohen Arazi (tcohen)
on 2023-02-27 16:12:39 UTC
(
hide
)
Description:
Bug 32594: (QA follow-up) Adjust tests
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2023-02-27 16:12:39 UTC
Size:
1.05 KB
patch
obsolete
>From 66e9bc71e423dea1b54ab397456caf8a3e820cae Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Mon, 27 Feb 2023 13:11:54 -0300 >Subject: [PATCH] Bug 32594: (QA follow-up) Adjust tests > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > t/db_dependent/Koha/BackgroundJob/UpdateElasticIndex.t | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/t/db_dependent/Koha/BackgroundJob/UpdateElasticIndex.t b/t/db_dependent/Koha/BackgroundJob/UpdateElasticIndex.t >index ee8fd389ec5..ccff377c044 100755 >--- a/t/db_dependent/Koha/BackgroundJob/UpdateElasticIndex.t >+++ b/t/db_dependent/Koha/BackgroundJob/UpdateElasticIndex.t >@@ -50,7 +50,7 @@ subtest 'enqueue() tests' => sub { > > is( $job->size, 1, 'Size is correct' ); > is( $job->status, 'new', 'Initial status set correctly' ); >- is( $job->queue, 'default', 'BatchUpdateItem should use the default queue' ); >+ is( $job->queue, 'elastic_index', 'BatchUpdateItem should use the default queue' ); > > $schema->storage->txn_rollback; > }; >-- >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 32594
:
145145
|
145195
|
145196
|
145197
|
145704
|
145711
|
146402
|
146831
|
147141
| 147460 |
147562
|
148350
|
148513
|
148571
|
148588