You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Sean McCarthy (JIRA)" <ji...@apache.org> on 2016/07/21 16:28:21 UTC

[jira] [Created] (CASSANDRA-12265) dtest failure in user_functions_test.TestUserFunctions.test_migration

Sean McCarthy created CASSANDRA-12265:
-----------------------------------------

             Summary: dtest failure in user_functions_test.TestUserFunctions.test_migration
                 Key: CASSANDRA-12265
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-12265
             Project: Cassandra
          Issue Type: Test
            Reporter: Sean McCarthy
            Assignee: DS Test Eng
         Attachments: node1.log, node1_debug.log, node1_gc.log, node2.log, node2_debug.log, node2_gc.log, node3.log, node3_debug.log, node3_gc.log

example failure:

http://cassci.datastax.com/job/trunk_dtest/1311/testReport/user_functions_test/TestUserFunctions/test_migration

{code}
Stacktrace

  File "/usr/lib/python2.7/unittest/case.py", line 329, in run
    testMethod()
  File "/home/automaton/cassandra-dtest/user_functions_test.py", line 92, in test_migration
    [2, 2.0, math.sin(2.0), math.cos(2.0), math.tan(2.0)])
  File "/home/automaton/cassandra-dtest/assertions.py", line 122, in assert_one
    res = session.execute(simple_query)
  File "cassandra/cluster.py", line 1941, in cassandra.cluster.Session.execute (cassandra/cluster.c:33653)
    return self.execute_async(query, parameters, trace, custom_payload, timeout, execution_profile).result()
  File "cassandra/cluster.py", line 3629, in cassandra.cluster.ResponseFuture.result (cassandra/cluster.c:69380)
    raise self._final_exception
'Error from server: code=2200 [Invalid query] message="Unknown function \'x_tan\'
{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)