shahrs87 commented on PR #1595: URL: https://github.com/apache/phoenix/pull/1595#issuecomment-1535510090
There are 4 tests failing here https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-1595/5/testReport/ ``` org.apache.phoenix.end2end.index.UncoveredGlobalImmutableNonTxIndexIT.testLastDDLTimestampOnAsyncIndexes[UncoveredGlobalImmutableNonTxIndexIT_columnEncoded=false] org.apache.phoenix.end2end.index.UncoveredGlobalImmutableNonTxIndexIT.testLastDDLTimestampOnAsyncIndexes[UncoveredGlobalImmutableNonTxIndexIT_columnEncoded=true] org.apache.phoenix.end2end.index.UncoveredGlobalMutableNonTxIndexIT.testLastDDLTimestampOnAsyncIndexes[UncoveredGlobalMutableNonTxIndexIT_columnEncoded=false] org.apache.phoenix.end2end.index.UncoveredGlobalMutableNonTxIndexIT.testLastDDLTimestampOnAsyncIndexes[UncoveredGlobalMutableNonTxIndexIT_columnEncoded=true] ``` All are failing in Uncovered indexes. We create an ASYNC index and wait for it be in BUILDING state and then we run `IndexToolIT#runIndexTool` method to make it ACTIVE. But it looks like uncovered index doesn't go to BUILDING state. Cc @tkhurana -- 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]
