Return-Path: Delivered-To: apmail-directory-dev-archive@www.apache.org Received: (qmail 79215 invoked from network); 8 Dec 2007 18:52:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 8 Dec 2007 18:52:54 -0000 Received: (qmail 6328 invoked by uid 500); 8 Dec 2007 18:52:42 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 6288 invoked by uid 500); 8 Dec 2007 18:52:42 -0000 Mailing-List: contact dev-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Apache Directory Developers List" Delivered-To: mailing list dev@directory.apache.org Received: (qmail 6277 invoked by uid 99); 8 Dec 2007 18:52:42 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 08 Dec 2007 10:52:42 -0800 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of akarasulu@gmail.com designates 209.85.146.183 as permitted sender) Received: from [209.85.146.183] (HELO wa-out-1112.google.com) (209.85.146.183) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 08 Dec 2007 18:52:22 +0000 Received: by wa-out-1112.google.com with SMTP id m38so2401862waf for ; Sat, 08 Dec 2007 10:52:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:mime-version:content-type:x-google-sender-auth; bh=q512GenjKlJJKT6eZGLz0QsKqD1Mtgr8zOcNxf/Wqa0=; b=cpfZxbM6BBlEVEGebQUdWADOtYwRCR4imtx7T0BoNiBOeUXqZRlRtKiDra/DGomHdodjGnpAF+gYANcOP/sntKtiISz4tRi0VjnEziHIsaJRWd5ZoszR5WaCds3PSEbaz28LnUfz+yfDD9f751e995LKyXqG/o4RRmW9VbPUbZ4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:mime-version:content-type:x-google-sender-auth; b=PqsniTF97BwzDrfkXc0Ldr/W1Yjxe2anNlpGh5Y3SpYgZ09bAUx39HVZk2Epd3+oqtyiAjqHZxRaC3uWOIUJWbCAfmfhmWq+SWnPRFIhjH9yJISaGKmuCnJ+IoeIXWgkpROT+7lyrHCFUliUMj6wfIViRpu0FJMvcudo9q6hu8g= Received: by 10.114.184.7 with SMTP id h7mr3392953waf.1197139945098; Sat, 08 Dec 2007 10:52:25 -0800 (PST) Received: by 10.115.18.12 with HTTP; Sat, 8 Dec 2007 10:52:25 -0800 (PST) Message-ID: Date: Sat, 8 Dec 2007 13:52:25 -0500 From: "Alex Karasulu" Sender: akarasulu@gmail.com To: "Apache Directory Developers List" Subject: [ApacheDS] Integration test results MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_15596_14216117.1197139945094" X-Google-Sender-Auth: 6b9d692528ce2f04 X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_15596_14216117.1197139945094 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline On a (1.86 Ghz) Intel Core2 Duo machine with a weak (SATA 7200 RPM) drive I got the following results for tests run from the root of the bigbang-with-dependencies branch. Meaning all the unit tests for shared run as well. For "mvn test" which runs 80% of the core integration tests with rollbacks: 1 Minute 40 Seconds For "mvn -Dintegration test" which runs 80% of the core tests with rollbacks and 20% of the core integration tests with a pristine server (cleanup,reinstall,reconfig,restart). 6 Minutes 28 Seconds Not too bad since we have not converted all the tests and nothing has yet been done for the server-unit tests. I think we can shrink this down to about 2 and a half minutes for all integration tests. Alex ------=_Part_15596_14216117.1197139945094 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline On a (1.86 Ghz) Intel Core2 Duo machine with a weak (SATA 7200 RPM) drive I got the following results for tests run from the root of the bigbang-with-dependencies branch.  Meaning all the unit tests for shared run as well.

For "mvn test" which runs 80% of the core integration tests with rollbacks:

1 Minute 40 Seconds


For "mvn -Dintegration test" which runs 80% of the core tests with rollbacks and 20% of the core integration tests with a pristine server (cleanup,reinstall,reconfig,restart).

6 Minutes 28 Seconds


Not too bad since we have not converted all the tests and nothing has yet been done for the server-unit tests.  I think we can shrink this down to about 2 and a half minutes for all integration tests.


Alex

------=_Part_15596_14216117.1197139945094--