Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/18376 )
Change subject: IMPALA-111218: TestIcebergTable.test_table_load_time_for_many_files flaky ...................................................................... IMPALA-111218: TestIcebergTable.test_table_load_time_for_many_files flaky In some test runs test_table_load_time_for_many_files failed because the time limit (3 seconds) was too short. In the failed tests it was around 4 seconds to execute the DESCRIBE statement. This patch increases the time limit to 10 seconds when HDFS is used. This should be long enough to fix the flakiness, but short enough to catch pathologically long table loads (the one that was fixed by IMPALA-11214). Change-Id: Ic48bb561e97c008c6f4e51fc9d9ec8b3f7cdaf9e Reviewed-on: http://gerrit.cloudera.org:8080/18376 Reviewed-by: Impala Public Jenkins <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- M tests/query_test/test_iceberg.py 1 file changed, 2 insertions(+), 2 deletions(-) Approvals: Impala Public Jenkins: Looks good to me, approved; Verified -- To view, visit http://gerrit.cloudera.org:8080/18376 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: Ic48bb561e97c008c6f4e51fc9d9ec8b3f7cdaf9e Gerrit-Change-Number: 18376 Gerrit-PatchSet: 3 Gerrit-Owner: Zoltan Borok-Nagy <[email protected]> Gerrit-Reviewer: Andrew Sherman <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Tamas Mate <[email protected]>
