Details

    • Sub-task
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 3.1.0
    • 3.2.0
    • test

    Description

      hadoop-trunk-win #476 TestRawLocalFileSystemContract shows following similar errors for 21 tests:
      java.net.URISyntaxException: Relative path in absolute URI: file://target/test/data/testMultiByteFilesAreFiles

      Attachments

        1. HADOOP-15494.000.patch
          0.8 kB
          Anbang Hu

        Issue Links

          Activity

            huanbang1993 Anbang Hu added a comment - - edited

            HADOOP-15494.000.patch applies to trunk. It replaces the original relative path of test base directory with absolute path of a randomized test directory. surmountian and elgoiri, can you help review?

            huanbang1993 Anbang Hu added a comment - - edited HADOOP-15494.000.patch applies to trunk. It replaces the original relative path of test base directory with absolute path of a randomized test directory. surmountian and elgoiri , can you help review?
            genericqa genericqa added a comment -
            +1 overall



            Vote Subsystem Runtime Comment
            0 reexec 0m 24s Docker mode activated.
                  Prechecks
            +1 @author 0m 0s The patch does not contain any @author tags.
            +1 test4tests 0m 0s The patch appears to include 1 new or modified test files.
                  trunk Compile Tests
            +1 mvninstall 26m 7s trunk passed
            +1 compile 29m 55s trunk passed
            +1 checkstyle 0m 48s trunk passed
            +1 mvnsite 1m 11s trunk passed
            +1 shadedclient 12m 32s branch has no errors when building and testing our client artifacts.
            +1 findbugs 1m 41s trunk passed
            +1 javadoc 0m 55s trunk passed
                  Patch Compile Tests
            +1 mvninstall 0m 48s the patch passed
            +1 compile 28m 47s the patch passed
            +1 javac 28m 47s the patch passed
            +1 checkstyle 0m 49s the patch passed
            +1 mvnsite 1m 6s the patch passed
            +1 whitespace 0m 0s The patch has no whitespace issues.
            +1 shadedclient 10m 5s patch has no errors when building and testing our client artifacts.
            +1 findbugs 1m 37s the patch passed
            +1 javadoc 0m 57s the patch passed
                  Other Tests
            +1 unit 8m 43s hadoop-common in the patch passed.
            +1 asflicense 0m 36s The patch does not generate ASF License warnings.
            126m 36s



            Subsystem Report/Notes
            Docker Client=17.05.0-ce Server=17.05.0-ce Image:yetus/hadoop:abb62dd
            JIRA Issue HADOOP-15494
            JIRA Patch URL https://issues.apache.org/jira/secure/attachment/12925084/HADOOP-15494.000.patch
            Optional Tests asflicense compile javac javadoc mvninstall mvnsite unit shadedclient findbugs checkstyle
            uname Linux 5333461c1aed 3.13.0-137-generic #186-Ubuntu SMP Mon Dec 4 19:09:19 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
            Build tool maven
            Personality /testptch/patchprocess/precommit/personality/provided.sh
            git revision trunk / 86bc642
            maven version: Apache Maven 3.3.9
            Default Java 1.8.0_162
            findbugs v3.1.0-RC1
            Test Results https://builds.apache.org/job/PreCommit-HADOOP-Build/14692/testReport/
            Max. process+thread count 1604 (vs. ulimit of 10000)
            modules C: hadoop-common-project/hadoop-common U: hadoop-common-project/hadoop-common
            Console output https://builds.apache.org/job/PreCommit-HADOOP-Build/14692/console
            Powered by Apache Yetus 0.8.0-SNAPSHOT http://yetus.apache.org

            This message was automatically generated.

            genericqa genericqa added a comment - +1 overall Vote Subsystem Runtime Comment 0 reexec 0m 24s Docker mode activated.       Prechecks +1 @author 0m 0s The patch does not contain any @author tags. +1 test4tests 0m 0s The patch appears to include 1 new or modified test files.       trunk Compile Tests +1 mvninstall 26m 7s trunk passed +1 compile 29m 55s trunk passed +1 checkstyle 0m 48s trunk passed +1 mvnsite 1m 11s trunk passed +1 shadedclient 12m 32s branch has no errors when building and testing our client artifacts. +1 findbugs 1m 41s trunk passed +1 javadoc 0m 55s trunk passed       Patch Compile Tests +1 mvninstall 0m 48s the patch passed +1 compile 28m 47s the patch passed +1 javac 28m 47s the patch passed +1 checkstyle 0m 49s the patch passed +1 mvnsite 1m 6s the patch passed +1 whitespace 0m 0s The patch has no whitespace issues. +1 shadedclient 10m 5s patch has no errors when building and testing our client artifacts. +1 findbugs 1m 37s the patch passed +1 javadoc 0m 57s the patch passed       Other Tests +1 unit 8m 43s hadoop-common in the patch passed. +1 asflicense 0m 36s The patch does not generate ASF License warnings. 126m 36s Subsystem Report/Notes Docker Client=17.05.0-ce Server=17.05.0-ce Image:yetus/hadoop:abb62dd JIRA Issue HADOOP-15494 JIRA Patch URL https://issues.apache.org/jira/secure/attachment/12925084/HADOOP-15494.000.patch Optional Tests asflicense compile javac javadoc mvninstall mvnsite unit shadedclient findbugs checkstyle uname Linux 5333461c1aed 3.13.0-137-generic #186-Ubuntu SMP Mon Dec 4 19:09:19 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux Build tool maven Personality /testptch/patchprocess/precommit/personality/provided.sh git revision trunk / 86bc642 maven version: Apache Maven 3.3.9 Default Java 1.8.0_162 findbugs v3.1.0-RC1 Test Results https://builds.apache.org/job/PreCommit-HADOOP-Build/14692/testReport/ Max. process+thread count 1604 (vs. ulimit of 10000) modules C: hadoop-common-project/hadoop-common U: hadoop-common-project/hadoop-common Console output https://builds.apache.org/job/PreCommit-HADOOP-Build/14692/console Powered by Apache Yetus 0.8.0-SNAPSHOT http://yetus.apache.org This message was automatically generated.
            stevel@apache.org Steve Loughran added a comment -

            +1, committed

            stevel@apache.org Steve Loughran added a comment - +1, committed
            hudson Hudson added a comment -

            SUCCESS: Integrated in Jenkins build Hadoop-trunk-Commit #14288 (See https://builds.apache.org/job/Hadoop-trunk-Commit/14288/)
            HADOOP-15494. TestRawLocalFileSystemContract fails on Windows. (stevel: rev bddfe796f2f992fc1dcc8a1dd44d64ff2b3c9cf4)

            • (edit) hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/fs/TestRawLocalFileSystemContract.java
            hudson Hudson added a comment - SUCCESS: Integrated in Jenkins build Hadoop-trunk-Commit #14288 (See https://builds.apache.org/job/Hadoop-trunk-Commit/14288/ ) HADOOP-15494 . TestRawLocalFileSystemContract fails on Windows. (stevel: rev bddfe796f2f992fc1dcc8a1dd44d64ff2b3c9cf4) (edit) hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/fs/TestRawLocalFileSystemContract.java

            People

              huanbang1993 Anbang Hu
              huanbang1993 Anbang Hu
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: