[ https://issues.apache.org/jira/browse/CASSANDRA-12398?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tyler Hobbs resolved CASSANDRA-12398. ------------------------------------- Resolution: Fixed This has already been fixed in a ninja commit by Stefania: {{78e9180243731098fe269abcf0549c49277143f5}}. > dtest failure in cqlsh_tests.cqlsh_tests.TestCqlsh.test_pep8_compliance > ----------------------------------------------------------------------- > > Key: CASSANDRA-12398 > URL: https://issues.apache.org/jira/browse/CASSANDRA-12398 > Project: Cassandra > Issue Type: Test > Reporter: Sean McCarthy > Assignee: DS Test Eng > Labels: dtest > > example failure: > http://cassci.datastax.com/job/trunk_dtest/1326/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.py", line 290, in wrapped > f(obj) > File "/home/automaton/cassandra-dtest/cqlsh_tests/cqlsh_tests.py", line 69, > in test_pep8_compliance > self.assertEqual(len(stdout), 0, stdout) > File "/usr/lib/python2.7/unittest/case.py", line 513, in assertEqual > assertion_func(first, second, msg=msg) > File "/usr/lib/python2.7/unittest/case.py", line 506, in _baseAssertEqual > raise self.failureException(msg) > "/home/automaton/cassandra/pylib/cqlshlib/cql3handling.py:796:1: E302 > expected 2 blank lines, found 1 > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)