This is an automated email from the ASF dual-hosted git repository.

virajjasani pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/phoenix-adapters.git


The following commit(s) were added to refs/heads/main by this push:
     new e8b53bf  Increase timed wait for misc tests using GSIs
e8b53bf is described below

commit e8b53bfe17e5732891a728161f15a7e320459cd9
Author: Viraj Jasani <[email protected]>
AuthorDate: Thu Apr 23 16:56:38 2026 -0700

    Increase timed wait for misc tests using GSIs
---
 phoenix-ddb-rest/src/test/java/org/apache/phoenix/ddb/Misc1Util.java | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/phoenix-ddb-rest/src/test/java/org/apache/phoenix/ddb/Misc1Util.java 
b/phoenix-ddb-rest/src/test/java/org/apache/phoenix/ddb/Misc1Util.java
index e7fd317..4a022b8 100644
--- a/phoenix-ddb-rest/src/test/java/org/apache/phoenix/ddb/Misc1Util.java
+++ b/phoenix-ddb-rest/src/test/java/org/apache/phoenix/ddb/Misc1Util.java
@@ -869,6 +869,7 @@ public class Misc1Util {
         batchDeleteItems(dynamoDbClient, phoenixDBClientV2, table1Name, 
table1ItemsToDelete);
         batchDeleteItems(dynamoDbClient, phoenixDBClientV2, table2Name, 
table2ItemsToDelete);
 
+        TestUtils.waitForEventualConsistentIndex();
         TestUtils.waitForEventualConsistentIndex();
 
         for (int partitionId = 0; partitionId < numPartitions; partitionId++) {

Reply via email to