Chinmay Kulkarni created PHOENIX-5986:
-----------------------------------------
Summary: DropTableWithViewsIT is flaky
Key: PHOENIX-5986
URL: https://issues.apache.org/jira/browse/PHOENIX-5986
Project: Phoenix
Issue Type: Bug
Affects Versions: 4.15.0
Reporter: Chinmay Kulkarni
Fix For: 4.16.0
DropTableWithViewsIT has some flaky tests, especially
testDropTableWithChildViews.
This has caused recent preCommit failures for
[PHOENIX-5981|https://issues.apache.org/jira/browse/PHOENIX-5981] (build
[4010|https://builds.apache.org/job/PreCommit-PHOENIX-Build/4010//testReport/])
and
[PHOENIX-5984|https://issues.apache.org/jira/browse/PHOENIX-5984] (build
[4011|https://builds.apache.org/job/PreCommit-PHOENIX-Build/4011//testReport/]).
When I run this test locally, it passes sometimes and fails sometimes. This is
the relevant stack trace:
{code}
java.lang.AssertionError
at org.junit.Assert.fail(Assert.java:87)
at org.junit.Assert.assertTrue(Assert.java:42)
at org.junit.Assert.assertFalse(Assert.java:65)
at org.junit.Assert.assertFalse(Assert.java:75)
at
org.apache.phoenix.end2end.DropTableWithViewsIT.testDropTableWithChildViews(DropTableWithViewsIT.java:158)
{code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)