You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Konstantin Boudnik (JIRA)" <ji...@apache.org> on 2010/02/22 20:10:28 UTC

[jira] Created: (HADOOP-6587) CLONE -JUnit tests should never depend on anything in conf

CLONE -JUnit tests should never depend on anything in conf
----------------------------------------------------------

                 Key: HADOOP-6587
                 URL: https://issues.apache.org/jira/browse/HADOOP-6587
             Project: Hadoop Common
          Issue Type: Bug
          Components: test
    Affects Versions: 0.21.0, 0.22.0
            Reporter: Konstantin Boudnik
            Assignee: Anatoli Fomenko
            Priority: Blocker
             Fix For: 0.21.0, 0.22.0


The recent change to mapred-queues.xml that causes many mapreduce tests to break unless you delete conf/mapred-queues.xml out of your build tree is bad. We need to make sure that nothing in conf is used in the unit tests. One potential solution is to copy the templates into build/test/conf and use that instead.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.