virajjasani commented on code in PR #1899:
URL: https://github.com/apache/phoenix/pull/1899#discussion_r1623279331


##########
phoenix-core/src/it/java/org/apache/phoenix/end2end/index/BaseIndexWithRegionMovesIT.java:
##########
@@ -1709,6 +1709,7 @@ public void testLastDDLTimestampOnAsyncIndexes() throws 
Exception {
 
             // run the index MR job.
             IndexToolIT.runIndexTool(false, TestUtil.DEFAULT_SCHEMA_NAME, 
tableName, indexName);
+            TestUtil.waitForIndexState(conn, fullIndexName, 
PIndexState.BUILDING);

Review Comment:
   It seems this is the problem, it should be `PIndexState.ACTIVE`



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

Reply via email to