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 7E66E2009F3 for ; Fri, 20 May 2016 13:21:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 7D1C4160A0E; Fri, 20 May 2016 11:21:22 +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 C4B121609AF for ; Fri, 20 May 2016 13:21:21 +0200 (CEST) Received: (qmail 84240 invoked by uid 500); 20 May 2016 11:21:21 -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 84230 invoked by uid 99); 20 May 2016 11:21: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; Fri, 20 May 2016 11:21: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 97B5D180361 for ; Fri, 20 May 2016 11:21:20 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.799 X-Spam-Level: * X-Spam-Status: No, score=1.799 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-0.001] 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 7iqA3ageNkar for ; Fri, 20 May 2016 11:21: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 237D85F298 for ; Fri, 20 May 2016 11:21:18 +0000 (UTC) Received: from svn01-us-west.apache.org (svn.apache.org [10.41.0.6]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 62A3EE0175 for ; Fri, 20 May 2016 11:21:17 +0000 (UTC) Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id CE4B53A0056 for ; Fri, 20 May 2016 11:21:16 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1744715 - in /httpd/test/mod_h2/trunk/test: test_fuzz.sh test_proxy.sh Date: Fri, 20 May 2016 11:21:16 -0000 To: cvs@httpd.apache.org From: icing@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20160520112116.CE4B53A0056@svn01-us-west.apache.org> archived-at: Fri, 20 May 2016 11:21:22 -0000 Author: icing Date: Fri May 20 11:21:16 2016 New Revision: 1744715 URL: http://svn.apache.org/viewvc?rev=1744715&view=rev Log: tweak upload fuzz test, fixed name of proxy test Modified: httpd/test/mod_h2/trunk/test/test_fuzz.sh httpd/test/mod_h2/trunk/test/test_proxy.sh Modified: httpd/test/mod_h2/trunk/test/test_fuzz.sh URL: http://svn.apache.org/viewvc/httpd/test/mod_h2/trunk/test/test_fuzz.sh?rev=1744715&r1=1744714&r2=1744715&view=diff ============================================================================== --- httpd/test/mod_h2/trunk/test/test_fuzz.sh (original) +++ httpd/test/mod_h2/trunk/test/test_fuzz.sh Fri May 20 11:21:16 2016 @@ -87,10 +87,10 @@ fuzz-upload() { done > $GEN/data-1m fi - do-upload 1k 60 - do-upload 10k 60 - do-upload 100k 60 - do-upload 1m 60 + do-upload 1k 32 + do-upload 10k 32 + do-upload 100k 32 + do-upload 1m 32 } fuzz-close() { Modified: httpd/test/mod_h2/trunk/test/test_proxy.sh URL: http://svn.apache.org/viewvc/httpd/test/mod_h2/trunk/test/test_proxy.sh?rev=1744715&r1=1744714&r2=1744715&view=diff ============================================================================== --- httpd/test/mod_h2/trunk/test/test_proxy.sh (original) +++ httpd/test/mod_h2/trunk/test/test_proxy.sh Fri May 20 11:21:16 2016 @@ -32,7 +32,7 @@ MH2FUZZ=mh2fuzz/mh2fuzz source $(dirname $0)/test_common.sh -two_engines() { +many_engines() { URL_PREFIX="$1" cat > $TMP/urls.txt << EOF $URL_PREFIX/h2proxy/004.html @@ -80,7 +80,7 @@ $SHELL "$TEST_DIR"/test_nghttp_get.sh $ $SHELL "$TEST_DIR"/test_nghttp_post.sh $HTTPS_AUTH/h2proxy && $SHELL "$TEST_DIR"/test_curl_get.sh $HTTPS_AUTH/h2proxy && $SHELL "$TEST_DIR"/test_curl_post.sh $HTTPS_AUTH/h2proxy && -two_engines $HTTPS_AUTH %% +many_engines $HTTPS_AUTH && : fi