Andreas Liljeqvist
|
a83395a360
|
Fix: nextest cleanup race condition (#3334)
* remove unused trait fn `cleanup_test_dbs`
* *wip* solve test cleanup race condition
* check for exactly 63 chars in database name
* move base64 dependency
* change
* Use url_safe base64 encoding
* Assert quoting for database name
* refactor
* add mysql support?
* borrow
* fix borrows
* ensure quoting
* re-add trait cleanup_test_dbs
* fix mysql insert
* cargo lock
* use actual field
* cleanup converted path in sqlite
* replace dashes with underscore in db name
* refactor: remove redundant path conversion in cleanup_test and add db_name method
---------
Co-authored-by: Austin Bonander <austin.bonander@gmail.com>
|
2025-01-23 17:36:55 -08:00 |
|