Return-Path: X-Original-To: apmail-flex-dev-archive@www.apache.org Delivered-To: apmail-flex-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B0520178A2 for ; Tue, 10 Mar 2015 17:00:07 +0000 (UTC) Received: (qmail 97413 invoked by uid 500); 10 Mar 2015 17:00:07 -0000 Delivered-To: apmail-flex-dev-archive@flex.apache.org Received: (qmail 97377 invoked by uid 500); 10 Mar 2015 17:00:07 -0000 Mailing-List: contact dev-help@flex.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flex.apache.org Delivered-To: mailing list dev@flex.apache.org Received: (qmail 97365 invoked by uid 99); 10 Mar 2015 17:00:06 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Mar 2015 17:00:06 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of mihai.chira@gmail.com designates 74.125.82.171 as permitted sender) Received: from [74.125.82.171] (HELO mail-we0-f171.google.com) (74.125.82.171) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Mar 2015 16:59:41 +0000 Received: by wesp10 with SMTP id p10so3193075wes.11 for ; Tue, 10 Mar 2015 09:58:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:content-type; bh=5DZQzr+iIt02FF/dw6c7CMAP/pgABcrDI0ZTWnjfnZs=; b=GmN+ncL03l8CBs/l04Vk4xk9ceUWOB9/Nypkq0MR8zQPIbkEcZb5Gn3/j2WRs8IVo0 uHQu9ESAruSjDTDkiloSrbKz0L9DHIbm5G+4yxn4SlCKsbcZYgzVhmEaghp5hqRd6RIB jlkJaGnezvzUd9aWGyds0KZ+rwKwjqzoOlbI0r02i0xb9mm6v+YTiSKzHd4PCPORoDwM IQTPJm73sUNAFSvq20QK9FSsoYaNaU+emq+TY26yBXAGYby5hJa5upQsYx2uv7orNV5/ ySG1R9Nq+qXdJzXwkCzGXMM0ZRYmPB7Hi7RdDUQ2lz9AEcRq1aAOVweg9PtBuFTZpAPe 8MkQ== X-Received: by 10.194.191.228 with SMTP id hb4mr71733235wjc.116.1426006735031; Tue, 10 Mar 2015 09:58:55 -0700 (PDT) MIME-Version: 1.0 Sender: mihai.chira@gmail.com Received: by 10.28.89.195 with HTTP; Tue, 10 Mar 2015 09:58:34 -0700 (PDT) In-Reply-To: References: From: Mihai Chira Date: Tue, 10 Mar 2015 17:58:34 +0100 X-Google-Sender-Auth: Vbp7JrPRvNWaT4FzQyJvMBbIbOc Message-ID: Subject: Re: [14/14] git commit: [flex-sdk] [refs/heads/develop] - FLEX-34119 Running the over 10, 000 parameterized tests in the ant test runner takes over an hour! (On my computer it only takes a bit above three minutes.) I'm ignoring this for now. To: "dev@flex.apache.org" Content-Type: text/plain; charset=UTF-8 X-Virus-Checked: Checked by ClamAV on apache.org Should I un-ignore this test, to see if it's faster on the server? (On my machine, in IntelliJ it finishes in three minutes.) I guess it's so slow because it's writing the reports to disk while running? Also, now that it's ignored, FlexUnit (Flash, really) throws a stack overflow error at around 10% of the 10,000+ parameterised tests because it goes through each of them and then ignores it, and because it's only the arguments that change, I guess it thinks it's stuck in an infinite loop. Is this avoidable? Is it possible to write an [Ignore] tag which will make the test runner ignore all parameterised versions of that function at once, instead of having it go through each of them? On 10 March 2015 at 17:44, wrote: > FLEX-34119 Running the over 10,000 parameterized tests in the ant test runner takes over an hour! (On my computer it only takes a bit above three minutes.) I'm ignoring this for now. > > > Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo > Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/410945f0 > Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/410945f0 > Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/410945f0 > > Branch: refs/heads/develop > Commit: 410945f0f78f889147d83e4fb07a5c5ce56c71bf > Parents: f7fcf12 > Author: Mihai Chira > Authored: Tue Mar 10 17:30:19 2015 +0100 > Committer: Mihai Chira > Committed: Tue Mar 10 17:30:19 2015 +0100 > > ---------------------------------------------------------------------- > .../HierarchicalCollectionViewCursor_FLEX_34119_Tests.as | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > ---------------------------------------------------------------------- > > > http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/410945f0/frameworks/projects/advancedgrids/tests/mx/collections/HierarchicalCollectionViewCursor_FLEX_34119_Tests.as > ---------------------------------------------------------------------- > diff --git a/frameworks/projects/advancedgrids/tests/mx/collections/HierarchicalCollectionViewCursor_FLEX_34119_Tests.as b/frameworks/projects/advancedgrids/tests/mx/collections/HierarchicalCollectionViewCursor_FLEX_34119_Tests.as > index 5119ed4..e378c6c 100644 > --- a/frameworks/projects/advancedgrids/tests/mx/collections/HierarchicalCollectionViewCursor_FLEX_34119_Tests.as > +++ b/frameworks/projects/advancedgrids/tests/mx/collections/HierarchicalCollectionViewCursor_FLEX_34119_Tests.as > @@ -136,7 +136,8 @@ package mx.collections > assertEquals(secondCompany, _sut.current); > assertTrue(_noErrorsThrown); > } > - > + > + [Ignore] > [Test(dataProvider="positionAndOperation")] > public function testReproduce_FLEX_34119_Comprehensive(selectedItemIndex:int, operationIndex:int, operation:int):void > { >