You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Michael Kjellman (JIRA)" <ji...@apache.org> on 2017/11/15 22:07:00 UTC

[jira] [Created] (CASSANDRA-14019) complex_data_types_test - json_test.ToJsonSelectTests: RuntimeError: Unexpected cqlsh error: :2:OperationTimedOut: errors={'127.0.0.1': 'Client request timeout.

Michael Kjellman created CASSANDRA-14019:
--------------------------------------------

             Summary: complex_data_types_test - json_test.ToJsonSelectTests: RuntimeError: Unexpected cqlsh error: <stdin>:2:OperationTimedOut: errors={'127.0.0.1': 'Client request timeout.
                 Key: CASSANDRA-14019
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-14019
             Project: Cassandra
          Issue Type: Bug
          Components: Testing
            Reporter: Michael Kjellman


complex_data_types_test - json_test.ToJsonSelectTests: RuntimeError: Unexpected cqlsh error: <stdin>:2:OperationTimedOut: errors={'127.0.0.1': 'Client request timeout.

Line 44, in complex_data_types_test
Failed example:
    cqlsh_print('''
    SELECT toJson(mylist), toJson(myset), toJson(mymap), toJson(mytuple), toJson(myudt), toJson(mytodolists), toJson(many_sinks), toJson(named_sinks)
      FROM complex_types where key1 = 'foo'
    ''')
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.7/doctest.py", line 1315, in __run
        compileflags, 1) in test.globs
      File "<doctest complex_data_types_test[5]>", line 4, in <module>
        ''')
      File "/home/cassandra/cassandra-dtest/json_test.py", line 105, in cqlsh_print
        output = cqlsh(cmds, supress_err=supress_err)
      File "/home/cassandra/cassandra-dtest/json_test.py", line 95, in cqlsh
        raise RuntimeError("Unexpected cqlsh error: {}".format(err))
    RuntimeError: Unexpected cqlsh error: <stdin>:5:InvalidRequest: Error from server: code=2200 [Invalid query] message="table complex_types does not exist"



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org