Sean McCarthy created CASSANDRA-12833:
-----------------------------------------
Summary: 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
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)