nastra commented on code in PR #12671:
URL: https://github.com/apache/iceberg/pull/12671#discussion_r2018604230


##########
aws/src/integration/java/org/apache/iceberg/aws/dynamodb/TestMockDynamoDbLockManager.java:
##########
@@ -119,7 +136,10 @@ public void testAcquireOnceMultiProcesses() throws 
Exception {
                             })
                         .collect(Collectors.toList()))
             .get();
-    assertThat(results).as("should have only 1 process succeeded in 
acquisition").hasSize(1);
+    assertThat(results)
+        .as("should have only 1 process succeeded in acquisition")
+        .hasSize(16)

Review Comment:
   the comment says 1 but this checks for 16



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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to