[Koha-bugs] [Bug 30203] New: Can we trust the clean slate in Circulation.t ?

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Mar 1 14:13:08 CET 2022


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: chris at bigballofwax.co.nz
          Reporter: m.de.rooy at rijksmuseum.nl
        QA Contact: testopia at bugs.koha-community.org

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.


More information about the Koha-bugs mailing list