https://kotlinlang.org logo
Title
k

Ky

06/29/2022, 5:54 PM
Hey Guys, I’m having an issue with SQL Delight JVM test driver. Very similar to issue here https://github.com/cashapp/sqldelight/issues/1329
No suitable driver found for jdbc:sqlite:
java.sql.SQLException: No suitable driver found for jdbc:sqlite:
	at java.sql/java.sql.DriverManager.getConnection(DriverManager.java:702)
	at java.sql/java.sql.DriverManager.getConnection(DriverManager.java:189)
This only happens when I run all the tests in a gradle task. If i run the tests individually it works. One thought is to just keep retrying the connection, how could I do this? Thanks
v

vanniktech

06/29/2022, 5:59 PM
This only happens when I run all the tests in a gradle task. If i run the tests individually it works.
Can confirm. Although I haven't had this issue in ages