saturnism / testcontainers-gcloud-examples

Testcontainers gcloud Examples
Apache License 2.0
4 stars 5 forks source link

SpringBoot example for PubSub errors out #1

Open raszkiewicz opened 1 year ago

raszkiewicz commented 1 year ago

testSend() errors out as

[ault-executor-0] c.g.c.s.p.c.p.PubSubPublisherTemplate    : Publishing to test-topic topic failed.
com.google.api.gax.rpc.NotFoundException: io.grpc.StatusRuntimeException: NOT_FOUND: Topic not found
com.google.api.gax.rpc.NotFoundException: io.grpc.StatusRuntimeException: NOT_FOUND: Subscription does not exist

and testWorker() as

[ault-executor-0] c.g.c.s.p.c.p.PubSubPublisherTemplate    : Publishing to test-topic topic failed.
com.google.api.gax.rpc.NotFoundException: io.grpc.StatusRuntimeException: NOT_FOUND: Topic not found
com.google.api.gax.rpc.NotFoundException: com.google.api.gax.rpc.NotFoundException: io.grpc.StatusRuntimeException: NOT_FOUND: Subscription does not exist (resource=test-subscription)

on testconainers version 1.18.0

antaka1 commented 8 months ago

I got the same issue, do you know if there is any fix ?

djaneluz commented 3 months ago

I updated the testcontainers version to 1.19.8 and the tests passed