Skip to content

Commit 2ea1c35

Browse files
committed
oops
1 parent bb1f6fc commit 2ea1c35

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

supportedBackends/google/batch/src/test/scala/cromwell/backend/google/batch/actors/GcpBatchAsyncBackendJobExecutionActorSpec.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1084,7 +1084,7 @@ class GcpBatchAsyncBackendJobExecutionActorSpec
10841084
"gs://path/to/gcs_root/wf_hello/e6236763-c518-41d0-9688-432549a8bf7c/call-hello/stderr"
10851085
batchBackend.gcpBatchCallPaths.batchLogPath should be(a[GcsPath])
10861086
batchBackend.gcpBatchCallPaths.batchLogPath.pathAsString shouldBe
1087-
"gs://path/to/gcs_root/wf_hello/e6236763-c518-41d0-9688-432549a8bf7c/call-hello/hello.log"
1087+
"gs://path/to/gcs_root/wf_hello/e6236763-c518-41d0-9688-432549a8bf7c/call-hello/task.log"
10881088
}
10891089

10901090
it should "return Batch log paths for scattered call" in {
@@ -1132,7 +1132,7 @@ class GcpBatchAsyncBackendJobExecutionActorSpec
11321132
"gs://path/to/gcs_root/w/e6236763-c518-41d0-9688-432549a8bf7d/call-B/shard-2/stderr"
11331133
batchBackend.gcpBatchCallPaths.batchLogPath should be(a[GcsPath])
11341134
batchBackend.gcpBatchCallPaths.batchLogPath.pathAsString shouldBe
1135-
"gs://path/to/gcs_root/w/e6236763-c518-41d0-9688-432549a8bf7d/call-B/shard-2/B-2.log"
1135+
"gs://path/to/gcs_root/w/e6236763-c518-41d0-9688-432549a8bf7d/call-B/shard-2/task.log"
11361136
}
11371137

11381138
it should "return the project from the workflow options in the start metadata" in {

0 commit comments

Comments
 (0)