Thomas Marshall has uploaded this change for review. ( http://gerrit.cloudera.org:8080/11913
Change subject: IMPALA-7840: add missing error to test_concurrent_schema_change ...................................................................... IMPALA-7840: add missing error to test_concurrent_schema_change test_concurrent_schema_change runs a series of alters and inserts on the same Kudu table concurrently to ensure that Impala can handle this without crashing. There is a list of expected error messages in the test. One possible legitimate error is missing, causing the test to sometimes be flaky. This patch adds that error message to the test. Change-Id: Ibc01e1244e05be30343c05b5a0f8676f4d4603d2 --- M tests/query_test/test_kudu.py 1 file changed, 2 insertions(+), 1 deletion(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/13/11913/1 -- To view, visit http://gerrit.cloudera.org:8080/11913 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: Ibc01e1244e05be30343c05b5a0f8676f4d4603d2 Gerrit-Change-Number: 11913 Gerrit-PatchSet: 1 Gerrit-Owner: Thomas Marshall <[email protected]>
