Apekshit Sharma
9908edc887
HBASE-19032 Set mimetype for patches uploaded by submit-patch.py
...
Change-Id: I38e6417dddd4e2525cd6a929922b2612c91d660d
2017-10-17 15:44:12 -07:00
Mike Drob
aeffd3ad76
HBASE-18505 Yetus only run root when all modules changed
2017-10-13 12:13:01 -05:00
Sean Busbey
8d99b0cfe4
HBASE-18934 pick hadoop versions for precommit test after patch branch is determined.
...
Signed-off-by: Mike Drob <mdrob@apache.org>
2017-10-09 11:45:28 -05:00
Josh Elser
61173522db
HBASE-17441 Fix invalid quoting around hadoop-3 build in yetus personality
2017-10-01 18:13:29 -05:00
Sean Busbey
c0b6aa5d20
HBASE-18833 Ensure precommit personality is up to date on all active branches
2017-09-20 06:00:07 -05:00
Tamas Penzes
50c67e9697
HBASE-18607: fix submit-patch.py to support utf8
...
one liner to support utf8 content
Change-Id: I57508879bea25aa5ae69e01e777b91a7160aafc8
Signed-off-by: Apekshit Sharma <appy@apache.org>
2017-08-25 00:04:57 -07:00
Sean Busbey
4279f0d2f0
HBASE-18527 Update nightly job to account for changes in jenkins plugins.
...
- Stop presuming job will be configured with checkout into a 'component' dir
- Disable autocheckout
- Specify checkout within 'component' dir
- leave the workspace around on pipeline failure so we can browse it.
2017-08-07 11:25:19 -05:00
Sean Busbey
695b30318e
HBASE-14220 nightly check that we can build a source tarball.
...
Signed-off-by: Michael Stack <stack@apache.org>
2017-08-06 12:17:58 -05:00
Sean Busbey
8c720ac688
HBASE-18426 nightly job should use independent stages to check supported jdks
...
* Jenkinsfile that works for all current branches.
* adds dev-support script for setting parameters for our yetus nightly invocation
* quiets the "zip test results" step
Signed-off-by: tedyu <yuzhihong@gmail.com>
2017-08-06 12:12:58 -05:00
Alex Leblang
9b03c1424c
HBASE-18020 Update API Compliance Checker to Incorporate Improvements Done in Hadoop
...
- Converted to python
- Updated to most recent release of Java ACC
- Added ability to include known number of problems
Author: Andrew Wang
Amending-Author: Alex Leblang
Amending-Author: Sean Busbey
Signed-off-by: Dima Spivak <dimaspivak@apache.org>
Signed-off-by: Sean Busbey <busbey@apache.org>
2017-08-04 12:07:38 -05:00
Sean Busbey
6f1cc2c89f
HBASE-18147 POC jenkinsfile for nightly checks.
...
* adds ruby tools to dockerfile
* adds rubocop to dockerfile
* adds ruby-lint to dockerfile
* adds perlcritic to dockerfile
Signed-off-by: Alex Leblang <awleblang@gmail.com>
Signed-off-by: Josh Elser <elserj@apache.org>
2017-07-20 17:23:33 -05:00
zhangduo
395d9a08e3
HBASE-18159 Use OpenJDK7 instead of Oracle JDK7 in pre commit docker file
2017-06-06 09:43:48 +08:00
Josh Elser
58c504e701
HBASE-17985 Inline apt-get update calls in Yetus Dockerfile
2017-05-02 17:33:32 -04:00
zhangduo
e01ee2fd1d
HBASE-17074 PreCommit job always fails because of OOM
2016-11-15 08:29:44 +08:00
zhangduo
b2c5d84f7e
HBASE-16373 precommit needs a dockerfile with hbase prereq
...
Signed-off-by: Sean Busbey <busbey@apache.org>
2016-10-03 11:04:45 -05:00
zhangduo
966aeb06a8
HBASE-16535 Use regex to exclude generated classes for findbugs
2016-08-31 14:42:38 +08:00
Dima Spivak
82ddc931fb
HBASE-16241 Allow specification of annotations to use when running check_compatibility.sh
...
* Also some trivial cleanup of spacing to undo poor formatting decisions
of the past.
Signed-off-by: stack <stack@apache.org>
Signed-off-by: Sean Busbey <busbey@apache.org>
2016-07-19 07:30:10 -05:00
Dima Spivak
f280fa21fb
HBASE-15729 Remove old JDiff wrapper scripts in dev-support
...
Signed-off-by: Sean Busbey <busbey@apache.org>
Conflicts:
dev-support/jdiffHBasePublicAPI.sh
2016-06-30 15:48:13 -05:00
Dima Spivak
7f56fb2de7
HBASE-16124 Make check_compatibility.sh less verbose when building HBase
...
Signed-off-by: Sean Busbey <busbey@apache.org>
2016-06-30 15:48:13 -05:00
Dima Spivak
aa361a20ce
HBASE-16129 check_compatibility.sh is broken when using Java API Compliance Checker v1.7
...
* This commit also fixes some stray tabs that got into the script at
some point.
Signed-off-by: Sean Busbey <busbey@apache.org>
2016-06-30 15:48:13 -05:00
Dima Spivak
854e796ea9
HBASE-16073 update compatibility_checker for jacc dropping comma sep args
...
Signed-off-by: Sean Busbey <busbey@apache.org>
2016-06-30 15:48:13 -05:00
Nick Dimiduk
13535f4d43
HBASE-15119 Include git SHA in check_compatibility reports
2016-06-30 15:48:13 -05:00
Elliott Clark
b6e2bc5ad1
HBASE-15725 make_patch.sh should add the branch name when -b is passed. -- addendum
2016-06-23 11:29:36 -07:00
Elliott Clark
c7e5672d4d
HBASE-15725 make_patch.sh should add the branch name when -b is passed.
2016-06-23 11:29:27 -07:00
Elliott Clark
28d1706d96
HBASE-14871 Allow specifying the base branch for make_patch
2016-06-23 11:29:20 -07:00
Apekshit
32258c2b3a
HBASE-15920 Backport submit-patch.py to branch-1 and earlier branches. This is combination of HBASE-15892 and HBASE-15909 and the fact that python-requirements.txt didn't exist in old branches. (Apekshit)
...
Change-Id: I35dba28c1053f26e1a5823195c22f22923dff007
Signed-off-by: stack <stack@apache.org>
2016-05-30 21:48:12 -07:00
Sean Busbey
77abf73549
HBASE-15895 Remove unmaintained jenkins build analysis tool.
...
Signed-off-by: stack <stack@apache.org>
Signed-off-by: Dima Spivak <dspivak@cloudera.com>
Signed-off-by: Elliott Clark <elliott@fb.com>
Signed-off-by: Apekshit <apeksharma@gmail.com>
2016-05-27 16:41:25 -07:00
Nick Dimiduk
2c280c718a
HBASE-15738 Ensure artifacts in project dist area include required md5 file
2016-05-08 18:11:15 -07:00
stack
c0ad4cdd7a
HBASE-15021 hadoopqa doing false positives
2015-12-22 19:49:14 -08:00
stack
7ac9eb9d95
HBASE-15009 Update test-patch.sh on branches; to fix curtailed build report; ADDENDUM set +x permission on zombie script
2015-12-18 13:38:47 -08:00
stack
299ade435a
HBASE-15009 Update test-patch.sh on branches; to fix curtailed build report
2015-12-18 09:31:22 -08:00
Dima Spivak
9bf4777af5
HBASE-14930 check_compatibility.sh needs smarter exit codes
...
Signed-off-by: Andrew Purtell <apurtell@apache.org>
2015-12-04 18:56:06 -08:00
stack
c936393591
HBASE-14349 pre-commit zombie finder is overly broad
2015-10-07 15:01:15 -07:00
Nick Dimiduk
58b3cfec0e
HBASE-14318 make_rc.sh should purge/re-resolve dependencies from local repository
2015-09-01 10:28:32 -07:00
Sean Busbey
9091409800
HBASE-14087 Ensure correct ASF headers for docs/code
...
* adds missing headers
* corrects some old-form headers to current
* restores proper header for guava copied LimitInputStream
* adds proper header for protobuf copied read/writeRawVarint
Conflicts:
bin/considerAsDead.sh
dev-support/rebase_all_git_branches.sh
2015-07-31 11:22:50 -07:00
Nick Dimiduk
a427f4c859
HBASE-13929 make_rc.sh publishes empty shaded artifacts
2015-06-17 19:40:34 -07:00
Gábor Lipták
9ee41bcd0a
HBASE-13666 Correct PDF renaming and bump version of maven-antrun-plugin
2015-06-17 19:00:21 -07:00
Nick Dimiduk
2f9851af26
HBASE-13761 Optimize FuzzyRowFilter (Vladimir Rodionov)
2015-05-28 10:17:46 -07:00
Nick Dimiduk
e69e55b3fd
HBASE-13600 check_compatibility.sh should ignore shaded jars
2015-04-30 11:57:25 -07:00
Andrew Purtell
019242abe4
HBASE-13341 Add option to disable filtering on interface annotations for the API compatibility report
2015-04-01 22:09:51 -07:00
Andrew Purtell
2d214c9e35
HBASE-13340 Include LimitedPrivate interfaces in the API compatibility report
2015-04-01 22:09:51 -07:00
Dima Spivak
4937dcad47
HBASE-12808 Use Java API Compliance Checker for binary/source compatibility
...
Signed-off-by: Sean Busbey <busbey@apache.org>
2015-04-01 22:09:51 -07:00
Elliott Clark
650c9f27fd
HBASE-13342 Fix incorrect interface annotations
2015-03-27 00:22:04 -07:00
Andrew Purtell
387e4d20ab
HBASE-13059 Set executable bit for scripts in dev-support (Dima Spivak)
2015-02-17 13:39:38 -08:00
Enis Soztutar
b9f5c6b065
Commented out smart -p0 handling in dev-support/smart-apply-patch.sh until we fix our jenkins env
2015-01-29 15:39:29 -08:00
stack
fc2ef413fa
Add missing license
2014-10-23 21:47:18 -07:00
Misty Stanley-Jones
967f7e2b8d
HBASE-12249 Addendum - Convert tabs to spaces
2014-10-22 15:20:20 +10:00
Misty Stanley-Jones
a237956679
HBASE-12249 Script to help you adhere to the patch-naming guidelines
2014-10-22 13:25:57 +10:00
Dima Spivak
85c66191d6
HBASE-12316 test-patch.sh (Hadoop-QA) outputs the wrong release audit warnings URL
...
Signed-off-by: stack <stack@apache.org>
2014-10-21 17:18:52 -07:00
Elliott Clark
990fb0b9d6
HBASE-12261 Add checkstyle to HBase build process
2014-10-17 11:09:39 -07:00
Misty Stanley-Jones
a43f111f0d
HBASE-12151 Set mode to 755 on executable scripts in dev-support directory
2014-10-03 13:07:59 +10:00
Misty Stanley-Jones
adec117e47
Revert "Set mode to 755 on executable scripts in dev-support directory"
...
This reverts commit aaeb488f43
.
2014-10-03 13:07:50 +10:00
Misty Stanley-Jones
aaeb488f43
Set mode to 755 on executable scripts in dev-support directory
2014-10-03 09:58:53 +10:00
Misty Stanley-Jones
3a4be7f2ac
HBASE-12134 publish_hbase_website.sh script can delete the website accidentally
2014-10-01 15:46:21 +10:00
Elliott Clark
c32af7df5f
HBASE-12059 Create hbase-annotations module
2014-09-23 16:43:45 -07:00
Misty Stanley-Jones
7547426705
Addendum to HBASE-11951 -- actually add the script
2014-09-18 15:48:41 +10:00
Andrew Purtell
a44bc7ac1a
HBASE-11885 Provide a Dockerfile to easily build and run HBase from source (Dima Spivak)
2014-09-05 17:36:54 -07:00
stack
24a0a2a2bf
HBASE-4495 CatalogTracker has an identity crisis; needs to be cut-back in scope (Mikhail Antonov)
2014-07-02 19:02:52 -07:00
Ted Yu
8c8d9d5008
HBASE-11375 Validate compile-protobuf profile in test-patch.sh
2014-06-19 23:46:22 +00:00
Enis Soztutar
de1f96096a
Added jenkinsEnv.sh for jenkins build environment
2014-05-23 18:52:08 -07:00
Zhihong Yu
88f8f755c8
HBASE-11152 Disable tput in test-patch.sh (Gustavo)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1593817 13f79535-47bb-0310-9956-ffa450edef68
2014-05-11 17:05:04 +00:00
Zhihong Yu
a7ba07f757
HBASE-11051 checkJavacWarnings in test-patch.sh should bail out early if there is compilation error (Gustavo)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1592063 13f79535-47bb-0310-9956-ffa450edef68
2014-05-02 22:12:26 +00:00
Zhihong Yu
b4daf55761
HBASE-10889 test-patch.sh should exclude thrift generated code from long line detection
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1583858 13f79535-47bb-0310-9956-ffa450edef68
2014-04-02 02:20:39 +00:00
Zhihong Yu
318430bb5c
HBASE-10824 Enhance detection of protobuf generated code in line length check
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1581361 13f79535-47bb-0310-9956-ffa450edef68
2014-03-25 14:49:30 +00:00
Michael Stack
ce71b349c1
Undo the -U I added to get htrace to download from maven central; i.e. restore to how it was
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1580051 13f79535-47bb-0310-9956-ffa450edef68
2014-03-21 20:59:34 +00:00
Michael Stack
22e6d86f31
Need quotes adding -U to mvn args
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1580034 13f79535-47bb-0310-9956-ffa450edef68
2014-03-21 20:32:55 +00:00
Michael Stack
8bd304ae42
Trying to add -U to force refresh to pick up htrace from mvn central... will undo once this passes
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1580004 13f79535-47bb-0310-9956-ffa450edef68
2014-03-21 18:15:19 +00:00
Michael Stack
93b8f1606e
HBASE-10781 Remove hadoop-one-compat module and all references to hadoop1 -- ADDENDUM
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1579544 13f79535-47bb-0310-9956-ffa450edef68
2014-03-20 05:58:38 +00:00
Michael Stack
37654f77a6
HBASE-10781 Remove hadoop-one-compat module and all references to hadoop1
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1579449 13f79535-47bb-0310-9956-ffa450edef68
2014-03-19 23:08:55 +00:00
Zhihong Yu
c96ba61641
HBASE-10691 test-patch.sh should continue even if compilation against hadoop 1.0 / 1.1 fails
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1578982 13f79535-47bb-0310-9956-ffa450edef68
2014-03-18 17:48:55 +00:00
nkeywal
7e1ac02210
HBASE-10525 Allow the client to use a different thread for writing to ease interrupt
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1571210 13f79535-47bb-0310-9956-ffa450edef68
2014-02-24 10:05:39 +00:00
Michael Stack
5938f5ad16
HBASE-10481 API Compatibility JDiff script does not properly handle arguments in reverse order (Aleksandr Shulman)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1567471 13f79535-47bb-0310-9956-ffa450edef68
2014-02-11 23:59:20 +00:00
Andrew Kyle Purtell
1431c22a07
HBASE-10318. generate-hadoopX-poms.sh expects the version to have one extra '-' (Raja Aluri)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1557301 13f79535-47bb-0310-9956-ffa450edef68
2014-01-11 02:36:03 +00:00
Zhihong Yu
bd5ddea4ce
HBASE-10224 Account for empty line in search output
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1554271 13f79535-47bb-0310-9956-ffa450edef68
2013-12-30 16:28:49 +00:00
Zhihong Yu
4e3efb105d
HBASE-10224 Line length check in test-patch.sh is broken
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1554234 13f79535-47bb-0310-9956-ffa450edef68
2013-12-30 14:32:54 +00:00
Zhihong Yu
a35c25093c
HBASE-10044 test-patch.sh should accept documents by known file extensions
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1552053 13f79535-47bb-0310-9956-ffa450edef68
2013-12-18 18:25:51 +00:00
Zhihong Yu
144f1bb5fc
HBASE-10044 Revert: Hadoop QA needs to provide access to tested patches
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1550462 13f79535-47bb-0310-9956-ffa450edef68
2013-12-12 18:13:37 +00:00
Zhihong Yu
c066f474ec
HBASE-10044 test-patch.sh should accept documents by known file extensions
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1550440 13f79535-47bb-0310-9956-ffa450edef68
2013-12-12 15:55:28 +00:00
Michael Stack
57b8613688
HBASE_9955 Make hadoop2 the default and deprecate hadoop1; RETRY
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1548374 13f79535-47bb-0310-9956-ffa450edef68
2013-12-06 02:42:20 +00:00
Michael Stack
fe5b28625a
HBASE-9955 Make hadoop2 the default and deprecate hadoop1; REVERT
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1548351 13f79535-47bb-0310-9956-ffa450edef68
2013-12-06 01:16:51 +00:00
Michael Stack
66bafba4e1
HBASE-9955 Make hadoop2 the default and deprecate hadoop1
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1548346 13f79535-47bb-0310-9956-ffa450edef68
2013-12-06 01:07:29 +00:00
Enis Soztutar
770e336ef6
HBASE-10020 Add maven compile-protobuf profile
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1546237 13f79535-47bb-0310-9956-ffa450edef68
2013-11-27 23:57:23 +00:00
Zhihong Yu
5e1cb013d4
HBASE-9991 Addendum reuses output from maven command
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1545878 13f79535-47bb-0310-9956-ffa450edef68
2013-11-26 22:46:15 +00:00
Zhihong Yu
bb8c690e0b
HBASE-9991 Enhance test-patch.sh with post back of snippet of compilation error if any is detected
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1545779 13f79535-47bb-0310-9956-ffa450edef68
2013-11-26 18:51:25 +00:00
nkeywal
22f54af029
HBASE-10011 Fix some findbugs in the client - addendum: set OK_FINDBUGS_WARNINGS=89
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1545350 13f79535-47bb-0310-9956-ffa450edef68
2013-11-25 17:51:45 +00:00
Zhihong Yu
45a337446e
HBASE-9920 Revert: total findbugs warning is higher than 87, leading to false-positive
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1540188 13f79535-47bb-0310-9956-ffa450edef68
2013-11-08 21:13:10 +00:00
Zhihong Yu
bf5f9e5240
HBASE-9920 Lower OK_FINDBUGS_WARNINGS in test-patch.properties
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1540059 13f79535-47bb-0310-9956-ffa450edef68
2013-11-08 14:46:09 +00:00
Zhihong Yu
d6ab53ce19
HBASE-9295 Allow test-patch.sh to detect TreeMap keyed by byte[] which doesn't use proper comparator
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1539812 13f79535-47bb-0310-9956-ffa450edef68
2013-11-07 20:58:09 +00:00
nkeywal
bf2144fe60
HBASE-9003 Remove the jamon generated classes from the findbugs analysis
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1539599 13f79535-47bb-0310-9956-ffa450edef68
2013-11-07 11:36:48 +00:00
eclark
102dfd9037
HBASE-9728 generate-hadoopX-poms.sh examples is wrong.
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1530455 13f79535-47bb-0310-9956-ffa450edef68
2013-10-08 22:47:01 +00:00
Michael Stack
ee9eb6dbd3
Note to not forget to tag release
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1525298 13f79535-47bb-0310-9956-ffa450edef68
2013-09-21 22:28:05 +00:00
Michael Stack
7fb8c4165d
Add help text on end on what to do next
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1525267 13f79535-47bb-0310-9956-ffa450edef68
2013-09-21 17:39:47 +00:00
ndimiduk
353016c99d
HBASE-9153: Introduce/update a script to generate jdiff reports
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1524585 13f79535-47bb-0310-9956-ffa450edef68
2013-09-18 21:35:54 +00:00
Michael Stack
1cb346d0be
HBASE-9575 Add script to automate much of the rc-making process
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1524539 13f79535-47bb-0310-9956-ffa450edef68
2013-09-18 19:30:56 +00:00
Michael Stack
8af32219c3
Small fix for build tool
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1523945 13f79535-47bb-0310-9956-ffa450edef68
2013-09-17 07:45:27 +00:00
Jonathan Hsieh
d86373eb9b
HBASE-9453 make dev-support/generate-hadoopX-poms.sh have exec perms
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1521285 13f79535-47bb-0310-9956-ffa450edef68
2013-09-09 21:02:12 +00:00
Devaraj Das
b936444e34
HBASE-9116. Adds a view/edit tool for favored nodes mapping. Also implements the FavoredNodeLoadBalancer.balanceCluster method.
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1518016 13f79535-47bb-0310-9956-ffa450edef68
2013-08-27 22:12:21 +00:00
jeffreyz
4dc52261a1
hbase-8018: Add 'Flaky Testcase Detector' tool into dev-tools
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1512876 13f79535-47bb-0310-9956-ffa450edef68
2013-08-11 06:22:36 +00:00
Zhihong Yu
d040e9cbd9
HBASE-9123 Filter protobuf generated code from long line warning (Ted Yu)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1511846 13f79535-47bb-0310-9956-ffa450edef68
2013-08-08 16:08:06 +00:00
Michael Stack
63d2f59043
HBASE-8224 Publish hbase build against h1 and h2 adding '-hadoop1' or '-hadoop2' to version string; ADD MISSED FILE
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1511444 13f79535-47bb-0310-9956-ffa450edef68
2013-08-07 19:17:15 +00:00
Zhihong Yu
a2e1f4fa3c
HBASE-9103 Addendum adds the missing back quote
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1509435 13f79535-47bb-0310-9956-ffa450edef68
2013-08-01 21:35:38 +00:00
jyates
734e937179
HBASE-9103: Print lines that are longer than allowed in HadoopQA output.
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1509381 13f79535-47bb-0310-9956-ffa450edef68
2013-08-01 18:43:42 +00:00
Zhihong Yu
52bace8612
HBASE-9064 test-patch.sh would silently fail if compilation against hadoop 1.0 fails (Ted Yu)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1507832 13f79535-47bb-0310-9956-ffa450edef68
2013-07-28 19:41:26 +00:00
Michael Stack
df95e96647
HBASE-5472 LoadIncrementalHFiles loops forever if the target table misses a CF -- REVERT -- ANOTHER OVERCOMMIT
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1471247 13f79535-47bb-0310-9956-ffa450edef68
2013-04-24 04:45:44 +00:00
Michael Stack
e5094baacf
HBASE-5472 LoadIncrementalHFiles loops forever if the target table misses a CF -- REAPPLY
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1471246 13f79535-47bb-0310-9956-ffa450edef68
2013-04-24 04:44:09 +00:00
Michael Stack
b8f0a76cf7
HBASE-8406 Fix rat check and rat warning in trunk
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1471170 13f79535-47bb-0310-9956-ffa450edef68
2013-04-23 21:54:59 +00:00
Jean-Daniel Cryans
0aadc0b0f4
HBASE-8390 Trunk/0.95 cannot simply compile against Hadoop 1.0
...
HBASE-8391 StochasticLoadBalancer doesn't call needsBalance
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1471050 13f79535-47bb-0310-9956-ffa450edef68
2013-04-23 17:14:51 +00:00
Jonathan Hsieh
3f02824c46
HBASe-8277 [API Compatibility]: Create tool to analyze changes in the HBase Java public API (Aleksandr Shulman)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1467389 13f79535-47bb-0310-9956-ffa450edef68
2013-04-12 18:10:15 +00:00
Zhihong Yu
85859441a1
HBASE-8320 test-patch.sh should post back compilation error against hadoop 2.0
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1466684 13f79535-47bb-0310-9956-ffa450edef68
2013-04-10 21:12:54 +00:00
nkeywal
62e020a997
set maven mem to 3.1G in test-patch.properties
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1465964 13f79535-47bb-0310-9956-ffa450edef68
2013-04-09 10:57:01 +00:00
nkeywal
c18561ec67
fix test-patch.properties - breaks precommit env
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1465934 13f79535-47bb-0310-9956-ffa450edef68
2013-04-09 08:59:11 +00:00
Michael Stack
2f22f987db
Upping maven size to 3.4
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1465726 13f79535-47bb-0310-9956-ffa450edef68
2013-04-08 19:03:35 +00:00
Michael Stack
4817f9df91
HBASE-8186 Untether javadoc and site build
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1460037 13f79535-47bb-0310-9956-ffa450edef68
2013-03-22 22:39:42 +00:00
Michael Stack
7c903f685e
HBASE-8035 Add site target check to precommit tests; ANOTHER ADDENDUM
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1458547 13f79535-47bb-0310-9956-ffa450edef68
2013-03-19 22:25:15 +00:00
Michael Stack
500cdf06fe
HBASE-8035 Add site target check to precommit tests -- ADDENDUM
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1458507 13f79535-47bb-0310-9956-ffa450edef68
2013-03-19 20:48:49 +00:00
Zhihong Yu
8f8decb1c9
HBASE-8059 Enhance test-patch.sh so that patch can specify hadoop-2.0 as the default profile, part 1 (Ted Yu)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1454777 13f79535-47bb-0310-9956-ffa450edef68
2013-03-10 02:12:09 +00:00
Michael Stack
93a08a9751
HBASE-8035 Add site target check to precommit tests
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1454548 13f79535-47bb-0310-9956-ffa450edef68
2013-03-08 20:56:02 +00:00
jyates
0df9c4fdf0
HBASE-7576: Update formatter so that all lines are wrapped when over 100 characters (Chris Trezzo)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1434861 13f79535-47bb-0310-9956-ffa450edef68
2013-01-17 18:45:37 +00:00
nkeywal
2933150500
HBASE-7555 Kill the remaining processus from other builds in the precommit env
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1432984 13f79535-47bb-0310-9956-ffa450edef68
2013-01-14 16:40:40 +00:00
nkeywal
4e0af48fe4
HBASE-7508 Fix simple findbugs
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1430169 13f79535-47bb-0310-9956-ffa450edef68
2013-01-08 08:31:11 +00:00
Jonathan Hsieh
77e46a5141
HBASE-7490 dev-support script to generate protobuf code
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1428628 13f79535-47bb-0310-9956-ffa450edef68
2013-01-03 22:00:14 +00:00
Michael Stack
6184854cd8
HBASE-7457 Fix javadoc warnings in hadoopqa tool, it complains about unsafe accesses
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1426728 13f79535-47bb-0310-9956-ffa450edef68
2012-12-29 09:25:24 +00:00
nkeywal
92c98a76d1
HBASE-7443 More findbugs fixes
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1426511 13f79535-47bb-0310-9956-ffa450edef68
2012-12-28 13:56:15 +00:00
Enis Soztutar
1ae751a725
HBASE-7427. Check line lenghts in the test-patch script
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1426040 13f79535-47bb-0310-9956-ffa450edef68
2012-12-26 22:06:20 +00:00
nkeywal
17ab8864c6
HBASE-7350 - Flakey tests make CI unreliable - addendum on the zombie detection
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1425463 13f79535-47bb-0310-9956-ffa450edef68
2012-12-23 13:15:21 +00:00
nkeywal
9fac4877d3
HBASE-5598 Analyse and fix the findbugs reporting by QA and add invalid bugs into findbugs-excludeFilter file
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1425351 13f79535-47bb-0310-9956-ffa450edef68
2012-12-22 22:05:30 +00:00
eclark
dceffb1bda
HBASE-7426 Fix PreCheckin script to error out when there are Javadoc errors.
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1425281 13f79535-47bb-0310-9956-ffa450edef68
2012-12-22 13:43:41 +00:00
Michael Stack
8cff59858c
HBASE-7349 Jenkins build should compare trunk vs patch for Javadoc warnings; REVERT
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1423240 13f79535-47bb-0310-9956-ffa450edef68
2012-12-18 01:14:47 +00:00
nkeywal
5c5c60f882
HBASE-7350 - Flakey tests make CI unreliable - commit to test a change in the build script - 2
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1421919 13f79535-47bb-0310-9956-ffa450edef68
2012-12-14 15:08:36 +00:00
nkeywal
ac3f89ca3a
HBASE-7350 - Flakey tests make CI unreliable - commit to test a change in the build script
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1421841 13f79535-47bb-0310-9956-ffa450edef68
2012-12-14 13:13:19 +00:00
Michael Stack
c43f444c7c
HBASE-7349 Jenkins build should compare trunk vs patch for Javadoc warnings
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1421629 13f79535-47bb-0310-9956-ffa450edef68
2012-12-14 00:46:35 +00:00
Michael Stack
d03682ea3d
HBASE-7350 Flakey tests make CI unreliable
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1421623 13f79535-47bb-0310-9956-ffa450edef68
2012-12-14 00:11:09 +00:00
jyates
9659055f16
HBASE-6879: Add HBase Code Template
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1416741 13f79535-47bb-0310-9956-ffa450edef68
2012-12-04 01:24:18 +00:00
eclark
3900978ffe
HBASE-6410 Move RegionServer Metrics to metrics2
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1406396 13f79535-47bb-0310-9956-ffa450edef68
2012-11-06 23:22:01 +00:00
Zhihong Yu
1725705a47
HBASE-7036 Exclude org.apache.hadoop.hbase.coprocessor.example.generated package from findbugs check (Anoop)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1401334 13f79535-47bb-0310-9956-ffa450edef68
2012-10-23 16:11:19 +00:00
Michael Stack
9a1dbdef9d
HBASE-6890 Colorize test-patch results that goes to JIRA as a comment
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1391943 13f79535-47bb-0310-9956-ffa450edef68
2012-09-30 03:25:28 +00:00
Michael Stack
78c811f419
HBASE-5961 New standard HBase code formatter; ADDENDUM -- ADD LICENSE
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1390713 13f79535-47bb-0310-9956-ffa450edef68
2012-09-26 20:06:19 +00:00
Michael Stack
d1245f3491
HBASE-5691 and HBASE-3678 New standard HBase code formatter AND Add Eclipse-based Apache Formatter to HBase Wiki
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1390026 13f79535-47bb-0310-9956-ffa450edef68
2012-09-25 17:57:01 +00:00
Michael Stack
8c393a32a8
HBASE-6848 Make hbase-hadoop-compat findbugs clean
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1388252 13f79535-47bb-0310-9956-ffa450edef68
2012-09-20 22:51:30 +00:00
Michael Stack
2627730b7d
HBASE-6412 Move external servers to metrics2 (thrift,thrift2,rest)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1387323 13f79535-47bb-0310-9956-ffa450edef68
2012-09-18 19:10:03 +00:00
Michael Stack
b970e4b0d9
HBASE-6716 Hadoopqa is hosed
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1381443 13f79535-47bb-0310-9956-ffa450edef68
2012-09-06 00:15:35 +00:00
Zhihong Yu
901c3a31ce
HBASE-6123 dev-support/test-patch.sh should compile against hadoop 2.0.0-alpha instead of hadoop 0.23
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1343959 13f79535-47bb-0310-9956-ffa450edef68
2012-05-29 20:23:31 +00:00
Jonathan Hsieh
f7e3a14850
HBASE-5872 ADDENDUM - improve hadoop 23 compile sucess/fail message
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1331248 13f79535-47bb-0310-9956-ffa450edef68
2012-04-27 06:55:13 +00:00
Jonathan Hsieh
3b2a20eed9
HBASE-5872 Improve hadoopqa script to include checks for hadoop 0.23 build
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1331143 13f79535-47bb-0310-9956-ffa450edef68
2012-04-26 22:57:43 +00:00
Jonathan Hsieh
c8b61833f7
HBASE-5652 [findbugs] Fix lock release on all paths (Gregory Channan)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1330628 13f79535-47bb-0310-9956-ffa450edef68
2012-04-26 01:58:58 +00:00
Michael Stack
5c47fd554e
HBASE-5865 test-util.sh broken with unittest updates
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1329904 13f79535-47bb-0310-9956-ffa450edef68
2012-04-24 18:06:41 +00:00
Jonathan Hsieh
b854d1efb1
HBASE-5654 [findbugs] Address dodgy bugs (Ashutosh Jindal)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1329132 13f79535-47bb-0310-9956-ffa450edef68
2012-04-23 08:46:42 +00:00
Jonathan Hsieh
8575edd908
HBASE-5645 [findbugs] Fix correctness warnings (David S Wang and Uma Maheswara Rao G)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1324969 13f79535-47bb-0310-9956-ffa450edef68
2012-04-11 20:04:12 +00:00
Jonathan Hsieh
b7844d9dd0
HBASE-5653 [findbugs] Fix perf warnings (Uma Maheswara Rao G)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1324547 13f79535-47bb-0310-9956-ffa450edef68
2012-04-11 04:36:26 +00:00
Nicolas Spiegelberg
20e281d7e1
HBASE-5743 Support GIT patches with Hadoop QA
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1310600 13f79535-47bb-0310-9956-ffa450edef68
2012-04-06 21:40:15 +00:00
Jonathan Hsieh
be245101ac
HBASE-5644 [findbugs] Fix null pointer warnings (Uma Maheswara Rao G)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1310125 13f79535-47bb-0310-9956-ffa450edef68
2012-04-05 23:05:07 +00:00
Jonathan Hsieh
81b15f1907
HBASE-5598 [findbugs] Exclude Protobuf warnings from wire compat patches
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1307656 13f79535-47bb-0310-9956-ffa450edef68
2012-03-30 23:57:24 +00:00
Jonathan Hsieh
4d5ca12a0f
HBASE-5642 [findbugs] Exclude Thrift and Protobuf warnings (Uma Maheswara Rao G)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1306428 13f79535-47bb-0310-9956-ffa450edef68
2012-03-28 15:33:28 +00:00
Michael Stack
5856e90720
HBASE-5597 Findbugs check in test-patch.sh always fails
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1303196 13f79535-47bb-0310-9956-ffa450edef68
2012-03-20 23:08:12 +00:00
Michael Stack
624b0a51b2
HBASE-5499 dev-support/test-patch.sh does not have execute perms
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1299976 13f79535-47bb-0310-9956-ffa450edef68
2012-03-13 05:05:18 +00:00
Michael Stack
2314945b8b
HBASE-5567 test-patch.sh has logic error in findbugs check
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1299892 13f79535-47bb-0310-9956-ffa450edef68
2012-03-12 21:49:37 +00:00
Michael Stack
d04201683a
HBASE-5562 test-patch.sh reports a javadoc warning when there are no new javadoc warnings
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1299824 13f79535-47bb-0310-9956-ffa450edef68
2012-03-12 20:19:25 +00:00
Michael Stack
9793537b80
HBASE-5384 Up heap used by hadoopqa
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1242986 13f79535-47bb-0310-9956-ffa450edef68
2012-02-10 23:53:08 +00:00
Jonathan Hsieh
8bb23aef17
HBASE-5364 Fix source files missing license in 0.92 and trunk (Elliott Clark)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1242906 13f79535-47bb-0310-9956-ffa450edef68
2012-02-10 20:07:36 +00:00
Michael Stack
530c1c0e67
HBASE-5173 Commit hbase-4480 findHangingTest.sh script under dev-support
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1229685 13f79535-47bb-0310-9956-ffa450edef68
2012-01-10 18:56:10 +00:00
Zhihong Yu
41e3540ab2
HBASE-5064 utilize surefire tests parallelization, second attempt
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1226255 13f79535-47bb-0310-9956-ffa450edef68
2012-01-01 15:22:43 +00:00
Zhihong Yu
50d332606d
HBASE-5064 revert - need to figure out which test caused surefire to report timeout
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1226101 13f79535-47bb-0310-9956-ffa450edef68
2011-12-31 15:25:58 +00:00
Zhihong Yu
d499eedb3c
HBASE-5064 utilize surefire tests parallelization (N Keywal)
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1226083 13f79535-47bb-0310-9956-ffa450edef68
2011-12-31 13:35:28 +00:00
Michael Stack
5ec931d5c7
HBASE-5805 fix test-patch script from setting the ulimit
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1222472 13f79535-47bb-0310-9956-ffa450edef68
2011-12-22 21:50:11 +00:00
Michael Stack
8edf120cf7
HBASE-5085 fix test-patch script from setting the ulimit -- EXPERIMENT
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1222065 13f79535-47bb-0310-9956-ffa450edef68
2011-12-22 06:37:33 +00:00
Michael Stack
d7f1fb414c
HBASE-5011 Move test-util.sh from src/test/bin to dev-tools
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1213476 13f79535-47bb-0310-9956-ffa450edef68
2011-12-12 22:41:42 +00:00
Michael Stack
8ef75773c8
HBASE-4996 hadoopqa not running long category tests, just short and medium
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1212575 13f79535-47bb-0310-9956-ffa450edef68
2011-12-09 18:55:38 +00:00
Michael Stack
7ba1306e5b
HBASE-4847 Activate single jvm for small tests on jenkins
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1210643 13f79535-47bb-0310-9956-ffa450edef68
2011-12-05 21:20:04 +00:00
Michael Stack
261e33d939
HBASE-4826 Modify hbasetests.sh to take into account the new pom.xml with surefire
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1204100 13f79535-47bb-0310-9956-ffa450edef68
2011-11-19 22:35:50 +00:00
Zhihong Yu
1f2aadb80d
HBASE-4737 Categorize the tests into small/medium/large; allow small tests to be run
...
in parallel within a single JVM (N Keywal)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1199604 13f79535-47bb-0310-9956-ffa450edef68
2011-11-09 03:38:10 +00:00
Michael Stack
7d8b58c361
HBASE-4629 enable automated patch testing for hbase
...
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1188345 13f79535-47bb-0310-9956-ffa450edef68
2011-10-24 20:07:11 +00:00