From issues-return-330804-archive-asf-public=cust-asf.ponee.io@hbase.apache.org Thu Jan 25 01:45:22 2018 Return-Path: X-Original-To: archive-asf-public@eu.ponee.io Delivered-To: archive-asf-public@eu.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by mx-eu-01.ponee.io (Postfix) with ESMTP id 0D4A9180630 for ; Thu, 25 Jan 2018 01:45:22 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id F17BE160C4E; Thu, 25 Jan 2018 00:45:21 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 1CB06160C3C for ; Thu, 25 Jan 2018 01:45:20 +0100 (CET) Received: (qmail 78122 invoked by uid 500); 25 Jan 2018 00:45:20 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 78111 invoked by uid 99); 25 Jan 2018 00:45:20 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Jan 2018 00:45:20 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id B735E180724 for ; Thu, 25 Jan 2018 00:45:19 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -107.911 X-Spam-Level: X-Spam-Status: No, score=-107.911 tagged_above=-999 required=6.31 tests=[ENV_AND_HDR_SPF_MATCH=-0.5, KAM_ASCII_DIVIDERS=0.8, RCVD_IN_DNSWL_LOW=-0.7, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01, USER_IN_DEF_SPF_WL=-7.5, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id am6Es0-EQpZm for ; Thu, 25 Jan 2018 00:45:18 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 1BD9C5F3A1 for ; Thu, 25 Jan 2018 00:45:18 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 2C377E0352 for ; Thu, 25 Jan 2018 00:45:16 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 4BBB221301 for ; Thu, 25 Jan 2018 00:45:01 +0000 (UTC) Date: Thu, 25 Jan 2018 00:45:00 +0000 (UTC) From: "Appy (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-19803) False positive for the HBASE-Find-Flaky-Tests job MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HBASE-19803?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16338498#comment-16338498 ] Appy commented on HBASE-19803: ------------------------------ This is weird, trying to see a crash explicitly on my machine, i added {{System.exit(0)}} to TestEntityLocks#setUp and ran {{mvn test -PrunAllTests -pl hbase-server}}, but the tests just keep going on for several minutes (at which point i stop them myself). {noformat} ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.apache.hadoop.hbase.client.locking.TestEntityLocks Running org.apache.hadoop.hbase.client.TestAllowPartialScanResultCache Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.293 s - in org.apache.hadoop.hbase.client.TestAllowPartialScanResultCache Running org.apache.hadoop.hbase.client.TestBatchScanResultCache Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.285 s - in org.apache.hadoop.hbase.client.TestBatchScanResultCache Running org.apache.hadoop.hbase.client.TestCompleteResultScanResultCache Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.183 s - in org.apache.hadoop.hbase.client.TestCompleteResultScanResultCache Running org.apache.hadoop.hbase.client.TestConnectionUtils Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.547 s - in org.apache.hadoop.hbase.client.TestConnectionUtils Running org.apache.hadoop.hbase.client.TestHBaseAdminNoCluster Tests run: 2, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 8.153 s - in org.apache.hadoop.hbase.client.TestHBaseAdminNoCluster Running org.apache.hadoop.hbase.client.TestIntraRowPagination Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.268 s - in org.apache.hadoop.hbase.client.TestIntraRowPagination Running org.apache.hadoop.hbase.client.TestPutDeleteEtcCellIteration Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.273 s - in org.apache.hadoop.hbase.client.TestPutDeleteEtcCellIteration Running org.apache.hadoop.hbase.client.TestResult Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.187 s - in org.apache.hadoop.hbase.client.TestResult Running org.apache.hadoop.hbase.codec.TestCellMessageCodec Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.654 s - in org.apache.hadoop.hbase.codec.TestCellMessageCodec Running org.apache.hadoop.hbase.conf.TestConfigurationManager Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.467 s - in org.apache.hadoop.hbase.conf.TestConfigurationManager Running org.apache.hadoop.hbase.constraint.TestConstraints Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.963 s - in org.apache.hadoop.hbase.constraint.TestConstraints Running org.apache.hadoop.hbase.coprocessor.TestCoprocessorConfiguration Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.401 s - in org.apache.hadoop.hbase.coprocessor.TestCoprocessorConfiguration Running org.apache.hadoop.hbase.coprocessor.TestCoprocessorHost Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.573 s - in org.apache.hadoop.hbase.coprocessor.TestCoprocessorHost Running org.apache.hadoop.hbase.coprocessor.TestCoprocessorInterface Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.89 s - in org.apache.hadoop.hbase.coprocessor.TestCoprocessorInterface {noformat} > False positive for the HBASE-Find-Flaky-Tests job > ------------------------------------------------- > > Key: HBASE-19803 > URL: https://issues.apache.org/jira/browse/HBASE-19803 > Project: HBase > Issue Type: Bug > Reporter: Duo Zhang > Priority: Major > > It reports two hangs for TestAsyncTableGetMultiThreaded, but I checked the surefire output > https://builds.apache.org/job/HBASE-Flaky-Tests/24830/artifact/hbase-server/target/surefire-reports/org.apache.hadoop.hbase.client.TestAsyncTableGetMultiThreaded-output.txt > This one was likely to be killed in the middle of the run within 20 seconds. > https://builds.apache.org/job/HBASE-Flaky-Tests/24852/artifact/hbase-server/target/surefire-reports/org.apache.hadoop.hbase.client.TestAsyncTableGetMultiThreaded-output.txt > This one was also killed within about 1 minutes. > The test is declared as LargeTests so the time limit should be 10 minutes. It seems that the jvm may crash during the mvn test run and then we will kill all the running tests and then we may mark some of them as hang which leads to the false positive. -- This message was sent by Atlassian JIRA (v7.6.3#76005)