frioux / DBIx-Class-Helpers

https://metacpan.org/pod/DBIx::Class::Helpers
20 stars 38 forks source link

Use DBIx::RetryConnect in tests to remove sleep in with-dbs #74

Closed frioux closed 3 years ago

frioux commented 8 years ago

Some progress in the dbix-retryconnect branch. If you run maint/with-dbs prove -lrsj10 t/ResultSet/Explain.t t/ResultSet/DateMethods1 a few times you'll see it fail. Basically the DDL is running in two processes, and thus it goes wrong. Sad.