[
https://issues.apache.org/jira/browse/AIRFLOW-5142?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16902850#comment-16902850
]
ASF subversion and git services commented on AIRFLOW-5142:
----------------------------------------------------------
Commit fc6967b2ada3985dc2c53b9ae90135fc0c1b27f4 in airflow's branch
refs/heads/master from Jarek Potiuk
[ https://gitbox.apache.org/repos/asf?p=airflow.git;h=fc6967b ]
[AIRFLOW-5142] Fixed flaky cassandra test (#5758)
> 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
>
> {{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)