Skip to content

Logging system tests broken #3078

@dhermes

Description

@dhermes

https://travis-ci.org/GoogleCloudPlatform/google-cloud-python/builds/205851892#L2768

Traceback (most recent call last):
  File "/home/travis/build/GoogleCloudPlatform/google-cloud-python/system_tests/logging_.py", line 440, in test_update_sink
    self.assertFalse(sink.exists())
  File "/home/travis/build/GoogleCloudPlatform/google-cloud-python/.tox/system-tests/lib/python2.7/site-packages/google/cloud/logging/sink.py", line 138, in exists
    client.sinks_api.sink_get(self.project, self.name)
  File "/home/travis/build/GoogleCloudPlatform/google-cloud-python/.tox/system-tests/lib/python2.7/site-packages/google/cloud/logging/client.py", line 134, in sinks_api
    self._sinks_api = make_gax_sinks_api(self)
  File "/home/travis/build/GoogleCloudPlatform/google-cloud-python/.tox/system-tests/lib/python2.7/site-packages/google/cloud/logging/_gax.py", line 573, in make_gax_sinks_api
    channel=channel, lib_name='gccl', lib_version=__version__)
TypeError: __init__() got an unexpected keyword argument 'lib_name'

Preliminarily assigning to Luke.

Metadata

Metadata

Labels

api: loggingIssues related to the Cloud Logging API.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions