aokolnychyi commented on a change in pull request #401: Introduce a wait before
each check lock state request to HMS
URL: https://github.com/apache/incubator-iceberg/pull/401#discussion_r316886529
##########
File path: hive/src/test/java/org/apache/iceberg/hive/HiveTableTest.java
##########
@@ -223,4 +227,32 @@ public void testConcurrentFastAppends() {
icebergTable.refresh();
Assert.assertEquals(20, icebergTable.currentSnapshot().manifests().size());
}
+
+ @Test
+ public void testConcurrentConnections() throws InterruptedException {
Review comment:
The test will take 2-20 seconds to complete.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]