Akira Ajisaka
|
babe025fb0
|
HADOOP-12681. start-build-env.sh fails in branch-2. Contributed by Kengo Seki.
|
2015-12-28 14:38:56 +09:00 |
|
Haohui Mai
|
5d9212c139
|
HADOOP-12562. Make hadoop dockerfile usable by Yetus. Contributed by Allen Wittenauer.
|
2015-11-12 10:20:33 -08:00 |
|
Tsuyoshi Ozawa
|
07169e25ce
|
HADOOP-12513. Dockerfile lacks initial 'apt-get update'. Contributed by Akihiro Suda.
(cherry picked from commit 123b3db743a86aa18e46ec44a08f7b2e7c7f6350)
|
2015-10-26 23:19:14 +09:00 |
|
Vinayakumar B
|
b0b97dfbef
|
HDFS-9139. Enable parallel JUnit tests for HDFS Pre-commit (Contributed by Chris Nauroth and Vinayakumar B)
(cherry picked from commit 39581e3be2aaeb1eeb7fb98b6bdecd8d4e3c7269)
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/namenode/ha/TestEditLogTailer.java
hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/namenode/ha/TestSeveralNameNodes.java
|
2015-10-13 19:29:51 +05:30 |
|
Vinayakumar B
|
1c7b3b98c1
|
HADOOP-11984. Enable parallel JUnit tests in pre-commit (Contributed by Chris Nauroth)
(cherry picked from commit f0f984e4e63d0dbafe93062a122ee051330db301)
|
2015-09-27 14:12:34 +05:30 |
|
Allen Wittenauer
|
621203bf44
|
HADOOP-12237. releasedocmaker.py doesn't work behind a proxy (Tsuyoshi Ozawa via aw)
(cherry picked from commit b41fe3111ae37478cbace2a07e6ac35a676ef978)
(cherry picked from commit adcf5dd94052481f66deaf402ac4ace1ffc06f49)
|
2015-07-24 18:32:18 -07:00 |
|
Allen Wittenauer
|
f54862ff15
|
HADOOP-12202. releasedocmaker drops missing component and assignee entries (aw)
(cherry picked from commit adbacf7010373dbe6df239688b4cebd4a93a69e4)
(cherry picked from commit d7697831e3b24bec149990feed819e7d96f78184)
|
2015-07-24 18:32:13 -07:00 |
|
Allen Wittenauer
|
a6cad7d856
|
HADOOP-12135. cleanup releasedocmaker
(cherry picked from commit 3fee9f8d18dd60d83da674b3cfbefe666915fad8)
(cherry picked from commit e8b62d11d460e9706e48df92a0b0a72f4a02d3f5)
|
2015-07-24 18:32:10 -07:00 |
|
Allen Wittenauer
|
cf348f2eb8
|
HADOOP-11807. add a lint mode to releasedocmaker (ramtin via aw)
(cherry picked from commit 8e657fba2fd33f7550597ea9c4c6e9a87aa1ef1c)
(cherry picked from commit 098ba450cc98475b84d60bb5ac3bd7b558b2a67c)
|
2015-07-24 18:32:05 -07:00 |
|
Allen Wittenauer
|
fed9f767b1
|
HADOOP-11813. releasedocmaker.py should use today's date instead of unreleased (Darrell Taylor via aw)
(cherry picked from commit f325522c1423f89dced999a16d49a004b2879743)
|
2015-07-24 11:55:57 -07:00 |
|
Allen Wittenauer
|
2a0688fdb8
|
HADOOP-11797. releasedocmaker.py needs to put ASF headers on output (aw)
(cherry picked from commit 8d3c0f601d549a22648050bcc9a0e4acf37edc81)
|
2015-07-24 11:55:56 -07:00 |
|
Allen Wittenauer
|
a37285620d
|
HADOOP-11731. Rework the changelog and releasenotes (aw)
(cherry picked from commit f383fd9b6caf4557613250c5c218b1a1b65a212b)
Conflicts:
hadoop-project/src/site/site.xml
|
2015-07-23 14:08:10 -07:00 |
|
Yongjun Zhang
|
8cac3888c1
|
HADOOP-11965. determine-flaky-tests needs a summary mode. Contributed by Yufei Gu.
(cherry picked from commit 74351af3b7521b194116258c96270ddaeccd8126)
|
2015-06-17 21:08:55 -07:00 |
|
Arpit Agarwal
|
75e962f367
|
HADOOP-11994. smart-apply-patch wrongly assumes that git is infallible. (Contributed by Kengo Seki)
|
2015-06-04 10:54:12 -07:00 |
|
Akira Ajisaka
|
e02df98f7d
|
HADOOP-12018. smart-apply-patch.sh fails if the patch edits CR+LF files and is created by 'git diff --no-prefix'. Contributed by Kengo Seki.
(cherry picked from commit b5f0d294f828240ea9a2395db94492e87af0260b)
|
2015-06-04 11:16:24 +09:00 |
|
Akira Ajisaka
|
84cae6c101
|
HADOOP-11991. test-patch.sh isn't re-executed even if smart-apply-patch.sh is modified. Contributed by Kengo Seki.
(cherry picked from commit a6a8ee3c24e2457ce3ccc9a4a4e2535b223f547e)
|
2015-06-03 15:01:52 +09:00 |
|
Allen Wittenauer
|
6c71ac7b6b
|
HADOOP-11930. test-patch in offline mode should tell maven to be in offline mode (Sean Busbey via aw)
|
2015-05-28 12:12:19 -07:00 |
|
Allen Wittenauer
|
1a3ccf4724
|
HADOOP-12030. test-patch should only report on newly introduced findbugs warnings. (Sean Busbey via aw)
|
2015-05-28 09:54:17 -07:00 |
|
Allen Wittenauer
|
e6a171e7a2
|
HADOOP-12035. shellcheck plugin displays a wrong version potentially (Kengo Seki via aw)
|
2015-05-28 09:11:52 -07:00 |
|
Allen Wittenauer
|
7da2636232
|
HADOOP-12004. test-patch breaks with reexec in certain situations (Sean Busbey via aw)
|
2015-05-28 08:16:02 -07:00 |
|
Allen Wittenauer
|
511a503aab
|
HADOOP-12000. cannot use --java-home in test-patch (aw)
|
2015-05-19 15:24:53 -07:00 |
|
Allen Wittenauer
|
baf782f353
|
HADOOP-11949. Add user-provided plugins to test-patch (Sean Busbey via aw)
|
2015-05-18 17:06:57 +00:00 |
|
Allen Wittenauer
|
10c922b5c6
|
HADOOP-11944. add option to test-patch to avoid relocating patch process directory (Sean Busbey via aw)
|
2015-05-18 16:14:24 +00:00 |
|
Allen Wittenauer
|
d82222920e
|
HADOOP-11884. test-patch.sh should pull the real findbugs version (Kengo Seki via aw)
|
2015-05-18 16:09:34 +00:00 |
|
Allen Wittenauer
|
733579ddc8
|
re-commit of HADOOP-11881
|
2015-05-11 12:13:55 -07:00 |
|
Allen Wittenauer
|
93bbbddda2
|
HADOOP-11947. test-patch should return early from determine-issue when run in jenkins mode. (Sean Busbey via aw)
|
2015-05-11 12:08:23 -07:00 |
|
Allen Wittenauer
|
5c7c7b7b74
|
HADOOP-11948. test-patch's issue matching regex should be configurable. (Sean Busbey via aw)
|
2015-05-11 11:54:21 -07:00 |
|
Allen Wittenauer
|
cea8213c3e
|
HADOOP-11950. Add cli option to test-patch to set the project-under-test (Sean Busbey via aw)
|
2015-05-11 11:51:04 -07:00 |
|
Allen Wittenauer
|
6307687f7d
|
HADOOP-11951. test-patch should give better info about failures to handle dev-support updates without resetrepo option (Sean Busbey via aw)
|
2015-05-11 11:46:14 -07:00 |
|
Allen Wittenauer
|
fa1cf5a51a
|
HADOOP-11928. Test-patch check for @author tags incorrectly flags removal of @author tags (Kengo Seki via aw)
|
2015-05-11 11:35:42 -07:00 |
|
Allen Wittenauer
|
a1484cf771
|
HADOOP-11906. test-patch.sh should use file command for patch determinism (Sean Busbey via aw)
|
2015-05-08 15:14:13 -07:00 |
|
Allen Wittenauer
|
1886bab0f1
|
HADOOP-11936. Dockerfile references a removed image (aw)
|
2015-05-07 11:47:20 -07:00 |
|
Allen Wittenauer
|
b8e4507637
|
HADOOP-11926. test-patch.sh mv does wrong math (aw)
|
2015-05-05 17:02:35 -07:00 |
|
Allen Wittenauer
|
f95fd5b6df
|
HADOOP-11925. backport trunk's smart-apply-patch.sh to branch-2 (aw)
|
2015-05-05 14:11:08 -07:00 |
|
Allen Wittenauer
|
50a5d0b62b
|
HADOOP-11917. test-patch.sh should work with ${BASEDIR}/patchprocess setups (aw)
|
2015-05-05 11:28:16 -07:00 |
|
Allen Wittenauer
|
51df9e8379
|
HADOOP-11904. test-patch.sh goes into an infinite loop on non-maven builds (aw)
|
2015-05-05 11:05:56 -07:00 |
|
Allen Wittenauer
|
02892f674b
|
HADOOP-11911. test-patch should allow configuration of default branch (Sean Busbey via aw)
|
2015-05-05 10:03:22 -07:00 |
|
Allen Wittenauer
|
4195b10860
|
HADOOP-11866. increase readability and reliability of checkstyle, shellcheck, and whitespace reports (aw)
|
2015-04-30 15:16:42 -07:00 |
|
Allen Wittenauer
|
d149af0539
|
HADOOP-11881. test-patch.sh javac result is wildly wrong (Kengo Seki via aw)
|
2015-04-28 10:43:43 -07:00 |
|
Allen Wittenauer
|
b73cfd7eb9
|
HADOOP-11357. Print information of the build enviornment in test-patch.sh (aw)
|
2015-04-26 15:52:48 -07:00 |
|
cnauroth
|
524593ee84
|
HADOOP-11843. Make setting up the build environment easier. Contributed by Niels Basjes.
(cherry picked from commit 80935268f5fdd358070c6b68f89e8bd699785c54)
Conflicts:
hadoop-common-project/hadoop-common/CHANGES.txt
|
2015-04-24 13:08:47 -07:00 |
|
cnauroth
|
4054db5098
|
HADOOP-11861. test-patch.sh rewrite addendum patch. Contributed by Allen Wittenauer.
(cherry picked from commit 18eb5e79345295b2259b566c154375ad2a6216a1)
|
2015-04-22 22:23:46 -07:00 |
|
Allen Wittenauer
|
b7251723d8
|
HADOOP-11746. rewrite test-patch.sh (aw)
|
2015-04-21 21:22:09 +01:00 |
|
Akira Ajisaka
|
17797c73c2
|
HADOOP-11549. flaky test detection tool failed to handle special control characters in test result. Contributed by Yongjun Zhang.
(cherry picked from commit 5f4ef2d13fa3fa3d4d315902e55c7775ef08b3d2)
|
2015-02-04 14:18:31 -08:00 |
|
Tsuyoshi Ozawa
|
b396d2e8d8
|
HADOOP-11045. Introducing a tool to detect flaky tests of hadoop jenkins testing job. Contributed by Yongjun Zhang and Todd Lipcon.
(cherry picked from commit 80705e034b7fc7ad384f1aa0bd15fc254ea06cf0)
|
2015-02-04 01:26:44 +09:00 |
|
Karthik Kambatla
|
8e524e8d60
|
HADOOP-11307. create-release script should run git clean first (kasha)
(cherry picked from commit 4fb96dbe3bbfd3ae88b41c816e15acee04518851)
|
2014-11-14 15:37:46 -08:00 |
|
Andrew Wang
|
d9aa0f8333
|
HADOOP-11166. Remove ulimit from test-patch.sh.
(cherry picked from commit 60f0f6fcde406ed15e9079e0ff34df744b09a844)
|
2014-10-07 17:30:16 -07:00 |
|
Karthik Kambatla
|
9855e884cb
|
HADOOP-10956. Fix create-release script to include docs and necessary txt files. (kasha)
(cherry picked from commit ce0462129fe09898fd9b169cae0564cb6d9bc419)
|
2014-09-03 09:39:32 -07:00 |
|
Karthik Kambatla
|
fc99a6b80d
|
HADOOP-11001. Fix test-patch to work with the git repo. (kasha)
(cherry picked from commit c4c9a784114dba503fa49fd5b6f146479a1f3f18)
|
2014-08-27 23:13:49 -07:00 |
|
Brandon Li
|
e775dc3485
|
HDFS-5767. Merging change r1564141 from trunk
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1564143 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-04 00:31:16 +00:00 |
|