googleapis / google-cloud-java

Google Cloud Client Library for Java
https://cloud.google.com/java/docs/reference
Apache License 2.0
1.9k stars 1.07k forks source link

[Dialogflow] Flaky test - ITSystemTest.detectIntentTest #9784

Closed blakeli0 closed 10 months ago

blakeli0 commented 1 year ago

This test failed in the nightly GraalVM integration tests.

See below for the beginning of the error message and the full log for details.

07:38:52:824 [ERROR] Tests run: 25, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 58.94 s <<< FAILURE! - in com.google.cloud.dialogflow.cx.v3beta1.it.ITSystemTest
07:38:52:824 [ERROR] com.google.cloud.dialogflow.cx.v3beta1.it.ITSystemTest.detectIntentTest  Time elapsed: 0.327 s  <<< ERROR!
com.google.api.gax.rpc.NotFoundException: io.grpc.StatusRuntimeException: NOT_FOUND: com.google.apps.framework.request.NotFoundException: NLU model for flow '00000000-0000-0000-0000-000000000000' does not exist. Please try again after retraining the flow.
    at com.google.api.gax.rpc.ApiExceptionFactory.createException(ApiExceptionFactory.java:90)
    at com.google.api.gax.rpc.ApiExceptionFactory.createException(ApiExceptionFactory.java:41)
    at com.google.api.gax.grpc.GrpcApiExceptionFactory.create(GrpcApiExceptionFactory.java:86)
    at com.google.api.gax.grpc.GrpcApiExceptionFactory.create(GrpcApiExceptionFactory.java:66)
burkedavison commented 1 year ago

Still causing nightly test failures.

https://source.cloud.google.com/results/invocations/2efc3588-4ac9-4947-85ef-858de6ef519d/targets/cloud-devrel%2Fclient-libraries%2Fjava%2Fgoogle-cloud-java%2Fnightly%2Fgraalvm-sub-jobs%2Fnative%2Fgraalvm-native-20/log

suztomo commented 10 months ago

@burkedavison Can we close this or are you waiting for something to happen?

burkedavison commented 10 months ago

Closing this ticket since the relevant tests have been removed.