Bugzilla – Attachment 144108 Details for
Bug 32304
Fix subtest search_limited and purge in BackgroundJobs.t
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 32304: BackgroundJobs.t - Start purge test with clean sheet
Bug-32304-BackgroundJobst---Start-purge-test-with-.patch (text/plain), 1002 bytes, created by
Marcel de Rooy
on 2022-11-21 09:55:41 UTC
(
hide
)
Description:
Bug 32304: BackgroundJobs.t - Start purge test with clean sheet
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2022-11-21 09:55:41 UTC
Size:
1002 bytes
patch
obsolete
>From c2ff05629dce3cf69bfdc3633f4fdc52bb290467 Mon Sep 17 00:00:00 2001 >From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Date: Mon, 21 Nov 2022 09:53:31 +0000 >Subject: [PATCH] Bug 32304: BackgroundJobs.t - Start purge test with clean > sheet >Content-Type: text/plain; charset=utf-8 > >Test plan: >Run t/db_dependent/Koha/BackgroundJobs.t > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > t/db_dependent/Koha/BackgroundJobs.t | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/t/db_dependent/Koha/BackgroundJobs.t b/t/db_dependent/Koha/BackgroundJobs.t >index ed4fd8d9fb..af1f988945 100755 >--- a/t/db_dependent/Koha/BackgroundJobs.t >+++ b/t/db_dependent/Koha/BackgroundJobs.t >@@ -144,6 +144,7 @@ subtest 'search_limited' => sub { > subtest 'purge' => sub { > plan tests => 9; > $schema->storage->txn_begin; >+ Koha::BackgroundJobs->delete; # great way to start a purge test ;) > > my $recent_date = dt_from_string; > my $old_date = dt_from_string->subtract({ days => 3 }); >-- >2.30.2
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 32304
:
144108
|
144227
|
144228
|
144231
|
144232