[ https://issues.apache.org/jira/browse/PHOENIX-5986?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17161623#comment-17161623 ]
Hadoop QA commented on PHOENIX-5986: ------------------------------------ {color:red}-1 overall{color}. Here are the results of testing the latest attachment http://issues.apache.org/jira/secure/attachment/13008040/PHOENIX-5986.4.x.002.patch against 4.x branch at commit 4c03f087f2c3b562459f5c09814d7eeafc727b11. ATTACHMENT ID: 13008040 {color:green}+1 @author{color}. The patch does not contain any @author tags. {color:green}+1 tests included{color}. The patch appears to include 0 new or modified tests. {color:green}+1 javac{color}. The applied patch does not increase the total number of javac compiler warnings. {color:green}+1 release audit{color}. The applied patch does not increase the total number of release audit warnings. {color:green}+1 lineLengths{color}. The patch does not introduce lines longer than 100 {color:red}-1 core tests{color}. The patch failed these unit tests: ./phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.DropTableWithViewsIT Test results: https://builds.apache.org/job/PreCommit-PHOENIX-Build/4065//testReport/ Code Coverage results: https://builds.apache.org/job/PreCommit-PHOENIX-Build/4065//artifact/phoenix-core/target/site/jacoco/index.html Console output: https://builds.apache.org/job/PreCommit-PHOENIX-Build/4065//console This message is automatically generated. > DropTableWithViewsIT.testDropTableWithChildViews is flapping again > ------------------------------------------------------------------ > > 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 > Assignee: Gokcen Iskender > Priority: Major > Labels: phoenix-hardening, quality-improvement > Fix For: 4.16.0 > > Attachments: PHOENIX-5986.4.x.001.patch, PHOENIX-5986.4.x.002.patch, > PHOENIX-5986.master.001.patch, PHOENIX-5986.master.002.patch, > PHOENIX-5986.master.003.patch, build-4022-full-console-log.txt, > build-4023-full-console-log.txt > > > DropTableWithViewsIT.testDropTableWithChildViews is flapping again. I see > [PHOENIX-5074|https://issues.apache.org/jira/browse/PHOENIX-5074] fixed this > test so that the task is run immediately, but somehow this test is still > intermittently failing. > This has caused recent preCommit failures for PHOENIX-5981 (build > [4010|https://builds.apache.org/job/PreCommit-PHOENIX-Build/4010//testReport/]) > and > 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} > 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} > Failure is observed in [this > assertion|https://github.com/apache/phoenix/blob/f5ebf2aaa337d0b4b935f10917cee3d99d621c98/phoenix-core/src/it/java/org/apache/phoenix/end2end/DropTableWithViewsIT.java#L158]. > I also see that the test sometimes fails because it expects task status to > be COMPLETED, but sees status to be STARTED instead. -- This message was sent by Atlassian Jira (v8.3.4#803005)