atlassian-labs / db-replica

Automatically chooses between database connections to read-write main or read-only replica
Apache License 2.0
10 stars 11 forks source link

Fix AuroraClusterDiscoveryTest #151

Closed wyrzyk closed 2 years ago

wyrzyk commented 2 years ago

The discovery query changed, making it impossible to mock it with h2. I switched to Mockito-based mocks.