Relative Content

Tag Archive for mysqltestingintegration-testingknex.jsvitest

mysql deadlock when running vitest tests and knex

I’m building integration tests for my repository layer, but I’m facing a deadlock issue because of the run of parallel tests, i used transactions to try to solve this problem but I’m still getting deadlocks here is an example of my tests: