From e1e19e9c8b343034adb4ee16347500c762687f13 Mon Sep 17 00:00:00 2001 From: Keith Lustria Date: Mon, 8 Jan 2024 22:53:27 -0800 Subject: [PATCH] Improve getOpcPath to return exception during failure and add unit test coverage --- integrations/oci/sdk/runtime/pom.xml | 7 +++++- .../sdk/runtime/OciAvailabilityDefault.java | 10 ++++---- .../oci/sdk/runtime/OciAvailabilityTest.java | 23 ++++++++++++++++++- 3 files changed, 33 insertions(+), 7 deletions(-) diff --git a/integrations/oci/sdk/runtime/pom.xml b/integrations/oci/sdk/runtime/pom.xml index a7c481c44e7..158f2e10cfd 100644 --- a/integrations/oci/sdk/runtime/pom.xml +++ b/integrations/oci/sdk/runtime/pom.xml @@ -1,7 +1,7 @@