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 0F525200BCF for ; Mon, 5 Dec 2016 18:10:00 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 0DD3A160B27; Mon, 5 Dec 2016 17:10: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 56AA1160B09 for ; Mon, 5 Dec 2016 18:09:59 +0100 (CET) Received: (qmail 64654 invoked by uid 500); 5 Dec 2016 17:09: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 64632 invoked by uid 99); 5 Dec 2016 17:09:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Dec 2016 17:09:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 5F3432C1F54 for ; Mon, 5 Dec 2016 17:09:58 +0000 (UTC) Date: Mon, 5 Dec 2016 17:09:58 +0000 (UTC) From: "Philip Thompson (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (CASSANDRA-12987) dtest failure in paxos_tests.TestPaxos.contention_test_many_threads MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 05 Dec 2016 17:10:00 -0000 [ https://issues.apache.org/jira/browse/CASSANDRA-12987?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Philip Thompson updated CASSANDRA-12987: ---------------------------------------- Issue Type: Bug (was: Test) > dtest failure in paxos_tests.TestPaxos.contention_test_many_threads > ------------------------------------------------------------------- > > Key: CASSANDRA-12987 > URL: https://issues.apache.org/jira/browse/CASSANDRA-12987 > Project: Cassandra > Issue Type: Bug > Reporter: Sean McCarthy > Assignee: DS Test Eng > Labels: dtest, test-failure > Attachments: node1.log, node1_debug.log, node1_gc.log, node2.log, node2_debug.log, node2_gc.log, node3.log, node3_debug.log, node3_gc.log > > > example failure: > http://cassci.datastax.com/job/trunk_dtest/1437/testReport/paxos_tests/TestPaxos/contention_test_many_threads > {code} > Error Message > value=299, errors=0, retries=25559 > {code}{code} > Stacktrace > File "/usr/lib/python2.7/unittest/case.py", line 329, in run > testMethod() > File "/home/automaton/cassandra-dtest/paxos_tests.py", line 88, in contention_test_many_threads > self._contention_test(300, 1) > File "/home/automaton/cassandra-dtest/paxos_tests.py", line 192, in _contention_test > self.assertTrue((value == threads * iterations) and (errors == 0), "value={}, errors={}, retries={}".format(value, errors, retries)) > File "/usr/lib/python2.7/unittest/case.py", line 422, in assertTrue > raise self.failureException(msg) > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)