Burke Davison
Burke Davison
See `./.terraform/test.sh` for instructions. These terraform configurations are (currently) designed to create and destroy a new GCP project for each module being tested. To run the script, you must identify...
Resolves checkstyle failure on this project, and ensures the test is performing useful assertions.
[April 8 - Nightly GraalVM JDK 11](https://source.cloud.google.com/results/invocations/9608fb26-1cf9-466d-a921-24d8cbea7cfe/targets/cloud-devrel%2Fclient-libraries%2Fjava%2Fgoogle-cloud-java%2Fnightly%2Fgraalvm-native/log) * Fails due to 3hr timeout in group 19 * Ends during `videointelligence.v1.it.ITSystemTest` [April 9 - Nightly GraalVM JDK 11](https://source.cloud.google.com/results/invocations/639dcf14-14d1-42e2-a821-50ea7522e064/targets/cloud-devrel%2Fclient-libraries%2Fjava%2Fgoogle-cloud-java%2Fnightly%2Fgraalvm-native/log) * Fails due...
Flake https://source.cloud.google.com/results/invocations/2b33cd2e-2838-4a0f-b1d0-0fa0424da521/targets/cloud-devrel%2Fclient-libraries%2Fjava%2Fgoogle-cloud-java%2Fnightly%2Fgraalvm-sub-jobs%2Fnative%2Fgraalvm-native-3/log ``` JUnit Vintage:ITSystemTest:detectLandmarksUrlTest MethodSource [className = 'com.google.cloud.vision.it.ITSystemTest', methodName = 'detectLandmarksUrlTest', methodParameterTypes = ''] => io.grpc.StatusRuntimeException: RESOURCE_EXHAUSTED com.google.cloud.vision.it.ITSystemTest.executeRequest(ITSystemTest.java:275) com.google.cloud.vision.it.ITSystemTest.request(ITSystemTest.java:245) com.google.cloud.vision.it.ITSystemTest.request(ITSystemTest.java:258) com.google.cloud.vision.it.ITSystemTest.request(ITSystemTest.java:258) com.google.cloud.vision.it.ITSystemTest.request(ITSystemTest.java:258) com.google.cloud.vision.it.ITSystemTest.request(ITSystemTest.java:240) com.google.cloud.vision.it.ITSystemTest.detectLandmarksUrlTest(ITSystemTest.java:354) [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) [...] ```
Flake during nightly https://source.cloud.google.com/results/invocations/b5514245-bcbd-41e7-994e-6c7dd9e3fd62/targets ``` java.lang.AssertionError: expected: but was: at org.junit.Assert.fail(Assert.java:89) at org.junit.Assert.failNotEquals(Assert.java:835) at org.junit.Assert.assertEquals(Assert.java:647) at org.junit.Assert.assertEquals(Assert.java:633) at com.google.cloud.dataproc.v1.it.ITSystemTest.listWorkflowTemplateTest(ITSystemTest.java:135) ```
1st commit marks 5.0.2-lts release with the Git tag. 2nd commit bumps the version in the branch with SNAPSHOT suffix.
This reverts commit 02c26c9e270668fb926f00284d43da134a02ed2d. This PR exists to trigger a conversation with @suztomo about whether these updates match with his expecations on how to handle the linkage errors seen in...
Resolves message in recent PRs: > The version of Java (11.0.20) you have used to run this analysis is deprecated and we will stop accepting it soon. Please update to...
This update should significantly reduce the integration and graalvm test setup time. Checks for commit 1c40026, below, show the ideal behavior when performing development with a single module that doesn't...