Riza Suminto has uploaded this change for review. (
http://gerrit.cloudera.org:8080/21796
Change subject: IMPALA-13377: Excercise exec_option in
test_recover_partitions.py
......................................................................
IMPALA-13377: Excercise exec_option in test_recover_partitions.py
Before this patch, test_recover_partitions.py declare exec_option
dimension, but none of the test function exercise it. vector arg is
never used anywhere.
This patch makes each call of execute_query_expect_success in the tests
to pass exec_option from vector.get_value('exec_option').
Testing:
- Run and pass test_recover_partitions.py in exhaustive mode.
- Confirm in coordinator WebUI that there are queries run with either
sync_ddl true and false.
Change-Id: I4e938dd8667937c996854032a1e13184c62d7b48
---
M tests/metadata/test_recover_partitions.py
1 file changed, 91 insertions(+), 70 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/96/21796/1
--
To view, visit http://gerrit.cloudera.org:8080/21796
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I4e938dd8667937c996854032a1e13184c62d7b48
Gerrit-Change-Number: 21796
Gerrit-PatchSet: 1
Gerrit-Owner: Riza Suminto <[email protected]>