Return-Path: X-Original-To: apmail-cassandra-commits-archive@www.apache.org Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 56CDA1059F for ; Fri, 8 Aug 2014 16:15:12 +0000 (UTC) Received: (qmail 96848 invoked by uid 500); 8 Aug 2014 16:15:12 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 96784 invoked by uid 500); 8 Aug 2014 16:15:12 -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 96754 invoked by uid 99); 8 Aug 2014 16:15:11 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Aug 2014 16:15:11 +0000 Date: Fri, 8 Aug 2014 16:15:11 +0000 (UTC) From: "Ryan McGuire (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Comment Edited] (CASSANDRA-7598) Dtest errors should show full system log message MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CASSANDRA-7598?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14090918#comment-14090918 ] Ryan McGuire edited comment on CASSANDRA-7598 at 8/8/14 4:13 PM: ----------------------------------------------------------------- Also see CASSANDRA-7223 which was useless without this output. was (Author: enigmacurry): Also see CASSANDRA-7223 which was also useless without this output. > Dtest errors should show full system log message > ------------------------------------------------ > > Key: CASSANDRA-7598 > URL: https://issues.apache.org/jira/browse/CASSANDRA-7598 > Project: Cassandra > Issue Type: Test > Reporter: Ryan McGuire > Assignee: Ryan McGuire > > Although system errors are always reported when they happen, dtest does not show the full message. You have to go to the log file yourself to see the actual error. This takes two seconds when running a test by hand, but it's more difficult when viewing results run on cassci. We should be able to parse this out and pump it into the top most exception that is spit out by nosetests. > Example of a useless error message: http://cassci.datastax.com/job/cassandra_upgrade_dtest/66/testReport/upgrade_through_versions_test/TestUpgradeThroughVersions/upgrade_test_2/ -- This message was sent by Atlassian JIRA (v6.2#6252)