Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 22737 invoked from network); 12 Feb 2008 13:25:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 Feb 2008 13:25:31 -0000 Received: (qmail 1073 invoked by uid 500); 12 Feb 2008 13:25:24 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 1048 invoked by uid 500); 12 Feb 2008 13:25:24 -0000 Mailing-List: contact commits-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list commits@harmony.apache.org Received: (qmail 1039 invoked by uid 99); 12 Feb 2008 13:25:24 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Feb 2008 05:25:24 -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.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Feb 2008 13:24:47 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id E283B714063 for ; Tue, 12 Feb 2008 05:25:07 -0800 (PST) Message-ID: <7172971.1202822707891.JavaMail.jira@brutus> Date: Tue, 12 Feb 2008 05:25:07 -0800 (PST) From: "Alexey Varlamov (JIRA)" To: commits@harmony.apache.org Subject: [jira] Created: (HARMONY-5496) [bti] more care needed cleaning old results MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [bti] more care needed cleaning old results -------------------------------------------- Key: HARMONY-5496 URL: https://issues.apache.org/jira/browse/HARMONY-5496 Project: Harmony Issue Type: Bug Components: build - test - ci Reporter: Alexey Varlamov Priority: Trivial There are cases when snapshot testing publishes outdated results, in particular if adapter fails too early, before cleaning old results. E.g. classlib-tests, drlvm-tests, drlvm-reg-tests perform workspace update before the cleanup. Either adapters should be fixed or framework may do this. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.