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 88383200B99 for ; Wed, 5 Oct 2016 09:00:32 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 86777160AEA; Wed, 5 Oct 2016 07:00:32 +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 B6807160ADE for ; Wed, 5 Oct 2016 09:00:31 +0200 (CEST) Received: (qmail 4282 invoked by uid 500); 5 Oct 2016 07:00:30 -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 3999 invoked by uid 99); 5 Oct 2016 07:00:30 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Oct 2016 07:00:30 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 8598B2C2A66 for ; Wed, 5 Oct 2016 07:00:30 +0000 (UTC) Date: Wed, 5 Oct 2016 07:00:30 +0000 (UTC) From: "Alex Petrov (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (CASSANDRA-12724) dtest failure in cql_tests.LWTTester.conditional_updates_on_static_columns_with_null_values_test MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 05 Oct 2016 07:00:32 -0000 [ https://issues.apache.org/jira/browse/CASSANDRA-12724?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alex Petrov resolved CASSANDRA-12724. ------------------------------------- Resolution: Fixed > dtest failure in cql_tests.LWTTester.conditional_updates_on_static_columns_with_null_values_test > ------------------------------------------------------------------------------------------------ > > Key: CASSANDRA-12724 > URL: https://issues.apache.org/jira/browse/CASSANDRA-12724 > Project: Cassandra > Issue Type: Test > Reporter: Sean McCarthy > Assignee: Alex Petrov > Labels: dtest > Attachments: node1.log, node1_debug.log, node1_gc.log > > > example failure: > http://cassci.datastax.com/job/cassandra-3.9_dtest/57/testReport/cql_tests/LWTTester/conditional_updates_on_static_columns_with_null_values_test > {code} > Error Message > Expected [[False, None]] from DELETE s1 FROM conditional_deletes_on_static_with_null WHERE a = 2 IF s2 IN (10,20,30), but got [[False]] > {code} > {code} > Stacktrace > File "/usr/lib/python2.7/unittest/case.py", line 329, in run > testMethod() > File "/home/automaton/cassandra-dtest/cql_tests.py", line 1289, in conditional_deletes_on_static_columns_with_null_values_test > assert_one(session, "DELETE s1 FROM {} WHERE a = 2 IF s2 IN (10,20,30)".format(table_name), [False, None]) > File "/home/automaton/cassandra-dtest/tools/assertions.py", line 130, in assert_one > assert list_res == [expected], "Expected {} from {}, but got {}".format([expected], query, list_res) > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)