mirror of
https://github.com/apple/foundationdb.git
synced 2025-05-14 09:58:50 +08:00
Merge pull request #9439 from sfc-gh-vgasiunas/vgasiunas-fix-java-getclientstatus-test
Fix Java GetClientStatusIntegrationTest
This commit is contained in:
commit
9a8c346d1a
@ -35,7 +35,7 @@ class GetClientStatusIntegrationTest {
|
||||
try (Database db = fdb.open()) {
|
||||
// Run a simple transaction to make sure the database is fully initialized
|
||||
db.run(tr -> {
|
||||
return tr.getReadVersion();
|
||||
return tr.getReadVersion().join();
|
||||
});
|
||||
|
||||
// Here we just check if a meaningful client report status is returned
|
||||
|
Loading…
x
Reference in New Issue
Block a user