Tim

Results 17 comments of Tim

Hi @manu144x. This is an interesting one and I have come across it before, although it's a bit clearer now. Adapt hooks into the test process by using PHPUnit's @before...

Hi Bruno. Thanks for your message! This is the first one. Adding pgSQL support is something I would like to do. But it isn't high on my priority list as...

Hi Bruno. I took it up as a challenge and added support for PostgreSQL. If you try the package, I'm interested in feedback on how your experience was.

Thanks for the response. Adapt can log a bunch of details about how it builds and reuses the database for each test. Would you mind adding `ADAPT_LOG_LARAVEL=true` to your `.env.testing`...

The idea is that When you run a test, and it needs a database for the first time, Adapt builds the database and the output looks a bit like this:...

Thanks. Got it. There's two things happening: - It determines that the database can't be reused (for some reason) - so it then tries to drop the database so it...

Thanks for your help. I've released version 0.10.2 with those changes. Would you mind updating to this, and perform the same steps. Then copy and paste from the logs again?...

Thanks Bruno, I'll have a look at these tonight

Hi Bruno. Thanks again for giving this a test. It looks like it's dropping the database now when it tries to, which is a step forward. ``` [2022-05-25 10:58:51] testing.DEBUG:...

Hi Bruno, thanks for your patience. I just wanted to let you know that I haven't forgotten about this.