Repository: incubator-impala Updated Branches: refs/heads/master 31025ab10 -> a5044a30c
IMPALA-4748 addendum: fix compile error from mid-air collision A patchset that was merged at the same time changed the name of a test helper function. Change-Id: I6ba37fcb58be9368f6d1bc0012a09622af06b376 Reviewed-on: http://gerrit.cloudera.org:8080/5744 Reviewed-by: Tim Armstrong <[email protected]> Tested-by: Tim Armstrong <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/incubator-impala/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-impala/commit/a5044a30 Tree: http://git-wip-us.apache.org/repos/asf/incubator-impala/tree/a5044a30 Diff: http://git-wip-us.apache.org/repos/asf/incubator-impala/diff/a5044a30 Branch: refs/heads/master Commit: a5044a30c664dc55a221e7c31efe9e49a689a512 Parents: 31025ab Author: Tim Armstrong <[email protected]> Authored: Thu Jan 19 00:15:11 2017 -0800 Committer: Tim Armstrong <[email protected]> Committed: Thu Jan 19 17:05:52 2017 +0000 ---------------------------------------------------------------------- be/src/runtime/tmp-file-mgr-test.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-impala/blob/a5044a30/be/src/runtime/tmp-file-mgr-test.cc ---------------------------------------------------------------------- diff --git a/be/src/runtime/tmp-file-mgr-test.cc b/be/src/runtime/tmp-file-mgr-test.cc index c4ddff6..df495a8 100644 --- a/be/src/runtime/tmp-file-mgr-test.cc +++ b/be/src/runtime/tmp-file-mgr-test.cc @@ -434,7 +434,7 @@ TEST_F(TmpFileMgrTest, TestProcessMemLimitExceeded) { Status status = file_group.Write(MemRange(data.data(), DATA_SIZE), callback, &handle); EXPECT_EQ(TErrorCode::CANCELLED, status.code()); file_group.Close(); - test_env_->TearDownRuntimeStates(); + test_env_->TearDownQueries(); } }
