Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
mcovarr committed Sep 23, 2024
1 parent 009b2ec commit ecd01dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: gcpbatch_drs_usa_jdr
testFormat: WorkflowSuccess
# "Caused by: cloud.nio.impl.drs.DrsPathResolver$$anon$2: Unexpected response during resolution of 'drs://jade.datarepo-dev.broadinstitute.org/v1_f90f5d7f-c507-4e56-abfc-b965a66023fb_585f3f19-985f-43b0-ab6a-79fa4c8310fc': HTTP status 401: Unauthorized"
backends: ["GCPBATCH-usa"]
tags: [ drs ]
skipDescribeEndpointValidation: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ class DrsLocalizerMain(toResolveAndDownload: IO[List[UnresolvedDrsUrl]],
)
} else {
IO.raiseError(
new RuntimeException(s"Exhausted $resolutionRetries resolution retries to resolve $drsUrlToResolve.drsUrl", t)
new RuntimeException(s"Exhausted $resolutionRetries resolution retries to resolve ${drsUrlToResolve.drsUrl}", t)

Check warning on line 236 in cromwell-drs-localizer/src/main/scala/drs/localizer/DrsLocalizerMain.scala

View check run for this annotation

Codecov / codecov/patch

cromwell-drs-localizer/src/main/scala/drs/localizer/DrsLocalizerMain.scala#L236

Added line #L236 was not covered by tests
)
}

Expand Down

0 comments on commit ecd01dd

Please sign in to comment.