You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Jonathan Ellis (JIRA)" <ji...@apache.org> on 2013/11/20 02:02:26 UTC

[jira] [Resolved] (CASSANDRA-4298) Exception in system.test_thrift_server.TestMut.test_bad_call

     [ https://issues.apache.org/jira/browse/CASSANDRA-4298?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jonathan Ellis resolved CASSANDRA-4298.
---------------------------------------

    Resolution: Cannot Reproduce

> Exception in system.test_thrift_server.TestMut.test_bad_call
> ------------------------------------------------------------
>
>                 Key: CASSANDRA-4298
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-4298
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Core
>         Environment: cassandra-1.1, ubuntu
>            Reporter: Tyler Patterson
>
> Running it like this (cassandra-1.1, ubuntu)
> {code}
> PYTHONPATH=test nosetests -vx --nocapture --process-timeout=20 --tests=system.test_thrift_server:TestMutations.test_bad_calls
> {code}
> I get this error:
> {code}
> ======================================================================
> ERROR: system.test_thrift_server.TestMutations.test_bad_calls
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/usr/local/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest
>     self.test(*self.arg)
>   File "/home/tahooie/datastax/cassandra/test/system/test_thrift_server.py", line 685, in test_bad_calls
>     _expect_exception(lambda: client.insert(None, None, None, None), TApplicationException)
>   File "/home/tahooie/datastax/cassandra/test/system/test_thrift_server.py", line 207, in _expect_exception
>     r = fn()
>   File "/home/tahooie/datastax/cassandra/test/system/test_thrift_server.py", line 685, in <lambda>
>     _expect_exception(lambda: client.insert(None, None, None, None), TApplicationException)
>   File "/home/tahooie/datastax/cassandra/interface/thrift/gen-py/cassandra/Cassandra.py", line 832, in insert
>     self.recv_insert()
>   File "/home/tahooie/datastax/cassandra/interface/thrift/gen-py/cassandra/Cassandra.py", line 848, in recv_insert
>     x = TApplicationException()
> NameError: global name 'TApplicationException' is not defined
> ----------------------------------------------------------------------
> {code}



--
This message was sent by Atlassian JIRA
(v6.1#6144)