Bugzilla – Attachment 147811 Details for
Bug 32375
22.05.07 failing t/AuthoritiesMarc_MARC21.t
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 32375: Move t/AuthoritiesMarc_MARC21.t to t/db_dependent
Bug-32375-Move-tAuthoritiesMarcMARC21t-to-tdbdepen.patch (text/plain), 1.42 KB, created by
Victor Grousset/tuxayo
on 2023-03-06 21:41:32 UTC
(
hide
)
Description:
Bug 32375: Move t/AuthoritiesMarc_MARC21.t to t/db_dependent
Filename:
MIME Type:
Creator:
Victor Grousset/tuxayo
Created:
2023-03-06 21:41:32 UTC
Size:
1.42 KB
patch
obsolete
>From 622d79df47939a1c54710b508c84d07d6b5bbece Mon Sep 17 00:00:00 2001 >From: Danyon Sewell <danyonsewell@catalyst.net.nz> >Date: Wed, 30 Nov 2022 23:58:02 +0000 >Subject: [PATCH] Bug 32375: Move t/AuthoritiesMarc_MARC21.t to t/db_dependent > >t/AuthoritiesMarc_MARC21.t is now database dependent so it >needs to be in t/db_dependent to pass the tests. > >Test plan (using koha-testing-docker): >1. If you run prove t/AuthoritiesMarc_MARC21.t without stopping > the database, the tests will pass. To get the tests to fail: > 1.1 Stop the database - from a new terminal window run: > docker stop koha-db-1 > 1.2 In your Koha container run: prove t/AuthoritiesMarc_MARC21.t > ==> The tests fail 8-( >2. Restart the database container from the terminal window you > stopped it in: docker start koha-db-1 >3. Apply the patch in the Koha container as normal. >4. Run: prove t/db_dependent/AuthoritiesMarc_MARC21.t > ==> The test pass! >5. Sign off D: > >Sponsored-by: Catalyst IT >Signed-off-by: David Nind <david@davidnind.com> >Signed-off-by: Victor Grousset/tuxayo <victor@tuxayo.net> >--- > t/{ => db_dependent}/AuthoritiesMarc_MARC21.t | 0 > 1 file changed, 0 insertions(+), 0 deletions(-) > rename t/{ => db_dependent}/AuthoritiesMarc_MARC21.t (100%) > >diff --git a/t/AuthoritiesMarc_MARC21.t b/t/db_dependent/AuthoritiesMarc_MARC21.t >similarity index 100% >rename from t/AuthoritiesMarc_MARC21.t >rename to t/db_dependent/AuthoritiesMarc_MARC21.t >-- >2.39.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 32375
:
144370
|
145780
| 147811