Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GraalVM nightly failures for Dialog Flow #11380

Open
zhumin8 opened this issue Jan 8, 2025 · 0 comments
Open

GraalVM nightly failures for Dialog Flow #11380

zhumin8 opened this issue Jan 8, 2025 · 0 comments
Labels
priority: p2 Moderately-important priority. Fix may not be included in next release. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.

Comments

@zhumin8
Copy link
Contributor

zhumin8 commented Jan 8, 2025

This error seems to be flaky, but getting pretty frequent lately together with #11377 in the last couple of days

https://screenshot.googleplex.com/BqfWxYx5prJnhKS

Failures (2):
  JUnit Vintage:ITSystemTest:detectIntentTest
    MethodSource [className = 'com.google.cloud.dialogflow.v2.it.ITSystemTest', methodName = 'detectIntentTest', methodParameterTypes = '']
    => org.junit.ComparisonFailure: expected:<[test-event-5aa666db-72b1-475e-9b9d-63d1ac4f682a]> but was:<[]>
       org.junit.Assert.assertEquals(Assert.java:117)
       org.junit.Assert.assertEquals(Assert.java:146)
       com.google.cloud.dialogflow.v2.it.ITSystemTest.detectIntentTest(ITSystemTest.java:282)
       [email protected]/java.lang.reflect.Method.invoke([Method.java:580](https://cs.corp.google.com/#search/&sq=package:%5Epiper$%20project:openjdk21&q=java/lang/reflect/Method.java:580))
  JUnit Vintage:ITSystemTest:listContextsTest
    MethodSource [className = 'com.google.cloud.dialogflow.v2.it.ITSystemTest', methodName = 'listContextsTest', methodParameterTypes = '']
    => org.junit.ComparisonFailure: expected:<...1b11a9a646/contexts/[test-context-8348c918]> but was:<...1b11a9a646/contexts/[__system_counters__]>
       org.junit.Assert.assertEquals(Assert.java:117)
       org.junit.Assert.assertEquals(Assert.java:146)
       com.google.cloud.dialogflow.v2.it.ITSystemTest.listContextsTest(ITSystemTest.java:293)
       [email protected]/java.lang.reflect.Method.invoke([Method.java:580](https://cs.corp.google.com/#search/&sq=package:%5Epiper$%20project:openjdk21&q=java/lang/reflect/Method.java:580))
@diegomarquezp diegomarquezp added type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns. priority: p2 Moderately-important priority. Fix may not be included in next release. labels Jan 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority: p2 Moderately-important priority. Fix may not be included in next release. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Projects
None yet
Development

No branches or pull requests

2 participants