From 893df18509868594a79faaad28cdbaab93b76d00 Mon Sep 17 00:00:00 2001 From: Miguel Covarrubias Date: Fri, 13 Sep 2024 12:23:35 -0400 Subject: [PATCH] oops --- .../actors/GcpBatchAsyncBackendJobExecutionActorSpec.scala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/supportedBackends/google/batch/src/test/scala/cromwell/backend/google/batch/actors/GcpBatchAsyncBackendJobExecutionActorSpec.scala b/supportedBackends/google/batch/src/test/scala/cromwell/backend/google/batch/actors/GcpBatchAsyncBackendJobExecutionActorSpec.scala index 8a0661a359..ba7cfd3a38 100644 --- a/supportedBackends/google/batch/src/test/scala/cromwell/backend/google/batch/actors/GcpBatchAsyncBackendJobExecutionActorSpec.scala +++ b/supportedBackends/google/batch/src/test/scala/cromwell/backend/google/batch/actors/GcpBatchAsyncBackendJobExecutionActorSpec.scala @@ -1066,7 +1066,7 @@ class GcpBatchAsyncBackendJobExecutionActorSpec "gs://path/to/gcs_root/wf_hello/e6236763-c518-41d0-9688-432549a8bf7c/call-hello/stderr" batchBackend.gcpBatchCallPaths.batchLogPath should be(a[GcsPath]) batchBackend.gcpBatchCallPaths.batchLogPath.pathAsString shouldBe - "gs://path/to/gcs_root/wf_hello/e6236763-c518-41d0-9688-432549a8bf7c/call-hello/hello.log" + "gs://path/to/gcs_root/wf_hello/e6236763-c518-41d0-9688-432549a8bf7c/call-hello/task.log" } it should "return Batch log paths for scattered call" in { @@ -1114,7 +1114,7 @@ class GcpBatchAsyncBackendJobExecutionActorSpec "gs://path/to/gcs_root/w/e6236763-c518-41d0-9688-432549a8bf7d/call-B/shard-2/stderr" batchBackend.gcpBatchCallPaths.batchLogPath should be(a[GcsPath]) batchBackend.gcpBatchCallPaths.batchLogPath.pathAsString shouldBe - "gs://path/to/gcs_root/w/e6236763-c518-41d0-9688-432549a8bf7d/call-B/shard-2/B-2.log" + "gs://path/to/gcs_root/w/e6236763-c518-41d0-9688-432549a8bf7d/call-B/shard-2/task.log" } it should "return the project from the workflow options in the start metadata" in {