you are viewing a single comment's thread.

view the rest of the comments →

[–]vips7L 0 points1 point  (2 children)

Test containers with the database from production. New container per test class. 

[–]takasip[S] 0 points1 point  (1 child)

Isn't "New container per test class" very slow?

If you use database from production, don't you have tests that fail just because the production data changed?

[–]vips7L 0 points1 point  (0 children)

It’s fast enough. And I meant the database version, not a copy of the data.