Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id E8441200B5B for ; Fri, 5 Aug 2016 19:46:21 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id E6F59160AAC; Fri, 5 Aug 2016 17:46:21 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 67B6B160A64 for ; Fri, 5 Aug 2016 19:46:21 +0200 (CEST) Received: (qmail 9023 invoked by uid 500); 5 Aug 2016 17:46:20 -0000 Mailing-List: contact commits-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cassandra.apache.org Delivered-To: mailing list commits@cassandra.apache.org Received: (qmail 9000 invoked by uid 99); 5 Aug 2016 17:46:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Aug 2016 17:46:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 6D2A42C027F for ; Fri, 5 Aug 2016 17:46:20 +0000 (UTC) Date: Fri, 5 Aug 2016 17:46:20 +0000 (UTC) From: "Sean McCarthy (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (CASSANDRA-12398) dtest failure in cqlsh_tests.cqlsh_tests.TestCqlsh.test_pep8_compliance MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Fri, 05 Aug 2016 17:46:22 -0000 Sean McCarthy created CASSANDRA-12398: ----------------------------------------- Summary: 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 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)