Merge pull request #9439 from sfc-gh-vgasiunas/vgasiunas-fix-java-getclientstatus-test

Fix Java GetClientStatusIntegrationTest
This commit is contained in:
Jingyu Zhou 2023-02-22 08:58:56 -08:00 committed by GitHub
commit 9a8c346d1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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