Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/12127 )
Change subject: IMPALA-6544: S3 tests fail because S3 is eventually consistent. ...................................................................... IMPALA-6544: S3 tests fail because S3 is eventually consistent. This skips test_insert_parquet on S3, as S3's eventually consistent behavior is exposing us to "file not found" errors. To remove this band-aid, we'll need to either handle s3 consistency natively in some way, or to retry certain tests. Note that this may be only a drop in a big bucket at the moment; I think we see these issues in a variety of places. Change-Id: I22e7620e97366bece69a20885f5c3b75de05fab6 Reviewed-on: http://gerrit.cloudera.org:8080/12127 Reviewed-by: Impala Public Jenkins <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- M tests/common/skip.py M tests/query_test/test_insert_parquet.py 2 files changed, 3 insertions(+), 1 deletion(-) Approvals: Impala Public Jenkins: Looks good to me, approved; Verified -- To view, visit http://gerrit.cloudera.org:8080/12127 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I22e7620e97366bece69a20885f5c3b75de05fab6 Gerrit-Change-Number: 12127 Gerrit-PatchSet: 3 Gerrit-Owner: Philip Zeyliger <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Joe McDonnell <[email protected]>
