Sean McCarthy created CASSANDRA-12599:
-----------------------------------------
Summary: dtest failure in
cqlsh_tests.cqlsh_tests.TestCqlsh.test_pep8_compliance
Key: CASSANDRA-12599
URL: https://issues.apache.org/jira/browse/CASSANDRA-12599
Project: Cassandra
Issue Type: Test
Reporter: Sean McCarthy
Assignee: DS Test Eng
example failure:
http://cassci.datastax.com/job/cassandra-2.2_dtest/687/testReport/cqlsh_tests.cqlsh_tests/TestCqlsh/test_pep8_compliance
{code}
Stacktrace
File "/usr/lib/python2.7/unittest/case.py", line 329, in run
testMethod()
File "/home/automaton/cassandra-dtest/tools/decorators.py", line 48, in
wrapped
f(obj)
File "/home/automaton/cassandra-dtest/cqlsh_tests/cqlsh_tests.py", line 67,
in test_pep8_compliance
p = subprocess.Popen(cmds, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
File "/usr/lib/python2.7/subprocess.py", line 710, in __init__
errread, errwrite)
File "/usr/lib/python2.7/subprocess.py", line 1335, in _execute_child
raise child_exception
"[Errno 2] No such file or directory
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)