Commit 30fa477
committed
Create new database clusuters on every test run
The cost of running initdb, especially without fsync, is not very big on
modern computers and version of PostgreSQL so the optimization of
reusing the same database cluster between test runs is just a potential
footgun no longer worth the benefits.
It might still be worth caching the generated TLS certificates but for
now let's not do that to keep the code simple.1 parent 642ec32 commit 30fa477
1 file changed
+1
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
251 | 251 | | |
252 | 252 | | |
253 | 253 | | |
254 | | - | |
255 | 254 | | |
256 | 255 | | |
257 | 256 | | |
| |||
276 | 275 | | |
277 | 276 | | |
278 | 277 | | |
279 | | - | |
280 | | - | |
281 | 278 | | |
282 | 279 | | |
283 | 280 | | |
284 | | - | |
| 281 | + | |
285 | 282 | | |
286 | 283 | | |
287 | 284 | | |
| |||
0 commit comments