Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
mcovarr committed Sep 26, 2024
1 parent bb1f6fc commit 2ea1c35
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1084,7 +1084,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 {
Expand Down Expand Up @@ -1132,7 +1132,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 {
Expand Down

0 comments on commit 2ea1c35

Please sign in to comment.