google-cloud-java icon indicating copy to clipboard operation
google-cloud-java copied to clipboard

`com.google.cloud.compute.v1.integration.ITAddressesTest:testList` is flaky

Open diegomarquezp opened this issue 1 year ago • 1 comments

GraalVM Native failed with

Failures (2):
  JUnit Vintage:ITAddressesTest:testList
    MethodSource [className = 'com.google.cloud.compute.v1.integration.ITAddressesTest', methodName = 'testList', methodParameterTypes = '']
    => java.lang.AssertionError: Insert operation failed.
       org.junit.Assert.fail(Assert.java:89)
       com.google.cloud.compute.v1.integration.ITAddressesTest.insertAddress(ITAddressesTest.java:123)
       com.google.cloud.compute.v1.integration.ITAddressesTest.insertAddress(ITAddressesTest.java:113)
       com.google.cloud.compute.v1.integration.ITAddressesTest.testList(ITAddressesTest.java:74)
       [email protected]/java.lang.reflect.Method.invoke(Method.java:566)
       org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
       org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
       org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
       org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
       org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
       [...]
  

trying a rerun

Originally posted by @diegomarquezp in https://github.com/googleapis/google-cloud-java/issues/9872#issuecomment-1734435820

diegomarquezp avatar Sep 26 '23 13:09 diegomarquezp

Downgrading to p3 as no re-occurrence reported since Sept 26

zhumin8 avatar Dec 28 '23 17:12 zhumin8

Duplicated in #10902

JoeWang1127 avatar Jun 25 '24 19:06 JoeWang1127