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 483A81137E for ; Fri, 8 Aug 2014 21:17:12 +0000 (UTC) Received: (qmail 90572 invoked by uid 500); 8 Aug 2014 21:17:12 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 90529 invoked by uid 500); 8 Aug 2014 21:17:12 -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 90517 invoked by uid 99); 8 Aug 2014 21:17:12 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Aug 2014 21:17:12 +0000 Date: Fri, 8 Aug 2014 21:17:12 +0000 (UTC) From: "Philip Thompson (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CASSANDRA-7475) Dtest: Windows - various cqlsh_tests errors 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-7475?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14091311#comment-14091311 ] Philip Thompson commented on CASSANDRA-7475: -------------------------------------------- The remaining cqlsh test error is a problem with the Python Driver used by cqlsh. This is being tracked at https://datastax-oss.atlassian.net/browse/PYTHON-119. > Dtest: Windows - various cqlsh_tests errors > ------------------------------------------- > > Key: CASSANDRA-7475 > URL: https://issues.apache.org/jira/browse/CASSANDRA-7475 > Project: Cassandra > Issue Type: Bug > Components: Tests > Environment: win7x64 SP1, Cassandra 3.0 / trunk > Reporter: Joshua McKenzie > Assignee: Philip Thompson > Priority: Minor > Labels: Windows > > Have a few windows-specific failures in this test. > {code:title=test_eat_glass} > ====================================================================== > ERROR: test_eat_glass (cqlsh_tests.TestCqlsh) > ---------------------------------------------------------------------- > Traceback (most recent call last): > File "C:\src\cassandra-dtest\cqlsh_tests.py", line 158, in test_eat_glass > """.encode("utf-8")) > File "build\bdist.win32\egg\ccmlib\node.py", line 613, in run_cqlsh > p.stdin.write(cmd + ';\n') > IOError: [Errno 22] Invalid argument > {code} > {code:title=test_simple_insert} > ====================================================================== > ERROR: test_simple_insert (cqlsh_tests.TestCqlsh) > ---------------------------------------------------------------------- > Traceback (most recent call last): > File "C:\src\cassandra-dtest\cqlsh_tests.py", line 35, in test_simple_insert > cursor.execute("select id, value from simple.simple"); > File "c:\src\cassandra-dbapi2\cql\cursor.py", line 80, in execute > response = self.get_response(prepared_q, cl) > File "c:\src\cassandra-dbapi2\cql\thrifteries.py", line 77, in get_response > return self.handle_cql_execution_errors(doquery, compressed_q, compress, cl) > File "c:\src\cassandra-dbapi2\cql\thrifteries.py", line 98, in handle_cql_execution_errors > raise cql.ProgrammingError("Bad Request: %s" % ire.why) > ProgrammingError: Bad Request: Keyspace simple does not exist > {code} > {code:title=test_with_empty_values} > ====================================================================== > ERROR: test_with_empty_values (cqlsh_tests.TestCqlsh) > ---------------------------------------------------------------------- > Traceback (most recent call last): > File "C:\src\cassandra-dtest\cqlsh_tests.py", line 347, in test_with_empty_values > output = self.run_cqlsh(node1, "select intcol, bigintcol, varintcol from CASSANDRA_7196.has_all_types where num in (0, 1, 2, 3, 4)") > File "C:\src\cassandra-dtest\cqlsh_tests.py", line 373, in run_cqlsh > p = subprocess.Popen([ cli ] + args, env=env, stdin=subprocess.PIPE, stderr=subprocess.PIPE, stdout=subprocess.PIPE) > File "C:\Python27\lib\subprocess.py", line 710, in __init__ > errread, errwrite) > File "C:\Python27\lib\subprocess.py", line 958, in _execute_child > startupinfo) > WindowsError: [Error 193] %1 is not a valid Win32 application > {code} -- This message was sent by Atlassian JIRA (v6.2#6252)