spring-attic / spring-cloud-gcp

Integration for Google Cloud Platform APIs with Spring
Apache License 2.0
705 stars 693 forks source link

Isolate PubSubTemplateIntegrationTests.testCreatePublishPullNextAndDelete #2533

Open elefeint opened 4 years ago

elefeint commented 4 years ago

Set up a randomly named topic/subscription, so two builds can run simultaneously.

meltsufin commented 4 years ago

This method already creates a random topic and a random subscription.

We actually need this fix for ReactiveReceiverApplicationTest.