Details

    • Sub-task
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 2.0.0-beta-2, 2.0.0
    • test
    • None
    • Reviewed

    Description

      They spent about 170s on my local machine and the time limit for MediumTests is 180s, so declare it as MediumTests is not safe. And in the comments, MediumTests is supposed to run 50 seconds.

      Attachments

        1. HBASE-19879.patch
          14 kB
          Duo Zhang

        Issue Links

          Activity

            hadoopqa Hadoop QA added a comment -
            -1 overall



            Vote Subsystem Runtime Comment
            0 reexec 0m 20s Docker mode activated.
                  Prechecks
            0 findbugs 0m 0s Findbugs executables are not available.
            +1 hbaseanti 0m 0s Patch does not have any anti-patterns.
            +1 @author 0m 0s The patch does not contain any @author tags.
            +1 test4tests 0m 0s The patch appears to include 5 new or modified test files.
                  master Compile Tests
            +1 mvninstall 7m 47s master passed
            +1 compile 1m 38s master passed
            +1 checkstyle 1m 48s master passed
            +1 shadedjars 9m 14s branch has no errors when building our shaded downstream artifacts.
            +1 javadoc 1m 13s master passed
                  Patch Compile Tests
            +1 mvninstall 4m 35s the patch passed
            +1 compile 0m 43s the patch passed
            +1 javac 0m 43s the patch passed
            +1 checkstyle 1m 4s the patch passed
            +1 whitespace 0m 0s The patch has no whitespace issues.
            +1 shadedjars 5m 54s patch has no errors when building our shaded downstream artifacts.
            +1 hadoopcheck 29m 52s Patch does not cause any errors with Hadoop 2.6.5 2.7.4 or 3.0.0.
            +1 javadoc 1m 10s the patch passed
                  Other Tests
            -1 unit 31m 22s hbase-server in the patch failed.
            +1 asflicense 0m 12s The patch does not generate ASF License warnings.
            89m 25s



            Reason Tests
            Failed junit tests hadoop.hbase.procedure.TestProcedureManager



            Subsystem Report/Notes
            Docker Client=17.05.0-ce Server=17.05.0-ce Image:yetus/hbase:eee3b01
            JIRA Issue HBASE-19879
            JIRA Patch URL https://issues.apache.org/jira/secure/attachment/12908089/HBASE-19879.patch
            Optional Tests asflicense javac javadoc unit findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
            uname Linux edc27bb98c2e 3.13.0-133-generic #182-Ubuntu SMP Tue Sep 19 15:49:21 UTC 2017 x86_64 GNU/Linux
            Build tool maven
            Personality /home/jenkins/jenkins-slave/workspace/PreCommit-HBASE-Build/component/dev-support/hbase-personality.sh
            git revision master / 918599ef12
            maven version: Apache Maven 3.5.2 (138edd61fd100ec658bfa2d307c43b76940a5d7d; 2017-10-18T07:58:13Z)
            Default Java 1.8.0_151
            unit https://builds.apache.org/job/PreCommit-HBASE-Build/11224/artifact/patchprocess/patch-unit-hbase-server.txt
            Test Results https://builds.apache.org/job/PreCommit-HBASE-Build/11224/testReport/
            modules C: hbase-server U: hbase-server
            Console output https://builds.apache.org/job/PreCommit-HBASE-Build/11224/console
            Powered by Apache Yetus 0.6.0 http://yetus.apache.org

            This message was automatically generated.

            hadoopqa Hadoop QA added a comment - -1 overall Vote Subsystem Runtime Comment 0 reexec 0m 20s Docker mode activated.       Prechecks 0 findbugs 0m 0s Findbugs executables are not available. +1 hbaseanti 0m 0s Patch does not have any anti-patterns. +1 @author 0m 0s The patch does not contain any @author tags. +1 test4tests 0m 0s The patch appears to include 5 new or modified test files.       master Compile Tests +1 mvninstall 7m 47s master passed +1 compile 1m 38s master passed +1 checkstyle 1m 48s master passed +1 shadedjars 9m 14s branch has no errors when building our shaded downstream artifacts. +1 javadoc 1m 13s master passed       Patch Compile Tests +1 mvninstall 4m 35s the patch passed +1 compile 0m 43s the patch passed +1 javac 0m 43s the patch passed +1 checkstyle 1m 4s the patch passed +1 whitespace 0m 0s The patch has no whitespace issues. +1 shadedjars 5m 54s patch has no errors when building our shaded downstream artifacts. +1 hadoopcheck 29m 52s Patch does not cause any errors with Hadoop 2.6.5 2.7.4 or 3.0.0. +1 javadoc 1m 10s the patch passed       Other Tests -1 unit 31m 22s hbase-server in the patch failed. +1 asflicense 0m 12s The patch does not generate ASF License warnings. 89m 25s Reason Tests Failed junit tests hadoop.hbase.procedure.TestProcedureManager Subsystem Report/Notes Docker Client=17.05.0-ce Server=17.05.0-ce Image:yetus/hbase:eee3b01 JIRA Issue HBASE-19879 JIRA Patch URL https://issues.apache.org/jira/secure/attachment/12908089/HBASE-19879.patch Optional Tests asflicense javac javadoc unit findbugs shadedjars hadoopcheck hbaseanti checkstyle compile uname Linux edc27bb98c2e 3.13.0-133-generic #182-Ubuntu SMP Tue Sep 19 15:49:21 UTC 2017 x86_64 GNU/Linux Build tool maven Personality /home/jenkins/jenkins-slave/workspace/PreCommit-HBASE-Build/component/dev-support/hbase-personality.sh git revision master / 918599ef12 maven version: Apache Maven 3.5.2 (138edd61fd100ec658bfa2d307c43b76940a5d7d; 2017-10-18T07:58:13Z) Default Java 1.8.0_151 unit https://builds.apache.org/job/PreCommit-HBASE-Build/11224/artifact/patchprocess/patch-unit-hbase-server.txt Test Results https://builds.apache.org/job/PreCommit-HBASE-Build/11224/testReport/ modules C: hbase-server U: hbase-server Console output https://builds.apache.org/job/PreCommit-HBASE-Build/11224/console Powered by Apache Yetus 0.6.0 http://yetus.apache.org This message was automatically generated.
            zhangduo Duo Zhang added a comment -

            The failed UT is a small one so we do not run the second part...

            But anyway, the change is trivial and since it could pass the compilation let me commit...

            zhangduo Duo Zhang added a comment - The failed UT is a small one so we do not run the second part... But anyway, the change is trivial and since it could pass the compilation let me commit...
            zhangduo Duo Zhang added a comment -

            Pushed to master and branch-2.

            zhangduo Duo Zhang added a comment - Pushed to master and branch-2.
            chia7712 Chia-Ping Tsai added a comment -

            +1

            chia7712 Chia-Ping Tsai added a comment - +1
            zhangduo Duo Zhang added a comment -

            Thanks chia7712 for reviewing.

            zhangduo Duo Zhang added a comment - Thanks chia7712 for reviewing.
            hudson Hudson added a comment -

            FAILURE: Integrated in Jenkins build HBase-Trunk_matrix #4489 (See https://builds.apache.org/job/HBase-Trunk_matrix/4489/)
            HBASE-19879 Promote TestAcidGuaranteesXXX to LargeTests (zhangduo: rev 80438924ff5066bf809cf0318168025cf646d415)

            • (edit) hbase-server/src/test/java/org/apache/hadoop/hbase/TestAcidGuaranteesWithNoInMemCompaction.java
            • (add) hbase-server/src/test/java/org/apache/hadoop/hbase/AcidGuaranteesTestBase.java
            • (edit) hbase-server/src/test/java/org/apache/hadoop/hbase/TestAcidGuaranteesWithEagerPolicy.java
            • (edit) hbase-server/src/test/java/org/apache/hadoop/hbase/TestAcidGuaranteesWithBasicPolicy.java
            • (edit) hbase-server/src/test/java/org/apache/hadoop/hbase/TestAcidGuaranteesWithAdaptivePolicy.java
            hudson Hudson added a comment - FAILURE: Integrated in Jenkins build HBase-Trunk_matrix #4489 (See https://builds.apache.org/job/HBase-Trunk_matrix/4489/ ) HBASE-19879 Promote TestAcidGuaranteesXXX to LargeTests (zhangduo: rev 80438924ff5066bf809cf0318168025cf646d415) (edit) hbase-server/src/test/java/org/apache/hadoop/hbase/TestAcidGuaranteesWithNoInMemCompaction.java (add) hbase-server/src/test/java/org/apache/hadoop/hbase/AcidGuaranteesTestBase.java (edit) hbase-server/src/test/java/org/apache/hadoop/hbase/TestAcidGuaranteesWithEagerPolicy.java (edit) hbase-server/src/test/java/org/apache/hadoop/hbase/TestAcidGuaranteesWithBasicPolicy.java (edit) hbase-server/src/test/java/org/apache/hadoop/hbase/TestAcidGuaranteesWithAdaptivePolicy.java

            Good one

            appy Apekshit Sharma added a comment - Good one

            People

              zhangduo Duo Zhang
              zhangduo Duo Zhang
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: