palantir / atlasdb

Transactional Distributed Database Layer
https://palantir.github.io/atlasdb/
Apache License 2.0
47 stars 8 forks source link

[JUnit5] Postgres ETE tests flup #6960

Closed barisoyoruk closed 6 months ago

barisoyoruk commented 6 months ago

My leftover work from junit5 project. I found out that there is a test class that invalidates default timestamp bound store, which is used by other test classes. If DbTimestampStoreInvalidatorCreationTest runs first, then other fails. For that reason , I changed DbTimestampStoreInvalidatorCreationTest to be run last.