Return-Path: X-Original-To: apmail-httpd-cvs-archive@www.apache.org Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 38AFE6B68 for ; Sun, 22 May 2011 10:51:26 +0000 (UTC) Received: (qmail 43520 invoked by uid 500); 22 May 2011 10:51:26 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 43461 invoked by uid 500); 22 May 2011 10:51:26 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 43454 invoked by uid 99); 22 May 2011 10:51:26 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 22 May 2011 10:51:26 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 22 May 2011 10:51:25 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id C847523888C2; Sun, 22 May 2011 10:51:04 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1125905 - /httpd/test/framework/trunk/README Date: Sun, 22 May 2011 10:51:04 -0000 To: cvs@httpd.apache.org From: rjung@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110522105104.C847523888C2@eris.apache.org> Author: rjung Date: Sun May 22 10:51:04 2011 New Revision: 1125905 URL: http://svn.apache.org/viewvc?rev=1125905&view=rev Log: Correctly describe the current test ordering behaviour. Modified: httpd/test/framework/trunk/README Modified: httpd/test/framework/trunk/README URL: http://svn.apache.org/viewvc/httpd/test/framework/trunk/README?rev=1125905&r1=1125904&r2=1125905&view=diff ============================================================================== --- httpd/test/framework/trunk/README (original) +++ httpd/test/framework/trunk/README Sun May 22 10:51:04 2011 @@ -77,18 +77,20 @@ can run: It's also possible that a test will pass when it's run after a particular test, but if moved to run after a different state it may -fail. For this reason it's important to ran the randomization smoking -testing with -order=random option. +fail. For this reason by default the tests run in random order. Since it's important to be able to reproduce the problem with the random testing, whenever -order=random is used, the used seed is printed to STDERR. Which can be then fed into the future tests with: via APACHE_TEST_SEED environment variable. +By adding the option -order=repeat, the tests will be run in +alphabetical order. + Combining these two important smoke testing techiques, one can run tests with: - t/SMOKE -times=N -order=(repeat|rotate|random) + t/SMOKE -times=N -order=(repeat|random) For example, to run the mod_rewrite tests 5 times, one would: @@ -98,8 +100,7 @@ So the tests can be repeated N times, an modes: - randomize all tests -- repeat the same test N times in sequence -- rotate the whole tests suite N times +- repeat the whole tests suite N times For configuration options and default settings run: