https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30203
Bug ID: 30203
Summary: Can we trust the clean slate in Circulation.t ?
Change sponsored?: ---
Product: Koha
Version: master
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P5 - low
Component: Test Suite
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
Not sure what happened exactly. But a failing Circulation.t must have removed
all users in my devbox.
# Start with a clean slate
$dbh->do('DELETE FROM issues');
$dbh->do('DELETE FROM borrowers');
And my borrowers:
select borrowernumber,userid,lastseen from borrowers;
+----------------+---------------------------------------------------------------------------+---------------------+
| borrowernumber | userid
| lastseen |
+----------------+---------------------------------------------------------------------------+---------------------+
| 382 | pCITR3m30mWAv4MTsEhckB0QR1JoJFgBac2mdWx
| 2022-03-01 13:01:39 |
| 383 |
sazlgFEfa4UmwVgniArAfluzcETJXkru9ktdHKYzSqTXwYckCAXNje3ZpqfRabaz42p |
2022-03-01 13:01:39 |
| 384 | VkGSPpUO7VFE2it55nZ2pflAmo75HUin4eYVKtThczB7tUF_AZFXuOcg95_Q
| 2022-03-01 13:01:39 |
| 385 |
opoi06B6_LWhoOXQtTjYrN01Vm182og8OK6Uaezc_CfNnA6SYicmnWzb2hEeZF_ |
2022-03-01 13:01:39 |
| 386 | john.renewal
| NULL |
| 387 | katrin.reservation
| NULL |
| 388 | kyle.reservation
| NULL |
| 389 | alice.reservation
| NULL |
| 390 | ca.glisse
| NULL |
| 391 | T5MrUI8DftRsa_nou6Q_VO76Wby4HAfcDsNP9WXk3gom8
| 2022-03-01 13:01:39 |
| 392 |
goV_DQYtptbpxYFdUtEcpJqz9X4fq3Zn4Arf336wEvxvc7rF8prBsQRDLq8_8FZhQypuamFi |
2022-03-01 13:01:39 |
| 393 | fridolyn.somers
| NULL |
| 394 | kyle.hall
| NULL |
| 395 | kyle.hall1
| NULL |
| 396 | chelsea.hall
| NULL |
| 397 | fn.dn
| NULL |
etc etc
The family Hall are prominently visible now :) But Katrin and Fridolin too..
--
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/