From 4bac6089d3fbe9c3576daae703bfe282b67aae38 Mon Sep 17 00:00:00 2001 From: spinnakerbot Date: Mon, 30 Oct 2023 13:20:27 -0400 Subject: [PATCH] chore(dependencies): Autobump orcaVersion (#996) * chore(dependencies): Autobump orcaVersion * fix(core/test): keep up with SpinnakerNetworkException constructor changes from https://github.com/spinnaker/kork/pull/1110 --------- Co-authored-by: root Co-authored-by: David Byron --- gradle.properties | 2 +- .../kayenta/metrics/SynchronousQueryProcessorTest.java | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index c77e4bb3d..19c5a4aa6 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -orcaVersion=8.38.0 +orcaVersion=8.39.0 org.gradle.parallel=true spinnakerGradleVersion=8.31.0 targetJava11=true diff --git a/kayenta-core/src/test/groovy/com/netflix/kayenta/metrics/SynchronousQueryProcessorTest.java b/kayenta-core/src/test/groovy/com/netflix/kayenta/metrics/SynchronousQueryProcessorTest.java index 9db75cad8..2d64afbbf 100644 --- a/kayenta-core/src/test/groovy/com/netflix/kayenta/metrics/SynchronousQueryProcessorTest.java +++ b/kayenta-core/src/test/groovy/com/netflix/kayenta/metrics/SynchronousQueryProcessorTest.java @@ -236,7 +236,9 @@ public void retriesNetworkErrorTillMaxAttemptsAndThrowsException() throws IOExce any(CanaryConfig.class), any(CanaryMetricConfig.class), any(CanaryScope.class))) - .thenThrow(new SpinnakerNetworkException(new SocketTimeoutException())); + .thenThrow( + new SpinnakerNetworkException( + RetrofitError.networkError("http://some-url", new SocketTimeoutException()))); assertThatThrownBy( () ->