Sailesh Mukil has uploaded a new change for review. http://gerrit.cloudera.org:8080/4083
Change subject: IMPALA-3986: Python hive-client may fail silently while dropping partitions ...................................................................... IMPALA-3986: Python hive-client may fail silently while dropping partitions It was noticed during a test run that a partition existed in the HMS when it shouldn't have. The only possible explanation for that is that the python based hive client failed to drop the partition when asked to and we did not check for an error when it did so. This patch just adds an assert to make sure that the partition is dropped when instructed to, else it will cause the test to fail in the right place. Change-Id: I4241225d19c75a79179a61fef0c75c06a9a2ac39 --- M tests/common/impala_test_suite.py 1 file changed, 2 insertions(+), 1 deletion(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/83/4083/1 -- To view, visit http://gerrit.cloudera.org:8080/4083 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I4241225d19c75a79179a61fef0c75c06a9a2ac39 Gerrit-PatchSet: 1 Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-Owner: Sailesh Mukil <[email protected]>
