You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@impala.apache.org by mi...@apache.org on 2018/07/13 22:47:48 UTC

[3/3] impala git commit: IMPALA-6810: runtime_row_filters.test: omit pool name in pattern

IMPALA-6810: runtime_row_filters.test: omit pool name in pattern

Some downstream tests run this with a fair-scheduler.xml set that, while
not changing admission control behavior, does change the name of the
pool. Omit the pool name to permit that downstream test to succeed.

Testing:
- local with change in minicluster
- downstream in environment as well

Change-Id: I3fe6beb169dc6bfefabde9dc7a4632c1a5e63fa7
Reviewed-on: http://gerrit.cloudera.org:8080/10942
Reviewed-by: Michael Brown <mi...@cloudera.com>
Tested-by: Impala Public Jenkins <im...@cloudera.com>


Project: http://git-wip-us.apache.org/repos/asf/impala/repo
Commit: http://git-wip-us.apache.org/repos/asf/impala/commit/3da2dc63
Tree: http://git-wip-us.apache.org/repos/asf/impala/tree/3da2dc63
Diff: http://git-wip-us.apache.org/repos/asf/impala/diff/3da2dc63

Branch: refs/heads/master
Commit: 3da2dc63fe0c716998cdbdf6334036fbc7698714
Parents: dcbff6b
Author: Michael Brown <mi...@cloudera.com>
Authored: Thu Jul 12 10:40:26 2018 -0700
Committer: Impala Public Jenkins <im...@cloudera.com>
Committed: Fri Jul 13 20:45:37 2018 +0000

----------------------------------------------------------------------
 .../queries/QueryTest/runtime_row_filters.test                | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/impala/blob/3da2dc63/testdata/workloads/functional-query/queries/QueryTest/runtime_row_filters.test
----------------------------------------------------------------------
diff --git a/testdata/workloads/functional-query/queries/QueryTest/runtime_row_filters.test b/testdata/workloads/functional-query/queries/QueryTest/runtime_row_filters.test
index fe61741..ff13999 100644
--- a/testdata/workloads/functional-query/queries/QueryTest/runtime_row_filters.test
+++ b/testdata/workloads/functional-query/queries/QueryTest/runtime_row_filters.test
@@ -401,10 +401,9 @@ select STRAIGHT_JOIN * from alltypes a join [SHUFFLE] alltypes b
     on a.month = b.id and b.int_col = -3
 ---- RESULTS
 ---- CATCH
-row_regex:.*Rejected query from pool default-pool: minimum memory reservation on
- backend '.*' is greater than memory available to the query for buffer reservations\.
- Increase the buffer_pool_limit to 290.17 MB\. See the query profile for more information
- about the per-node memory requirements\.
+row_regex:.*minimum memory reservation on backend '.*' is greater than memory available to
+ the query for buffer reservations\. Increase the buffer_pool_limit to 290.17 MB\. See
+ the query profile for more information about the per-node memory requirements\.
 ====
 ---- QUERY
 # Confirm that with broadcast join, memory limit is not hit.