You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by st...@apache.org on 2020/03/11 21:36:44 UTC

[hbase] branch branch-2 updated: HBASE-23956 Use less resources running tests (#1266) Addendum to cleanup pom warning.

This is an automated email from the ASF dual-hosted git repository.

stack pushed a commit to branch branch-2
in repository https://gitbox.apache.org/repos/asf/hbase.git


The following commit(s) were added to refs/heads/branch-2 by this push:
     new 4f92f0f   HBASE-23956 Use less resources running tests (#1266)  Addendum to cleanup pom warning.
4f92f0f is described below

commit 4f92f0f8075d9b177cb1edf782a7eefbe5db5e05
Author: stack <st...@apache.org>
AuthorDate: Wed Mar 11 14:35:09 2020 -0700

     HBASE-23956 Use less resources running tests (#1266)
     Addendum to cleanup pom warning.
---
 pom.xml | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/pom.xml b/pom.xml
index 0559f67..3402078 100755
--- a/pom.xml
+++ b/pom.xml
@@ -584,17 +584,8 @@
             <testFailureIgnore>${surefire.testFailureIgnore}</testFailureIgnore>
             <forkedProcessTimeoutInSeconds>${surefire.timeout}</forkedProcessTimeoutInSeconds>
             <redirectTestOutputToFile>${test.output.tofile}</redirectTestOutputToFile>
-            <!-- These are incontext system properties set on mvn. For forked
-              jvms, see hbase-surefire.argLine... So, we might be dup'ing
-              configs here and over on what we pass to the forked jvm.
-            -->
             <systemPropertyVariables>
               <test.build.classes>${test.build.classes}</test.build.classes>
-              <!--And for eventloops that have no explicit configuration, netty sets
-                nioeventloopgroup thread count to CPU count * 2. Thats too much
-                for mini clusters/tests.
-              -->
-              <io.netty.eventLoopThreads>3</io.netty.eventLoopThreads>
             </systemPropertyVariables>
             <excludes>
               <!-- users can add -D option to skip particular test classes