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:35:50 UTC

[hbase] branch master 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 master
in repository https://gitbox.apache.org/repos/asf/hbase.git


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

commit 64e67fb98bfa4ef1cb7f8aae7581ad5a11bd11ac
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 ae88fa1..6276d46 100755
--- a/pom.xml
+++ b/pom.xml
@@ -746,17 +746,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