Return-Path: Delivered-To: apmail-commons-issues-archive@locus.apache.org Received: (qmail 60907 invoked from network); 26 Nov 2008 20:01:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 26 Nov 2008 20:01:39 -0000 Received: (qmail 53494 invoked by uid 500); 26 Nov 2008 20:01:49 -0000 Delivered-To: apmail-commons-issues-archive@commons.apache.org Received: (qmail 53428 invoked by uid 500); 26 Nov 2008 20:01:49 -0000 Mailing-List: contact issues-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: issues@commons.apache.org Delivered-To: mailing list issues@commons.apache.org Received: (qmail 53417 invoked by uid 99); 26 Nov 2008 20:01:49 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Nov 2008 12:01:49 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Nov 2008 20:00:31 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 96834234C2A6 for ; Wed, 26 Nov 2008 12:00:47 -0800 (PST) Message-ID: <1664287558.1227729647615.JavaMail.jira@brutus> Date: Wed, 26 Nov 2008 12:00:47 -0800 (PST) From: "Rahul Akolkar (JIRA)" To: issues@commons.apache.org Subject: [jira] Updated: (SCXML-93) SCXMLTestHelper generates a lot of serialisation files which are not tidied up In-Reply-To: <2013946326.1227609464358.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/SCXML-93?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rahul Akolkar updated SCXML-93: ------------------------------- Fix Version/s: 1.0 When running a single (problematic or new) test at a time, as I prefer to do, its actually not difficult to locate serialization artifacts (they are usually < 5 per test, and timestamp order corresponds to document order of serialization). I agree on accumulation, and since you insist on this, I don't mind those bits being redone such that we use names that match the testcases etc. I agree its an improvement since the number would be limited on a complete run (or many runs) as you say above. However, its not something I personally care to do (which is why the Won't Fix before). So I'm setting the fix version to 1.0 (which currently means 'some time in the future if a well-tested patch appears on this ticket'). > SCXMLTestHelper generates a lot of serialisation files which are not tidied up > ------------------------------------------------------------------------------ > > Key: SCXML-93 > URL: https://issues.apache.org/jira/browse/SCXML-93 > Project: Commons SCXML > Issue Type: Bug > Reporter: Sebb > Priority: Minor > Fix For: 1.0 > > > SCXMLTestHelper generates files to test serialisation of classes in testExecutorSerializability() and testModelSerializability(). > These files are only used temporarily, but are not cleared up at the end of a run. > They can be replaced by using ByteArray classes. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.