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 438E9185EC for ; Wed, 30 Sep 2015 15:37:20 +0000 (UTC) Received: (qmail 79309 invoked by uid 500); 30 Sep 2015 15:37:04 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 79263 invoked by uid 500); 30 Sep 2015 15:37:04 -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 79248 invoked by uid 99); 30 Sep 2015 15:37:04 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Sep 2015 15:37:04 +0000 Date: Wed, 30 Sep 2015 15:37:04 +0000 (UTC) From: "Joshua McKenzie (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (CASSANDRA-10387) Tests for 10086 fail on Windows 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-10387?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joshua McKenzie resolved CASSANDRA-10387. ----------------------------------------- Resolution: Duplicate Closing as dupe of slightly better worded ticket. > Tests for 10086 fail on Windows > ------------------------------- > > Key: CASSANDRA-10387 > URL: https://issues.apache.org/jira/browse/CASSANDRA-10387 > Project: Cassandra > Issue Type: Sub-task > Reporter: Philip Thompson > Assignee: Joshua McKenzie > Fix For: 2.2.x, 3.0.x > > > This was fixed on linux, but not on windows. See the discussion here: > https://github.com/riptano/cassandra-dtest/pull/529 > Stacktrace is as follows > {code} > File "C:\tools\python2\lib\unittest\case.py", line 329, in run > testMethod() > File "D:\jenkins\workspace\cassandra-3.0_dtest_win32\cassandra-dtest\tools.py", line 253, in wrapped > f(obj) > File "D:\jenkins\workspace\cassandra-3.0_dtest_win32\cassandra-dtest\cqlsh_tests\cqlsh_tests.py", line 1398, in test_cls > self._test_clear_screen('CLS') > File "D:\jenkins\workspace\cassandra-3.0_dtest_win32\cassandra-dtest\cqlsh_tests\cqlsh_tests.py", line 1424, in _test_clear_screen > self.assertTrue(re.search(chr(27) + "\[[0,1,2]?J", out)) > File "C:\tools\python2\lib\unittest\case.py", line 422, in assertTrue > raise self.failureException(msg) > 'None is not true\n-------------------- >> begin captured logging << --------------------\ndtest: DEBUG: cluster ccm directory: d:\\temp\\dtest-8qa7bv\n--------------------- >> end captured logging << ---------------------' > {code} > Failing tests are {{cqlsh_tests.cqlsh_tests.TestCqlsh.test_cls}} and {{cqlsh_tests.cqlsh_tests.TestCqlsh.test_clear}} -- This message was sent by Atlassian JIRA (v6.3.4#6332)