Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 26690 invoked from network); 6 Mar 2008 12:42:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Mar 2008 12:42:16 -0000 Received: (qmail 10558 invoked by uid 500); 6 Mar 2008 12:42:12 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 10519 invoked by uid 500); 6 Mar 2008 12:42:12 -0000 Mailing-List: contact derby-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 10510 invoked by uid 99); 6 Mar 2008 12:42:12 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Mar 2008 04:42:12 -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; Thu, 06 Mar 2008 12:41:33 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 93E09234C08E for ; Thu, 6 Mar 2008 04:40:59 -0800 (PST) Message-ID: <702731484.1204807259604.JavaMail.jira@brutus> Date: Thu, 6 Mar 2008 04:40:59 -0800 (PST) From: "John H. Embretsen (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Updated: (DERBY-3385) Tests for JMX Management and Monitoring In-Reply-To: <16980351.1202127307854.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/DERBY-3385?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John H. Embretsen updated DERBY-3385: ------------------------------------- Attachment: d3385_ant-junit-all.diff Attached a patch for review, d3385_ant-junit-all.diff, which adds the management test suite as a new test run target ( junit-jmx ) in the top-level build.xml file. The tests are run (and automatically included in junit-all) only if the VM running Ant supports J2SE 5.0 or higher. > Tests for JMX Management and Monitoring > --------------------------------------- > > Key: DERBY-3385 > URL: https://issues.apache.org/jira/browse/DERBY-3385 > Project: Derby > Issue Type: Sub-task > Components: JMX, Test > Reporter: John H. Embretsen > Assignee: John H. Embretsen > Attachments: d3385_ant-junit-all.diff, d3385_versionMBeanTest_01.diff, TestJMXp9.java > > > DERBY-1387 implements a new feature set in Derby: Java Management eXtentions (JMX), i.e. standards-based management and monitoring capabilities. > As these are completely new features providing additional interfaces to a running Derby system, a set of functional regression tests should be added. The new tests should verify that Derby's public JMX API works as intended, and should be able to detect regressions in this area in the future. There is a functional specification (jmxFuncspec.html) attached to DERBY-1387 which may be used as reference. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.