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 320F6200BBA for ; Fri, 21 Oct 2016 19:59:00 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 30CA6160AE8; Fri, 21 Oct 2016 17:59:00 +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 808E8160ADE for ; Fri, 21 Oct 2016 19:58:59 +0200 (CEST) Received: (qmail 21572 invoked by uid 500); 21 Oct 2016 17:58:58 -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 21559 invoked by uid 99); 21 Oct 2016 17:58:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 Oct 2016 17:58:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 790F92C0D55 for ; Fri, 21 Oct 2016 17:58:58 +0000 (UTC) Date: Fri, 21 Oct 2016 17:58:58 +0000 (UTC) From: "Dikang Gu (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CASSANDRA-12822) dtest failure in compaction_test.TestCompaction_with_SizeTieredCompactionStrategy.fanout_size_test MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Fri, 21 Oct 2016 17:59:00 -0000 [ https://issues.apache.org/jira/browse/CASSANDRA-12822?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15595860#comment-15595860 ] Dikang Gu commented on CASSANDRA-12822: --------------------------------------- PR: https://github.com/riptano/cassandra-dtest/pull/1367 > dtest failure in compaction_test.TestCompaction_with_SizeTieredCompactionStrategy.fanout_size_test > -------------------------------------------------------------------------------------------------- > > Key: CASSANDRA-12822 > URL: https://issues.apache.org/jira/browse/CASSANDRA-12822 > Project: Cassandra > Issue Type: Test > Reporter: Sean McCarthy > Assignee: Dikang Gu > Labels: dtest > Attachments: node1.log, node1_debug.log, node1_gc.log > > > example failure: > http://cassci.datastax.com/job/trunk_dtest/1403/testReport/compaction_test/TestCompaction_with_SizeTieredCompactionStrategy/fanout_size_test > {code} > Error Message > 75 != 74 > {code}{code} > Stacktrace > File "/usr/lib/python2.7/unittest/case.py", line 329, in run > testMethod() > File "/home/automaton/cassandra-dtest/tools/decorators.py", line 46, in wrapped > f(obj) > File "/home/automaton/cassandra-dtest/compaction_test.py", line 553, in fanout_size_test > self.assertEqual(25 * len(node1.data_directories()), int(m.group(2))) > File "/usr/lib/python2.7/unittest/case.py", line 513, in assertEqual > assertion_func(first, second, msg=msg) > File "/usr/lib/python2.7/unittest/case.py", line 506, in _baseAssertEqual > raise self.failureException(msg) > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)