snowplow-incubator / snowplow-postgres-loader

Real-time Postgres Loader
Apache License 2.0
8 stars 5 forks source link

Run tests of different modules seperately in CI/CD #58

Closed spenes closed 3 years ago

spenes commented 3 years ago

When tests are run with sbt test command, tests of different modules are run in parallel and this creates problem because tests are accessing to database and when they are run parallel, sometimes they are removing or overwriting their data. Therefore, they need to be run seperately.