[ https://issues.apache.org/jira/browse/PHOENIX-4389?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16269968#comment-16269968 ]
Hadoop QA commented on PHOENIX-4389: ------------------------------------ {color:red}-1 overall{color}. Here are the results of testing the latest attachment http://issues.apache.org/jira/secure/attachment/12899708/PHOENIX-4389.001.patch against master branch at commit c216b667a8da568f768c0d26f46fa1a9c0994a04. ATTACHMENT ID: 12899708 {color:green}+1 @author{color}. The patch does not contain any @author tags. {color:green}+0 tests included{color}. The patch appears to be a documentation, build, or dev patch that doesn't require tests. {color:green}+1 javac{color}. The applied patch does not increase the total number of javac compiler warnings. {color:red}-1 release audit{color}. The applied patch generated 2 release audit warnings (more than the master's current 0 warnings). {color:green}+1 lineLengths{color}. The patch does not introduce lines longer than 100 {color:green}+1 core tests{color}. The patch passed unit tests in . Test results: https://builds.apache.org/job/PreCommit-PHOENIX-Build/1636//testReport/ Release audit warnings: https://builds.apache.org/job/PreCommit-PHOENIX-Build/1636//artifact/patchprocess/patchReleaseAuditWarnings.txt Console output: https://builds.apache.org/job/PreCommit-PHOENIX-Build/1636//console This message is automatically generated. > Flapping tests SystemTablePermissionsIT and > MigrateSystemTablesToSystemNamespaceIT > ---------------------------------------------------------------------------------- > > Key: PHOENIX-4389 > URL: https://issues.apache.org/jira/browse/PHOENIX-4389 > Project: Phoenix > Issue Type: Bug > Affects Versions: 4.13.0 > Environment: Ubuntu 16.04 LTS, Oracle JDK 1.7.0_80, running long IT > for PHOENIX-4372 on 4.x-HBase1.2 > Reporter: Pedro Boado > Assignee: Karan Mehta > Priority: Minor > Attachments: PHOENIX-4389.001.patch > > > While running long IT, {{SystemTablePermissionsIT}} and > {{MigrateSystemTablesToSystemNamespaceIT}} are flapping throwing same > exception. Both tests run OK en their own. > {code} > [ERROR] Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 7.848 > s <<< FAILURE! - in org.apache.phoenix.end2end.SystemTablePermissionsIT > [ERROR] > testNamespaceMappedSystemTables(org.apache.phoenix.end2end.SystemTablePermissionsIT) > Time elapsed: 6.713 s <<< ERROR! > java.io.IOException: Shutting down > at > org.apache.phoenix.end2end.SystemTablePermissionsIT.testNamespaceMappedSystemTables(SystemTablePermissionsIT.java:162) > Caused by: java.lang.RuntimeException: Failed construction of Master: class > org.apache.hadoop.hbase.master.HMasterAddress already in use > at > org.apache.phoenix.end2end.SystemTablePermissionsIT.testNamespaceMappedSystemTables(SystemTablePermissionsIT.java:162) > Caused by: java.net.BindException: Port in use: 0.0.0.0:60010 > at > org.apache.phoenix.end2end.SystemTablePermissionsIT.testNamespaceMappedSystemTables(SystemTablePermissionsIT.java:162) > Caused by: java.net.BindException: Address already in use > at > org.apache.phoenix.end2end.SystemTablePermissionsIT.testNamespaceMappedSystemTables(SystemTablePermissionsIT.java:162) > [ERROR] > testSystemTablePermissions(org.apache.phoenix.end2end.SystemTablePermissionsIT) > Time elapsed: 1.133 s <<< ERROR! > java.io.IOException: Shutting down > at > org.apache.phoenix.end2end.SystemTablePermissionsIT.testSystemTablePermissions(SystemTablePermissionsIT.java:104) > Caused by: java.lang.RuntimeException: Failed construction of Master: class > org.apache.hadoop.hbase.master.HMasterAddress already in use > at > org.apache.phoenix.end2end.SystemTablePermissionsIT.testSystemTablePermissions(SystemTablePermissionsIT.java:104) > Caused by: java.net.BindException: Port in use: 0.0.0.0:60010 > at > org.apache.phoenix.end2end.SystemTablePermissionsIT.testSystemTablePermissions(SystemTablePermissionsIT.java:104) > Caused by: java.net.BindException: Address already in use > at > org.apache.phoenix.end2end.SystemTablePermissionsIT.testSystemTablePermissions(SystemTablePermissionsIT.java:104) > {code} -- This message was sent by Atlassian JIRA (v6.4.14#64029)