java-docs-samples icon indicating copy to clipboard operation
java-docs-samples copied to clipboard

datacatalog/snippets test(s) are failing

Open minherz opened this issue 1 year ago • 0 comments

Description

After the dependency upgrades in #9234 one or more tests under datacatalog/snippets fail in Java 11 (sponge) and Java 17 (sponge).

Based on the errors it looks like the failing test is com.example.datacatalog.LookupEntryTests.testLookupPubSubTopic and the failure reason is No permission to lookup Entry "//pubsub.googleapis.com/projects/pubsub-public-data/topics/taxirides-realtime" or it does not exist.

Remove Ignore attribute from the tests after fixing the issue.

minherz avatar Feb 20 '24 17:02 minherz