Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/17929 )
Change subject: IMPALA-10957: test_iceberg_query is flaky ...................................................................... IMPALA-10957: test_iceberg_query is flaky In iceberg-query.test we create an external Iceberg table and set the table property 'iceberg.file_format' to check backward-compatibility with earlier versions. At the end we delete the table. The table deletion makes the test fail sporadically during GVO. Seems like the bug is caused by the parallel execution of this test. The test didn't use a unique database, therefore dropping the table could affect other executions of the same test. This patch puts the relevant queries to their own .test file using a unique database. Change-Id: I16e558ae5add48d8a39bd89277a0256f534ba65f Reviewed-on: http://gerrit.cloudera.org:8080/17929 Reviewed-by: Impala Public Jenkins <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- A testdata/workloads/functional-query/queries/QueryTest/iceberg-old-fileformat.test M testdata/workloads/functional-query/queries/QueryTest/iceberg-query.test M tests/query_test/test_scanners.py 3 files changed, 86 insertions(+), 85 deletions(-) Approvals: Impala Public Jenkins: Looks good to me, approved; Verified -- To view, visit http://gerrit.cloudera.org:8080/17929 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I16e558ae5add48d8a39bd89277a0256f534ba65f Gerrit-Change-Number: 17929 Gerrit-PatchSet: 6 Gerrit-Owner: Zoltan Borok-Nagy <[email protected]> Gerrit-Reviewer: Csaba Ringhofer <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Tamas Mate <[email protected]> Gerrit-Reviewer: Zoltan Borok-Nagy <[email protected]>
