You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2019/10/11 19:21:01 UTC

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

    [ https://issues.apache.org/jira/browse/AIRFLOW-5142?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16949741#comment-16949741 ] 

ASF subversion and git services commented on AIRFLOW-5142:
----------------------------------------------------------

Commit 4fbd8f4f2e786c54238f838306f9f395eca15426 in airflow's branch refs/heads/v1-10-stable from Jarek Potiuk
[ https://gitbox.apache.org/repos/asf?p=airflow.git;h=4fbd8f4 ]

[AIRFLOW-5142] Fixed flaky cassandra test (#5758)

(cherry picked from commit fc6967b2ada3985dc2c53b9ae90135fc0c1b27f4)


> 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
>            Priority: Major
>             Fix For: 2.0.0
>
>
> {{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
(v8.3.4#803005)