Repository: incubator-impala Updated Branches: refs/heads/master 87a7a6418 -> 1d8ad2938
IMPALA-5467: disable flaky BenchmarkTest to unblock builds Change-Id: I6aafbc620c1e839b07bf6020f9286ca5ee51197d Reviewed-on: http://gerrit.cloudera.org:8080/7135 Reviewed-by: Alex Behm <[email protected]> Reviewed-by: Zach Amsden <[email protected]> Tested-by: Impala Public Jenkins Project: http://git-wip-us.apache.org/repos/asf/incubator-impala/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-impala/commit/1014d768 Tree: http://git-wip-us.apache.org/repos/asf/incubator-impala/tree/1014d768 Diff: http://git-wip-us.apache.org/repos/asf/incubator-impala/diff/1014d768 Branch: refs/heads/master Commit: 1014d768883f6eb49136c05da9d699ac3605a5e2 Parents: 87a7a64 Author: Tim Armstrong <[email protected]> Authored: Fri Jun 9 09:49:53 2017 -0700 Committer: Impala Public Jenkins <[email protected]> Committed: Fri Jun 9 21:14:18 2017 +0000 ---------------------------------------------------------------------- be/src/util/benchmark-test.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-impala/blob/1014d768/be/src/util/benchmark-test.cc ---------------------------------------------------------------------- diff --git a/be/src/util/benchmark-test.cc b/be/src/util/benchmark-test.cc index 6e330db..d069d46 100644 --- a/be/src/util/benchmark-test.cc +++ b/be/src/util/benchmark-test.cc @@ -50,7 +50,7 @@ void TestFunction(int batch_size, void* d) { } } -TEST(BenchmarkTest, Basic) { +TEST(BenchmarkTest, DISABLED_Basic) { MemcpyData data; data.src = reinterpret_cast<char*>(malloc(128)); data.dst = reinterpret_cast<char*>(malloc(128));
