Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 3E09D200C37 for ; Sun, 19 Mar 2017 20:08:49 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 3C89E160B7D; Sun, 19 Mar 2017 19:08:49 +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 86399160B6D for ; Sun, 19 Mar 2017 20:08:48 +0100 (CET) Received: (qmail 54784 invoked by uid 500); 19 Mar 2017 19:08:47 -0000 Mailing-List: contact common-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list common-issues@hadoop.apache.org Received: (qmail 54773 invoked by uid 99); 19 Mar 2017 19:08:47 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 19 Mar 2017 19:08:47 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 0C67BC0096 for ; Sun, 19 Mar 2017 19:08:47 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.651 X-Spam-Level: X-Spam-Status: No, score=0.651 tagged_above=-999 required=6.31 tests=[RP_MATCHES_RCVD=-0.001, SPF_NEUTRAL=0.652] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id 4BoR73adB1yB for ; Sun, 19 Mar 2017 19:08:46 +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 147A55FE25 for ; Sun, 19 Mar 2017 19:08:46 +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 4E354E00D5 for ; Sun, 19 Mar 2017 19:08:42 +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 A9769254C9 for ; Sun, 19 Mar 2017 19:08:41 +0000 (UTC) Date: Sun, 19 Mar 2017 19:08:41 +0000 (UTC) From: "Steve Loughran (JIRA)" To: common-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HADOOP-14201) Fix some failing tests on windows MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Sun, 19 Mar 2017 19:08:49 -0000 [ https://issues.apache.org/jira/browse/HADOOP-14201?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steve Loughran updated HADOOP-14201: ------------------------------------ Attachment: HADOOP-14201-001.patch Patch 001 this adds diagnostics to help find why tests are failing, * StatsDSink: binding diags of HADOOP-14200 * TestFsShellList: fixes of HADOOP-14199 * TestShellBasedUnixGroupsMapping don't run the tests windows doesn't like * TestLambdaTestUtils allow for slower machines by not worrying about the retry count, other than a retry must have happened. * TestWinUtils: more diagnostics of failures TestWinUtils was still failing;in the "insufficient memory," test; the fix for that appears to be "ask for much more heap". Maybe JRE changes to heap allocation caused the JVM to not ask for that full -Xmx amount, so hide the problem. My windows test VM is still having problems with hostnames and things; I've given up worrying about that. > Fix some failing tests on windows > --------------------------------- > > Key: HADOOP-14201 > URL: https://issues.apache.org/jira/browse/HADOOP-14201 > Project: Hadoop Common > Issue Type: Task > Components: test > Affects Versions: 2.8.0 > Environment: Windows Server 2012. > Reporter: Steve Loughran > Assignee: Steve Loughran > Priority: Minor > Attachments: HADOOP-14201-001.patch > > > Some of the 2.8.0 tests are failing locally, without much in the way of diagnostics. They may be false alarms related to system, VM setup, performance, or they may be a sign of a problem. -- This message was sent by Atlassian JIRA (v6.3.15#6346) --------------------------------------------------------------------- To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org For additional commands, e-mail: common-issues-help@hadoop.apache.org