Uploaded image for project: 'Hadoop Common'
  1. Hadoop Common
  2. HADOOP-11440

Use "test.build.data" instead of "build.test.dir" for testing in ClientBaseWithFixes

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 2.6.0
    • 2.7.0
    • None
    • Reviewed

    Description

      In ClientBaseWithFixes.java, the base directory for tests are set in the following:

          static final File BASETEST =
              new File(System.getProperty("build.test.dir", "build"));
      

      There is no property "build.test.dir", so BASETEST is always "build". We should use "test.build.data" instead of "build.test.dir".

      Attachments

        1. HADOOP-11440.001.patch
          0.7 kB
          Kengo Seki

        Activity

          People

            sekikn Kengo Seki
            aajisaka Akira Ajisaka
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: