hbase/dev-support
Michael Stack 4ddfecac56 HBASE-19787 Fix or disable tests broken in branch-2 so can cut beta-1
M dev-support/make_rc.sh
  Disable checkstyle building site. Its an issue being fixed over in HBASE-19780

M hbase-server/src/main/java/org/apache/hadoop/hbase/master/HMaster.java
  The clusterid was being set into the process only after the
  regionserver registers with the Master. That can be too late for some
  test clients in particular. e.g. TestZKAsyncRegistry needs it as soon
  as it goes to run which could be before Master had called its run
  method  which is regionserver run method which then calls back to the
  master to register itself... and only then do we set the clusterid.
  HBASE-19694 changed start order which made it so this test failed.
  Setting the clusterid right after we set it in zk makes the test pass.

  Another change was that backup masters were not going down on stop.
  Backup masters were sleeping for the default zk period which is 90
  seconds. They were not being woken up to check for stop. On stop
  master now tells active master manager.

M hbase-server/src/test/java/org/apache/hadoop/hbase/TestJMXConnectorServer.java
  Prevent creation of acl table. Messes up our being able to go down
  promptly.

M hbase-server/src/test/java/org/apache/hadoop/hbase/master/balancer/TestRegionsOnMasterOptions.java
M hbase-server/src/test/java/org/apache/hadoop/hbase/client/TestMultiParallel.java
M hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestRegionServerReadRequestMetrics.java
  Disabled for now because it wants to run with regions on the Master...
  currently broke!

M hbase-server/src/test/java/org/apache/hadoop/hbase/client/TestZKAsyncRegistry.java
  Add a bit of debugging.

M hbase-server/src/test/java/org/apache/hadoop/hbase/master/TestDLSAsyncFSWAL.java
  Disabled. Fails 40% of the time.

M hbase-server/src/test/java/org/apache/hadoop/hbase/master/TestDLSFSHLog.java
  Disabled. Fails 33% of the time.

Disabled stochastic load balancer for favored nodes because it fails on
occasion and we are not doing favored nodes in branch-2.
2018-01-12 14:09:56 -08:00
..
adhoc_run_tests HBASE-19189 Ad-hoc test job for running a subset of tests lots of times 2017-11-09 15:02:13 -06:00
design-docs HBASE-18884 Coprocessor Design Improvements follow up of HBASE-17732; MINOR AMENDMENT adding README to design-doc dir 2017-09-28 13:24:40 -07:00
docker HBASE-19054 switch precommit image to one from maven 2017-10-24 14:51:16 -05:00
hbase_docker HBASE-14087 Ensure correct ASF headers for docs/code 2015-07-29 14:25:43 -05:00
jenkins-scripts HBASE-18563 Fix RAT License complaint about website jenkins scripts 2017-08-10 20:08:03 -05:00
Dockerfile HBASE-15708 Docker for dev-support scripts. (Apekshit) 2016-04-27 15:21:28 -07:00
HBase Code Template.xml HBASE-6879: Add HBase Code Template 2012-12-04 01:24:18 +00:00
Jenkinsfile HBASE-19570 Add hadoop3 tests to Nightly master/branch-2 runs. 2017-12-21 17:44:04 -08:00
checkcompatibility.py HBASE-19098 compatibility checker should handle remotes named something other than 'origin'. 2017-10-26 16:09:17 -05:00
checkstyle_report.py HBASE-14859 Better checkstyle reporting. Reports file names, error names and old/new error counts. Fix some checks. (Apekshit) 2015-11-25 12:18:40 -08:00
findHangingTests.py HBASE-19382 Update report-flakies.py script to handle yetus builds. 2017-11-29 22:21:10 -08:00
findbugs-exclude.xml HBASE-17809 cleanup unused class 2017-03-23 14:15:28 +08:00
flaky-dashboard-template.html HBASE-18341 (addendum) Replace '.' in test names with '_' when using them as html ids since 2017-07-10 12:04:05 -07:00
gather_machine_environment.sh HBASE-19228 nightly job should gather machine stats. 2017-11-09 15:06:24 -06:00
hbase-personality.sh HBASE-19570 Add hadoop3 tests to Nightly master/branch-2 runs. 2017-12-21 17:44:04 -08:00
hbase_docker.sh HBASE-12151 Set mode to 755 on executable scripts in dev-support directory 2014-10-03 13:06:28 +10:00
hbase_eclipse_formatter.xml HBASE-7576: Update formatter so that all lines are wrapped when over 100 characters (Chris Trezzo) 2013-01-17 18:45:37 +00:00
hbase_nightly_source-artifact.sh HBASE-19229 Nightly script to check source artifact should not do a destructive git operation without opt-in 2017-11-09 16:16:15 -06:00
hbase_nightly_yetus.sh HBASE-19570 Add hadoop3 tests to Nightly master/branch-2 runs. 2017-12-21 17:44:04 -08:00
hbasetests.sh HBASE-4495 CatalogTracker has an identity crisis; needs to be cut-back in scope (Mikhail Antonov) 2014-07-02 19:01:04 -07:00
jenkinsEnv.sh HBASE-16667 Building with JDK 8: ignoring option MaxPermSize=256m (Niels Basjes) 2016-09-24 16:07:25 -07:00
make_patch.sh HBASE-19674: Improve make_patch.sh 2018-01-07 14:41:40 +01:00
make_rc.sh HBASE-19787 Fix or disable tests broken in branch-2 so can cut beta-1 2018-01-12 14:09:56 -08:00
python-requirements.txt HBASE-15917 Addendum. Add jija2 to python requirements. It's used by report-flakies.py to build the dashboard. (Apekshit) 2016-05-30 21:16:33 -07:00
rebase_all_git_branches.sh HBASE-14087 Ensure correct ASF headers for docs/code 2015-07-29 14:25:43 -05:00
report-flakies.py HBASE-19382 Update report-flakies.py script to handle yetus builds. 2017-11-29 22:21:10 -08:00
smart-apply-patch.sh HBASE-14087 Ensure correct ASF headers for docs/code 2015-07-29 14:25:43 -05:00
submit-patch.py HBASE-19032 Set mimetype for patches uploaded by submit-patch.py 2017-10-17 15:43:07 -07:00
test-util.sh HBASE-14087 Ensure correct ASF headers for docs/code 2015-07-29 14:25:43 -05:00
zombie-detector.sh HBASE-14772 Improve zombie detector; be more discerning; part2; addendum -- yet more formatting 2015-12-03 14:11:01 -08:00