virajjasani commented on PR #1897:
URL: https://github.com/apache/phoenix/pull/1897#issuecomment-2138650239
@kadirozde @tkhurana I am able to reproduce
`GlobalImmutableTxIndexIT#testLastDDLTimestampOnAsyncIndexes` test failure
locally:
```
java.lang.AssertionError: PTable DDL Timestamp not in the right range!
at org.junit.Assert.fail(Assert.java:89)
at org.junit.Assert.assertTrue(Assert.java:42)
at
org.apache.phoenix.end2end.CreateTableIT.verifyLastDDLTimestamp(CreateTableIT.java:1765)
at
org.apache.phoenix.end2end.index.BaseIndexIT.testLastDDLTimestampOnAsyncIndexes(BaseIndexIT.java:1517)
...
...
```
So something else on master branch might have broken this test.
--
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]