Y
Hacker News
new
|
ask
|
show
|
jobs
by
gfna
726 days ago
They way we did this was basically separate readonly and read/write tests. All the readonly tests would use the same instance with seeded data in parallel, and the read/write tests would get their own databases per test.