Beside IndexExtendedIT, IndexScrutinyToolIT also always failed on 4.x and
master, both failed tests may be caused by PHOENIX-5140
在 2020-12-10 11:14:25,"[email protected]" <[email protected]> 写道:
I noticed IndexExtendedIT always failed on 4.x and master now, It may be caused
by PHOENIX-5140 , for 4.x , the stack is :
java.lang.AssertionError: expected:<0> but was:<-1>
at org.junit.Assert.fail(Assert.java:89)
at org.junit.Assert.failNotEquals(Assert.java:835)
at org.junit.Assert.assertEquals(Assert.java:647)
at org.junit.Assert.assertEquals(Assert.java:633)
at
org.apache.phoenix.end2end.IndexToolIT.runIndexTool(IndexToolIT.java:806)
at
org.apache.phoenix.end2end.IndexToolIT.runIndexTool(IndexToolIT.java:785)
at
org.apache.phoenix.end2end.IndexToolIT.runIndexTool(IndexToolIT.java:776)
at
org.apache.phoenix.end2end.IndexToolIT.runIndexTool(IndexToolIT.java:770)
at
org.apache.phoenix.end2end.IndexToolIT.runIndexTool(IndexToolIT.java:744)
at
org.apache.phoenix.end2end.IndexExtendedIT.testMutableIndexWithUpdates(IndexExtendedIT.java:166)
and the similar stack is on master, I suggest we should rollback or stop commit
to the repo until the problem is fixed.