This is an automated email from the ASF dual-hosted git repository.

bharathv pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/impala.git

commit 6a8bc7f742c6ee1085d8be5ac374bcf6c7bfa10f
Author: poojanilangekar <pooja.nilange...@cloudera.com>
AuthorDate: Wed Feb 13 14:53:49 2019 -0800

    IMPALA-8189: Disable flaky scanner test on S3
    
    TestParquet::test_resolution_by_name in test_scanners.py is flaky
    due to eventual consistency semantics of S3. It makes sense to
    disable this test temporarily since it is not S3 related. In the
    long run, the eventual consistency issue would have to be fixed
    either by using S3Guard or by modifying the S3Client.
    
    Change-Id: I0771db7c72952f8889a1979c94b02b5f16e4e0ab
    Reviewed-on: http://gerrit.cloudera.org:8080/12478
    Reviewed-by: Impala Public Jenkins <impala-public-jenk...@cloudera.com>
    Tested-by: Impala Public Jenkins <impala-public-jenk...@cloudera.com>
---
 tests/query_test/test_scanners.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/query_test/test_scanners.py 
b/tests/query_test/test_scanners.py
index 0562201..ae9c9ab 100644
--- a/tests/query_test/test_scanners.py
+++ b/tests/query_test/test_scanners.py
@@ -698,6 +698,7 @@ class TestParquet(ImpalaTestSuite):
     assert c_schema_elt.converted_type == ConvertedType.UTF8
     assert d_schema_elt.converted_type == None
 
+  @SkipIfS3.eventually_consistent
   def test_resolution_by_name(self, vector, unique_database):
     self.run_test_case('QueryTest/parquet-resolution-by-name', vector,
                        use_db=unique_database)

Reply via email to