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 3CBA7200B71 for ; Tue, 16 Aug 2016 16:20:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 3B559160A74; Tue, 16 Aug 2016 14:20:22 +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 A6B32160AA8 for ; Tue, 16 Aug 2016 16:20:21 +0200 (CEST) Received: (qmail 97362 invoked by uid 500); 16 Aug 2016 14:20:20 -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 97334 invoked by uid 99); 16 Aug 2016 14:20:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Aug 2016 14:20:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 85A372C02A7 for ; Tue, 16 Aug 2016 14:20:20 +0000 (UTC) Date: Tue, 16 Aug 2016 14:20:20 +0000 (UTC) From: "Philip Thompson (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (CASSANDRA-12414) dtest failure in ttl_test.TestDistributedTTL.ttl_is_respected_on_delayed_replication_test MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 16 Aug 2016 14:20:22 -0000 [ https://issues.apache.org/jira/browse/CASSANDRA-12414?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Philip Thompson resolved CASSANDRA-12414. ----------------------------------------- Resolution: Cannot Reproduce > dtest failure in ttl_test.TestDistributedTTL.ttl_is_respected_on_delayed_replication_test > ----------------------------------------------------------------------------------------- > > Key: CASSANDRA-12414 > URL: https://issues.apache.org/jira/browse/CASSANDRA-12414 > Project: Cassandra > Issue Type: Test > Reporter: Philip Thompson > Assignee: Philip Thompson > Labels: dtest > > example failure: > http://cassci.datastax.com/job/cassandra-3.9_dtest/31/testReport/ttl_test/TestDistributedTTL/ttl_is_respected_on_delayed_replication_test > {code} > File "/usr/lib/python2.7/unittest/case.py", line 329, in run > testMethod() > File "/home/automaton/cassandra-dtest/ttl_test.py", line 439, in ttl_is_respected_on_delayed_replication_test > self.assertLessEqual(abs(ttl_session1[0][0] - ttl_session2[0][0]), 1) > "unsupported operand type(s) for -: 'NoneType' and 'int' > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)