You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Jarek Potiuk (JIRA)" <ji...@apache.org> on 2019/08/08 08:36:00 UTC

[jira] [Created] (AIRFLOW-5142) Cassandra GCS Test is flaky

Jarek Potiuk created AIRFLOW-5142:
-------------------------------------

             Summary: Cassandra GCS Test is flaky
                 Key: AIRFLOW-5142
                 URL: https://issues.apache.org/jira/browse/AIRFLOW-5142
             Project: Apache Airflow
          Issue Type: Improvement
          Components: ci
    Affects Versions: 2.0.0
            Reporter: Jarek Potiuk


{{We have a flaky test in master:}}

 

{{====================================================================== 21) FAIL: test_execute (tests.contrib.operators.test_cassandra_to_gcs_operator.CassandraToGCSTest) ---------------------------------------------------------------------- Traceback (most recent call last): /usr/local/lib/python3.5/unittest/mock.py line 1159 in patched return func(*args, **keywargs) tests/contrib/operators/test_cassandra_to_gcs_operator.py line 53 in test_execute test_bucket, schema, TMP_FILE_NAME, "application/json", gzip /usr/local/lib/python3.5/unittest/mock.py line 794 in assert_called_with raise AssertionError(_error_message()) from cause AssertionError: Expected call: upload('test-bucket', 'schema.json', 'temp-file', 'application/json', True) Actual call: upload('test-bucket', 'data.json', 'temp-file', 'application/json', True)}}



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)