mirror of
https://github.com/apple/foundationdb.git
synced 2025-05-15 18:32:18 +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()) {
|
try (Database db = fdb.open()) {
|
||||||
// Run a simple transaction to make sure the database is fully initialized
|
// Run a simple transaction to make sure the database is fully initialized
|
||||||
db.run(tr -> {
|
db.run(tr -> {
|
||||||
return tr.getReadVersion();
|
return tr.getReadVersion().join();
|
||||||
});
|
});
|
||||||
|
|
||||||
// Here we just check if a meaningful client report status is returned
|
// Here we just check if a meaningful client report status is returned
|
||||||
|
Loading…
x
Reference in New Issue
Block a user