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 965A5184F2 for ; Wed, 10 Feb 2016 11:14:18 +0000 (UTC) Received: (qmail 89192 invoked by uid 500); 10 Feb 2016 11:14:18 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 89156 invoked by uid 500); 10 Feb 2016 11:14:18 -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 89145 invoked by uid 99); 10 Feb 2016 11:14:18 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Feb 2016 11:14:18 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 2EE9A2C1F57 for ; Wed, 10 Feb 2016 11:14:18 +0000 (UTC) Date: Wed, 10 Feb 2016 11:14:18 +0000 (UTC) From: "Sylvain Lebresne (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CASSANDRA-11126) select_distinct_with_deletions_test failing on non-vnode environments 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-11126?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15140640#comment-15140640 ] Sylvain Lebresne commented on CASSANDRA-11126: ---------------------------------------------- There seems to have been changes to the upgrade, so can someone tell me how I can ran this test between two local versions (that is, say I have a version of 2.1 checkouted in repository X and 3.0 checkouted in repository Y, how do I run from 2.1 to 3.0 using those locally checkouted versions)? I can't debug this properly otherwise. [~enigmacurry][~rhatch]? > select_distinct_with_deletions_test failing on non-vnode environments > --------------------------------------------------------------------- > > Key: CASSANDRA-11126 > URL: https://issues.apache.org/jira/browse/CASSANDRA-11126 > Project: Cassandra > Issue Type: Bug > Reporter: Ryan McGuire > Assignee: Sylvain Lebresne > Labels: dtest > Fix For: 3.0.x > > > Looks like this was fixed in CASSANDRA-10762, but not for non-vnode environments: > {code} > $ DISABLE_VNODES=yes KEEP_TEST_DIR=yes CASSANDRA_VERSION=git:cassandra-3.0 PRINT_DEBUG=true nosetests -s -v upgrade_tests/cql_tests.py:TestCQLNodes2RF1.select_distinct_with_deletions_test > select_distinct_with_deletions_test (upgrade_tests.cql_tests.TestCQLNodes2RF1) ... cluster ccm directory: /tmp/dtest-UXb0un > http://git-wip-us.apache.org/repos/asf/cassandra.git git:cassandra-3.0 > Custom init_config not found. Setting defaults. > Done setting configuration options: > { 'num_tokens': None, > 'phi_convict_threshold': 5, > 'range_request_timeout_in_ms': 10000, > 'read_request_timeout_in_ms': 10000, > 'request_timeout_in_ms': 10000, > 'truncate_request_timeout_in_ms': 10000, > 'write_request_timeout_in_ms': 10000} > getting default job version for 3.0.3 > UpgradePath(starting_version='binary:2.2.3', upgrade_version=None) > starting from 2.2.3 > upgrading to {'install_dir': '/home/ryan/.ccm/repository/gitCOLONcassandra-3.0'} > Querying upgraded node > FAIL > ====================================================================== > FAIL: select_distinct_with_deletions_test (upgrade_tests.cql_tests.TestCQLNodes2RF1) > ---------------------------------------------------------------------- > Traceback (most recent call last): > File "/home/ryan/git/datastax/cassandra-dtest/upgrade_tests/cql_tests.py", line 3360, in select_distinct_with_deletions_test > self.assertEqual(9, len(rows)) > AssertionError: 9 != 8 > -------------------- >> begin captured logging << -------------------- > dtest: DEBUG: cluster ccm directory: /tmp/dtest-UXb0un > dtest: DEBUG: Custom init_config not found. Setting defaults. > dtest: DEBUG: Done setting configuration options: > { 'num_tokens': None, > 'phi_convict_threshold': 5, > 'range_request_timeout_in_ms': 10000, > 'read_request_timeout_in_ms': 10000, > 'request_timeout_in_ms': 10000, > 'truncate_request_timeout_in_ms': 10000, > 'write_request_timeout_in_ms': 10000} > dtest: DEBUG: getting default job version for 3.0.3 > dtest: DEBUG: UpgradePath(starting_version='binary:2.2.3', upgrade_version=None) > dtest: DEBUG: starting from 2.2.3 > dtest: DEBUG: upgrading to {'install_dir': '/home/ryan/.ccm/repository/gitCOLONcassandra-3.0'} > dtest: DEBUG: Querying upgraded node > --------------------- >> end captured logging << --------------------- > ---------------------------------------------------------------------- > Ran 1 test in 56.022s > FAILED (failures=1) > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)