You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by "Chris Nauroth (JIRA)" <ji...@apache.org> on 2015/05/07 20:24:00 UTC

[jira] [Created] (ZOOKEEPER-2182) Several test suites are not running during pre-commit, because their names do not end with "Test".

Chris Nauroth created ZOOKEEPER-2182:
----------------------------------------

             Summary: Several test suites are not running during pre-commit, because their names do not end with "Test".
                 Key: ZOOKEEPER-2182
                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-2182
             Project: ZooKeeper
          Issue Type: Bug
          Components: tests
            Reporter: Chris Nauroth
            Assignee: Chris Nauroth


In build.xml, the {{<junit>}} task definition uses an include pattern of {{\*\*/\*$\{test.category\}Test.java}}.  This is important so that we don't accidentally try to run utility classes like {{PortAssignment}} or {{TestableZooKeeper}} as if they were JUnit suites.  However, several test suites are misnamed so that they don't satisfy this pattern, and therefore pre-commit hasn't been running them.

{{ClientRetry}}
{{ReconfigFailureCases}}
{{WatchEventWhenAutoReset}}




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)