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 02CE9200498 for ; Tue, 29 Aug 2017 17:52:58 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id F2FEA166EC1; Tue, 29 Aug 2017 15:52:57 +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 476A7166EBD for ; Tue, 29 Aug 2017 17:52:57 +0200 (CEST) Received: (qmail 32007 invoked by uid 500); 29 Aug 2017 15:52:56 -0000 Mailing-List: contact commits-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cassandra.apache.org Delivered-To: mailing list commits@cassandra.apache.org Received: (qmail 31996 invoked by uid 99); 29 Aug 2017 15:52:56 -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; Tue, 29 Aug 2017 15:52:56 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 37D16E08EE; Tue, 29 Aug 2017 15:52:56 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: jasobrown@apache.org To: commits@cassandra.apache.org Message-Id: <529be4ef94e64f048bf39cd20fb265b3@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: cassandra-dtest git commit: ninja-fix misspelled variable name Date: Tue, 29 Aug 2017 15:52:56 +0000 (UTC) archived-at: Tue, 29 Aug 2017 15:52:58 -0000 Repository: cassandra-dtest Updated Branches: refs/heads/master 2ad557dff -> 19b6613d7 ninja-fix misspelled variable name Project: http://git-wip-us.apache.org/repos/asf/cassandra-dtest/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra-dtest/commit/19b6613d Tree: http://git-wip-us.apache.org/repos/asf/cassandra-dtest/tree/19b6613d Diff: http://git-wip-us.apache.org/repos/asf/cassandra-dtest/diff/19b6613d Branch: refs/heads/master Commit: 19b6613d7c1cd220432af1157b07dbba8fd4a0bb Parents: 2ad557d Author: Jason Brown Authored: Tue Aug 29 08:52:25 2017 -0700 Committer: Jason Brown Committed: Tue Aug 29 08:52:25 2017 -0700 ---------------------------------------------------------------------- bootstrap_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cassandra-dtest/blob/19b6613d/bootstrap_test.py ---------------------------------------------------------------------- diff --git a/bootstrap_test.py b/bootstrap_test.py index 54c49c1..d29390c 100644 --- a/bootstrap_test.py +++ b/bootstrap_test.py @@ -150,7 +150,7 @@ class TestBootstrap(BaseBootstrapTest): cluster = self.cluster yaml_opts = {'streaming_keep_alive_period_in_secs': 2} if cluster.version() < '4.0': - yamp_opts['streaming_socket_timeout_in_ms'] = 1000 + yaml_opts['streaming_socket_timeout_in_ms'] = 1000 cluster.set_configuration_options(values=yaml_opts) # Create a single node cluster --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org For additional commands, e-mail: commits-help@cassandra.apache.org