leaderboardsgg / leaderboard-backend

The backend for Leaderboards.gg. Also holds public-facing APIs.
https://info.leaderboards.gg
GNU General Public License v3.0
12 stars 16 forks source link

tests: ensure database initialization before OneTimeSetup of IntegrationTestsBase children runs #175

Closed Dalet closed 1 year ago

Dalet commented 1 year ago

Fixes an issue where the testcontainers database is sometimes not yet initialized in OneTimeSetup methods of IntegrationTestsBase children. (noticed this issue with #169)

Also upgraded the testcontainers package since a new version has bugfixes for Docker detection. (@zysim had trouble with this)