Return-Path: X-Original-To: apmail-hawq-commits-archive@minotaur.apache.org Delivered-To: apmail-hawq-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4D35918352 for ; Thu, 7 Jan 2016 09:33:54 +0000 (UTC) Received: (qmail 48142 invoked by uid 500); 7 Jan 2016 09:33:54 -0000 Delivered-To: apmail-hawq-commits-archive@hawq.apache.org Received: (qmail 48101 invoked by uid 500); 7 Jan 2016 09:33:54 -0000 Mailing-List: contact commits-help@hawq.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hawq.incubator.apache.org Delivered-To: mailing list commits@hawq.incubator.apache.org Received: (qmail 48092 invoked by uid 99); 7 Jan 2016 09:33:54 -0000 Received: from Unknown (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Jan 2016 09:33:54 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id B858D1A0230 for ; Thu, 7 Jan 2016 09:33:53 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.247 X-Spam-Level: * X-Spam-Status: No, score=1.247 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-0.554, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-us-east.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id SYLI_4vnH56Z for ; Thu, 7 Jan 2016 09:33:40 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org) with SMTP id 8FF3842AC6 for ; Thu, 7 Jan 2016 09:33:40 +0000 (UTC) Received: (qmail 47081 invoked by uid 99); 7 Jan 2016 09:33:40 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Jan 2016 09:33:40 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 01A0BE0AF0; Thu, 7 Jan 2016 09:33:39 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: rlei@apache.org To: commits@hawq.incubator.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: incubator-hawq git commit: HAWQ-271. Remove netperf-2.4.3.tar.gz Date: Thu, 7 Jan 2016 09:33:39 +0000 (UTC) Repository: incubator-hawq Updated Branches: refs/heads/master 95ff9e4c1 -> 5a938ca1d HAWQ-271. Remove netperf-2.4.3.tar.gz Remove netperf-2.4.3.tar.gz Remove debug info introduced by last conflict Project: http://git-wip-us.apache.org/repos/asf/incubator-hawq/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-hawq/commit/5a938ca1 Tree: http://git-wip-us.apache.org/repos/asf/incubator-hawq/tree/5a938ca1 Diff: http://git-wip-us.apache.org/repos/asf/incubator-hawq/diff/5a938ca1 Branch: refs/heads/master Commit: 5a938ca1d6f66f7c9fd0957fc7fb61a70e62d076 Parents: 95ff9e4 Author: rlei Authored: Thu Jan 7 17:29:29 2016 +0800 Committer: rlei Committed: Thu Jan 7 17:32:42 2016 +0800 ---------------------------------------------------------------------- tools/bin/Makefile | 6 ------ tools/bin/gppylib/commands/base.py | 10 +--------- tools/bin/src/netperf-2.4.3.tar.gz | Bin 1145798 -> 0 bytes 3 files changed, 1 insertion(+), 15 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/5a938ca1/tools/bin/Makefile ---------------------------------------------------------------------- diff --git a/tools/bin/Makefile b/tools/bin/Makefile index 7d6423c..37d119c 100644 --- a/tools/bin/Makefile +++ b/tools/bin/Makefile @@ -43,8 +43,6 @@ all: stream # -NETPERF_DIR=netperf-2.4.3 - # # STREAM # @@ -111,13 +109,9 @@ clean : rm -rf $(PYLIB_SRC)/$(PYCHECKER_DIR) rm -rf $(PYLIB_SRC)/$(UNITTEST2_DIR) rm -rf $(STREAM_DIR)/stream lib/stream - if [ -f $(SRC)/src/$(NETPERF_DIR)/Makefile ]; then \ - (cd $(SRC)/src/$(NETPERF_DIR) && $(MAKE) clean) \ - fi rm -rf *.pyc lib/*.pyc distclean: clean - rm -rf $(NETPERF_DIR) SKIP_INSTALL=.epydoc.config|.gitignore|.p4ignore|.rcfile|Makefile|generate-greenplum-path.sh install: all http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/5a938ca1/tools/bin/gppylib/commands/base.py ---------------------------------------------------------------------- diff --git a/tools/bin/gppylib/commands/base.py b/tools/bin/gppylib/commands/base.py index 132c108..65d7495 100755 --- a/tools/bin/gppylib/commands/base.py +++ b/tools/bin/gppylib/commands/base.py @@ -697,20 +697,12 @@ class Command: def run(self,validateAfter=False): faultPoint = os.getenv('GP_COMMAND_FAULT_POINT') - print "### DEBUG: ENV[GP_COMMAND_FAULT_POINT] = %s" % (faultPoint if faultPoint else "None") - print "### DEBUG: self.name = %s" % ("SomeName" if self.name else "None") if not faultPoint or (self.name and not self.name.startswith(faultPoint)): - print "### DEBUG: EXECUTE name = %s" % ("SomeName" if self.name else "None") - print "### DEBUG: EXECUTE cmdStr = %s" % ("SomeCmdStr" if self.cmdStr else "None") - print "### DEBUG: EXECUTE context = %s" % ("SomeExecContext" if self.exec_context else "None") - print "### DEBUG: EXECUTE remoteHost = %s" % ("SomeRemoteHost" if self.remoteHost else "None") self.exec_context.execute(self) else: # simulate error - print "### DEBUG: CommandResult" self.results = CommandResult(1,'Fault Injection','Fault Injection' ,False,True) - print self.results - + if validateAfter: self.validate() pass http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/5a938ca1/tools/bin/src/netperf-2.4.3.tar.gz ---------------------------------------------------------------------- diff --git a/tools/bin/src/netperf-2.4.3.tar.gz b/tools/bin/src/netperf-2.4.3.tar.gz deleted file mode 100644 index f5c85d0..0000000 Binary files a/tools/bin/src/netperf-2.4.3.tar.gz and /dev/null differ