Riza Suminto has uploaded this change for review. ( http://gerrit.cloudera.org:8080/22030
Change subject: IMPALA-13512: Print .test file name if PlannerTest fail ...................................................................... IMPALA-13512: Print .test file name if PlannerTest fail This patch improve PlannerTest by printing the path to .test file that is failed. It also skip printing VERBOSE plan if PlannerTestOption.EXTENDED_EXPLAIN is specified, since EXTENDED level already contains sufficient details including tuples, sizes, and cardinality. Testing: - Manualy run modified PlannerTest that will fail and set EXTENDED_EXPLAIN test option. Verified that .test file name is printed and VERBOSE plan is not printed. Change-Id: I5e15af93d9016d78ac0575c433146c8513a11949 --- M fe/src/test/java/org/apache/impala/planner/PlannerTestBase.java M fe/src/test/java/org/apache/impala/testutil/TestFileParser.java 2 files changed, 16 insertions(+), 10 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/30/22030/1 -- To view, visit http://gerrit.cloudera.org:8080/22030 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I5e15af93d9016d78ac0575c433146c8513a11949 Gerrit-Change-Number: 22030 Gerrit-PatchSet: 1 Gerrit-Owner: Riza Suminto <[email protected]>
