You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Joshua McKenzie (JIRA)" <ji...@apache.org> on 2014/06/30 20:21:26 UTC

[jira] [Created] (CASSANDRA-7475) Dtest: Windows - various cqlsh_tests errors

Joshua McKenzie created CASSANDRA-7475:
------------------------------------------

             Summary: Dtest: Windows - various cqlsh_tests errors
                 Key: CASSANDRA-7475
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-7475
             Project: Cassandra
          Issue Type: Bug
            Reporter: Joshua McKenzie
            Assignee: Ryan McGuire
            Priority: Minor


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)