hbase git commit: HBASE-20153 Add error prone to precommit

2018-03-12 Thread apurtell
Repository: hbase
Updated Branches:
  refs/heads/branch-1.4 10076c2fa -> d8007bb97


HBASE-20153 Add error prone to precommit


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/d8007bb9
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/d8007bb9
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/d8007bb9

Branch: refs/heads/branch-1.4
Commit: d8007bb97334f0f05dcdcd18c6f62c0d09d8fc5f
Parents: 10076c2
Author: Mike Drob 
Authored: Fri Mar 9 15:48:44 2018 -0600
Committer: Andrew Purtell 
Committed: Mon Mar 12 17:53:51 2018 -0700

--
 dev-support/hbase-personality.sh | 4 
 1 file changed, 4 insertions(+)
--


http://git-wip-us.apache.org/repos/asf/hbase/blob/d8007bb9/dev-support/hbase-personality.sh
--
diff --git a/dev-support/hbase-personality.sh b/dev-support/hbase-personality.sh
index ddf9dee..eaa48fd 100755
--- a/dev-support/hbase-personality.sh
+++ b/dev-support/hbase-personality.sh
@@ -155,6 +155,10 @@ function personality_modules
 return
   fi
 
+  if [[ ${testtype} == compile ]]; then
+extra="${extra} -PerrorProne"
+  fi
+
   # If EXCLUDE_TESTS_URL/INCLUDE_TESTS_URL is set, fetches the url
   # and sets -Dtest.exclude.pattern/-Dtest to exclude/include the
   # tests respectively.



hbase git commit: HBASE-20153 Add error prone to precommit

2018-03-12 Thread mdrob
Repository: hbase
Updated Branches:
  refs/heads/branch-1 55b3c0c21 -> b54a439e5


HBASE-20153 Add error prone to precommit


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/b54a439e
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/b54a439e
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/b54a439e

Branch: refs/heads/branch-1
Commit: b54a439e5096f842cc7acf89fd12f2d917a44550
Parents: 55b3c0c
Author: Mike Drob 
Authored: Fri Mar 9 15:48:44 2018 -0600
Committer: Mike Drob 
Committed: Mon Mar 12 17:37:11 2018 -0500

--
 dev-support/hbase-personality.sh | 4 
 1 file changed, 4 insertions(+)
--


http://git-wip-us.apache.org/repos/asf/hbase/blob/b54a439e/dev-support/hbase-personality.sh
--
diff --git a/dev-support/hbase-personality.sh b/dev-support/hbase-personality.sh
index ddf9dee..eaa48fd 100755
--- a/dev-support/hbase-personality.sh
+++ b/dev-support/hbase-personality.sh
@@ -155,6 +155,10 @@ function personality_modules
 return
   fi
 
+  if [[ ${testtype} == compile ]]; then
+extra="${extra} -PerrorProne"
+  fi
+
   # If EXCLUDE_TESTS_URL/INCLUDE_TESTS_URL is set, fetches the url
   # and sets -Dtest.exclude.pattern/-Dtest to exclude/include the
   # tests respectively.



[1/4] hbase git commit: HBASE-20153 Add error prone to precommit

2018-03-12 Thread mdrob
Repository: hbase
Updated Branches:
  refs/heads/branch-2 4033405b3 -> d42886f4f
  refs/heads/branch-2.0 546929c54 -> f7323881b
  refs/heads/master 774974889 -> 9342e0091


HBASE-20153 Add error prone to precommit


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/d42886f4
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/d42886f4
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/d42886f4

Branch: refs/heads/branch-2
Commit: d42886f4fe72f917a6f8499674727081765a53af
Parents: 4033405
Author: Mike Drob 
Authored: Fri Mar 9 15:48:44 2018 -0600
Committer: Mike Drob 
Committed: Mon Mar 12 16:06:08 2018 -0500

--
 dev-support/hbase-personality.sh | 4 
 1 file changed, 4 insertions(+)
--


http://git-wip-us.apache.org/repos/asf/hbase/blob/d42886f4/dev-support/hbase-personality.sh
--
diff --git a/dev-support/hbase-personality.sh b/dev-support/hbase-personality.sh
index b2fc76e..b6a 100755
--- a/dev-support/hbase-personality.sh
+++ b/dev-support/hbase-personality.sh
@@ -155,6 +155,10 @@ function personality_modules
 return
   fi
 
+  if [[ ${testtype} == compile ]]; then
+extra="${extra} -PerrorProne"
+  fi
+
   # If EXCLUDE_TESTS_URL/INCLUDE_TESTS_URL is set, fetches the url
   # and sets -Dtest.exclude.pattern/-Dtest to exclude/include the
   # tests respectively.



[2/4] hbase git commit: HBASE-20153 Add error prone to precommit

2018-03-12 Thread mdrob
HBASE-20153 Add error prone to precommit


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/9342e009
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/9342e009
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/9342e009

Branch: refs/heads/master
Commit: 9342e0091d665585c4afba00cc58a3cdf07e7ad2
Parents: 7749748
Author: Mike Drob 
Authored: Fri Mar 9 15:48:44 2018 -0600
Committer: Mike Drob 
Committed: Mon Mar 12 16:06:57 2018 -0500

--
 dev-support/hbase-personality.sh | 4 
 1 file changed, 4 insertions(+)
--


http://git-wip-us.apache.org/repos/asf/hbase/blob/9342e009/dev-support/hbase-personality.sh
--
diff --git a/dev-support/hbase-personality.sh b/dev-support/hbase-personality.sh
index b2fc76e..b6a 100755
--- a/dev-support/hbase-personality.sh
+++ b/dev-support/hbase-personality.sh
@@ -155,6 +155,10 @@ function personality_modules
 return
   fi
 
+  if [[ ${testtype} == compile ]]; then
+extra="${extra} -PerrorProne"
+  fi
+
   # If EXCLUDE_TESTS_URL/INCLUDE_TESTS_URL is set, fetches the url
   # and sets -Dtest.exclude.pattern/-Dtest to exclude/include the
   # tests respectively.



[3/4] hbase git commit: HBASE-20153 Add error prone to precommit

2018-03-12 Thread mdrob
HBASE-20153 Add error prone to precommit


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/f7323881
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/f7323881
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/f7323881

Branch: refs/heads/branch-2.0
Commit: f7323881b2f392e004b87f589cece046599543c5
Parents: 261acca
Author: Mike Drob 
Authored: Fri Mar 9 15:48:44 2018 -0600
Committer: Mike Drob 
Committed: Mon Mar 12 16:34:33 2018 -0500

--
 dev-support/hbase-personality.sh | 4 
 1 file changed, 4 insertions(+)
--


http://git-wip-us.apache.org/repos/asf/hbase/blob/f7323881/dev-support/hbase-personality.sh
--
diff --git a/dev-support/hbase-personality.sh b/dev-support/hbase-personality.sh
index b2fc76e..b6a 100755
--- a/dev-support/hbase-personality.sh
+++ b/dev-support/hbase-personality.sh
@@ -155,6 +155,10 @@ function personality_modules
 return
   fi
 
+  if [[ ${testtype} == compile ]]; then
+extra="${extra} -PerrorProne"
+  fi
+
   # If EXCLUDE_TESTS_URL/INCLUDE_TESTS_URL is set, fetches the url
   # and sets -Dtest.exclude.pattern/-Dtest to exclude/include the
   # tests respectively.