You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2021/08/24 20:07:19 UTC

[GitHub] [beam] matthiasa4 commented on a change in pull request #15375: [BEAM-12733] Fix failing integration tests for Java Recommendation AI

matthiasa4 commented on a change in pull request #15375:
URL: https://github.com/apache/beam/pull/15375#discussion_r695165452



##########
File path: sdks/java/extensions/ml/src/test/java/org/apache/beam/sdk/extensions/ml/RecommendationAICatalogItemIT.java
##########
@@ -92,6 +95,15 @@ public void importCatalogItems() {
     testPipeline.run().waitUntilFinish();
   }
 
+  @AfterClass
+  public static void tearDownAfterClass() throws Exception {
+    try (CatalogServiceClient catalogServiceClient = CatalogServiceClient.create()) {
+      catalogServiceClient.deleteCatalogItem(
+          "projects/matthias-sandbox/locations/global/catalogs/default_catalog/catalogItems/"

Review comment:
       Good spot, thanks @ibzib 




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org