Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Destination Pubsub: failed integration tests #9960

Closed
yurii-bidiuk opened this issue Feb 1, 2022 · 0 comments · Fixed by #9816
Closed

Destination Pubsub: failed integration tests #9960

yurii-bidiuk opened this issue Feb 1, 2022 · 0 comments · Fixed by #9816
Assignees
Labels
area/connectors Connector related issues connectors/destination/pubsub type/bug Something isn't working

Comments

@yurii-bidiuk
Copy link
Contributor

Current Behavior

All tests are failed with the same message

java.lang.IllegalStateException: getTransportChannel() called when needsExecutor() is true
        at com.google.api.gax.grpc.InstantiatingGrpcChannelProvider.getTransportChannel(InstantiatingGrpcChannelProvider.java:213)
        at com.google.api.gax.rpc.ClientContext.create(ClientContext.java:205)
        at com.google.cloud.pubsub.v1.stub.GrpcPublisherStub.create(GrpcPublisherStub.java:195)
        at com.google.cloud.pubsub.v1.stub.PublisherStubSettings.createStub(PublisherStubSettings.java:219)
        at com.google.cloud.pubsub.v1.TopicAdminClient.<init>(TopicAdminClient.java:165)
        at com.google.cloud.pubsub.v1.TopicAdminClient.create(TopicAdminClient.java:147)
        at io.airbyte.integrations.destination.pubsub.PubsubDestinationAcceptanceTest.setup(PubsubDestinationAcceptanceTest.java:190)

Expected Behavior

Tell us what should happen.

Logs

If applicable, please upload the logs from the failing operation.
For sync jobs, you can download the full logs from the UI by going to the sync attempt page and
clicking the download logs button at the top right of the logs display window.

LOG

java.lang.IllegalStateException: getTransportChannel() called when needsExecutor() is true
        at com.google.api.gax.grpc.InstantiatingGrpcChannelProvider.getTransportChannel(InstantiatingGrpcChannelProvider.java:213)
        at com.google.api.gax.rpc.ClientContext.create(ClientContext.java:205)
        at com.google.cloud.pubsub.v1.stub.GrpcPublisherStub.create(GrpcPublisherStub.java:195)
        at com.google.cloud.pubsub.v1.stub.PublisherStubSettings.createStub(PublisherStubSettings.java:219)
        at com.google.cloud.pubsub.v1.TopicAdminClient.<init>(TopicAdminClient.java:165)
        at com.google.cloud.pubsub.v1.TopicAdminClient.create(TopicAdminClient.java:147)
        at io.airbyte.integrations.destination.pubsub.PubsubDestinationAcceptanceTest.setup(PubsubDestinationAcceptanceTest.java:190)

Steps to Reproduce

  1. Run tests
@yurii-bidiuk yurii-bidiuk added type/bug Something isn't working needs-triage labels Feb 1, 2022
@yurii-bidiuk yurii-bidiuk changed the title Destination Pubsup: failed integration tests Destination Pubsub: failed integration tests Feb 1, 2022
@yurii-bidiuk yurii-bidiuk self-assigned this Feb 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/connectors Connector related issues connectors/destination/pubsub type/bug Something isn't working
Projects
No open projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant