Matthew Jacobs has uploaded a new change for review. http://gerrit.cloudera.org:8080/7575
Change subject: IMPALA-5757: Order-dependent comparison fails in test_kudu ...................................................................... IMPALA-5757: Order-dependent comparison fails in test_kudu On Ubuntu 16.04, it seems that table properties may be returned in a different order from that expected by TestShowCreateTable in test_kudu.py. There is only one affected test case, because all other test cases only have a single table property. This fixes the affected test by checking for both table property strings in the show create table result, rather than validating the result matches an expected string exactly. Change-Id: I64ce0c49fcbab3a4810d52c131bc176f8567ff9e --- M tests/query_test/test_kudu.py 1 file changed, 26 insertions(+), 20 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/75/7575/1 -- To view, visit http://gerrit.cloudera.org:8080/7575 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I64ce0c49fcbab3a4810d52c131bc176f8567ff9e Gerrit-PatchSet: 1 Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-Owner: Matthew Jacobs <[email protected]>
