Return-Path: X-Original-To: apmail-cassandra-commits-archive@www.apache.org Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 15C0C11058 for ; Wed, 21 May 2014 18:01:48 +0000 (UTC) Received: (qmail 25235 invoked by uid 500); 21 May 2014 18:01:47 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 25155 invoked by uid 500); 21 May 2014 18:01:47 -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 25080 invoked by uid 99); 21 May 2014 18:01:47 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 May 2014 18:01:47 +0000 Date: Wed, 21 May 2014 18:01:47 +0000 (UTC) From: "Marcus Eriksson (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Assigned] (CASSANDRA-7010) bootstrap_test simple_bootstrap_test dtest fails in 2.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CASSANDRA-7010?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcus Eriksson reassigned CASSANDRA-7010: ------------------------------------------ Assignee: Marcus Eriksson > bootstrap_test simple_bootstrap_test dtest fails in 2.1 > ------------------------------------------------------- > > Key: CASSANDRA-7010 > URL: https://issues.apache.org/jira/browse/CASSANDRA-7010 > Project: Cassandra > Issue Type: Bug > Components: Tests > Reporter: Michael Shuler > Assignee: Marcus Eriksson > Fix For: 2.1 rc1 > > > I patched ccm with https://github.com/pcmanus/ccm/pull/109 and got an error from simple_bootstrap: > {noformat} > ====================================================================== > FAIL: simple_bootstrap_test (bootstrap_test.TestBootstrap) > ---------------------------------------------------------------------- > Traceback (most recent call last): > File "/home/mshuler/git/cassandra-dtest/bootstrap_test.py", line 58, in simple_bootstrap_test > assert_almost_equal(initial_size, 2 * size1) > File "/home/mshuler/git/cassandra-dtest/assertions.py", line 26, in assert_almost_equal > assert vmin > vmax * (1.0 - error), "values not within %.2f%% of the max: %s" % (error * 100, args) > AssertionError: values not within 16.00% of the max: (0, 186396) > {noformat} -- This message was sent by Atlassian JIRA (v6.2#6252)