You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Philip Thompson (JIRA)" <ji...@apache.org> on 2016/11/09 20:03:58 UTC

[jira] [Commented] (CASSANDRA-12833) dtest failure in auth_test.TestAuthRoles.udf_permissions_in_update_test

    [ https://issues.apache.org/jira/browse/CASSANDRA-12833?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15651904#comment-15651904 ] 

Philip Thompson commented on CASSANDRA-12833:
---------------------------------------------

Twenty five seconds between starting a node and a system.log file appearing? That is quite the gap.

> dtest failure in auth_test.TestAuthRoles.udf_permissions_in_update_test
> -----------------------------------------------------------------------
>
>                 Key: CASSANDRA-12833
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-12833
>             Project: Cassandra
>          Issue Type: Test
>            Reporter: Sean McCarthy
>            Assignee: DS Test Eng
>              Labels: dtest, test-failure
>
> example failure:
> http://cassci.datastax.com/job/cassandra-3.0_dtest/838/testReport/auth_test/TestAuthRoles/udf_permissions_in_update_test
> {code}
> Error Message
> [Errno 2] No such file or directory: '/tmp/dtest-ZILXmx/test/node1/logs/system.log'
> {code}{code}
> Stacktrace
>   File "/usr/lib/python2.7/unittest/case.py", line 329, in run
>     testMethod()
>   File "/home/automaton/cassandra-dtest/auth_test.py", line 2358, in udf_permissions_in_update_test
>     self.verify_udf_permissions("UPDATE ks.t1 SET v = ks.plus_one(2) WHERE k = ks.plus_one(0)")
>   File "/home/automaton/cassandra-dtest/auth_test.py", line 2375, in verify_udf_permissions
>     self.prepare()
>   File "/home/automaton/cassandra-dtest/auth_test.py", line 2622, in prepare
>     self.wait_for_any_log(self.cluster.nodelist(), 'Created default superuser', 25)
>   File "/home/automaton/cassandra-dtest/dtest.py", line 642, in wait_for_any_log
>     found = node.grep_log(pattern, filename=filename)
>   File "/usr/local/lib/python2.7/dist-packages/ccmlib/node.py", line 347, in grep_log
>     with open(os.path.join(self.get_path(), 'logs', filename)) as f:
> {code}
> There were no logs saved for this test.



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