-
Notifications
You must be signed in to change notification settings - Fork 40
Open
Description
Our selenium tests are designed to run on an empty schema, with their own setup and tear down scripts (to ensure any data is reset in each run).
We have over 100 tests and 5000 assertions, when running in parallel, the tests cause unique constraints / failures in the DB when two tests use the same table.
Is it possible to pass through ENV variables to each node, to specify a separate DB hosts for each parallel stack.
Or even better, spread the parallel tests to a docker swarm?
kalynrobinson
Metadata
Metadata
Assignees
Labels
No labels