You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Kaxil Naik (JIRA)" <ji...@apache.org> on 2019/01/05 13:11:00 UTC

[jira] [Created] (AIRFLOW-3634) GCP Spanner Test is broken

Kaxil Naik created AIRFLOW-3634:
-----------------------------------

             Summary: GCP Spanner Test is broken
                 Key: AIRFLOW-3634
                 URL: https://issues.apache.org/jira/browse/AIRFLOW-3634
             Project: Apache Airflow
          Issue Type: Test
            Reporter: Kaxil Naik
            Assignee: Kaxil Naik


======================================================================
25) FAIL: test_database_update_ex_if_database_not_exist (tests.contrib.operators.test_gcp_spanner_operator.CloudSpannerTest)
----------------------------------------------------------------------
   Traceback (most recent call last):
    .tox/py27-backend_mysql/lib/python2.7/site-packages/mock/mock.py line 1305 in patched
      return func(*args, **keywargs)
    tests/contrib/operators/test_gcp_spanner_operator.py line 354 in test_database_update_ex_if_database_not_exist
      "instance 'instance-id' is missing", str(err))
   AssertionError: "The Cloud Spanner database 'db1' in project 'project-id' and instance 'instance-id' is missing" not found in '("The Cloud Spanner database \'%s\' in project \'%s\' and instance \'%s\' is missing. Create the database first before you can update it.", \'db1\', \'project-id\', \'instance-id\')'



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)