Steve Carlin has uploaded this change for review. ( http://gerrit.cloudera.org:8080/18119
Change subject: IMPALA-11070: Create TestSection class. ...................................................................... IMPALA-11070: Create TestSection class. Create a TestSection class that holds logic regarding sections in a ".test" file. This commit will contain only movement of code without any logic changes. Future commits will move some of the section related code into TestSection where it belongs, including string replacements, and related sections code (e.g. DML_RESULTS and RESULTS). Change-Id: I91b811d131c3c399ac4f01d7da87759c418905fd --- M tests/common/impala_test_suite.py M tests/common/test_result_verifier.py A tests/common/test_section.py M tests/metadata/test_show_create_table.py M tests/metadata/test_views_compatibility.py M tests/util/test_file_parser.py 6 files changed, 255 insertions(+), 170 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/19/18119/1 -- To view, visit http://gerrit.cloudera.org:8080/18119 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I91b811d131c3c399ac4f01d7da87759c418905fd Gerrit-Change-Number: 18119 Gerrit-PatchSet: 1 Gerrit-Owner: Steve Carlin <[email protected]>
