-
Notifications
You must be signed in to change notification settings - Fork 240
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Hook up container file dumping for expression-evaluation jobs * Keep leader logs and user streams even when a job fails * Detect and explain gRPC FUSE problems on Mac This should fix #4542 * Note how Docker Desktop for Mac needs to be configured in the docs * Have a debugging workflow which fails * Add a debugging writeup for a hanging workflow where debug-job plausibly helps * Use the right or nearly-right syntax highlighting --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
4cb5bb3
commit 454f511
Showing
8 changed files
with
651 additions
and
68 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- tutorial_debugging_works.wdl 2024-06-18 12:03:32 | ||
+++ tutorial_debugging_hangs.wdl 2024-06-18 12:03:53 | ||
@@ -112,9 +112,6 @@ | ||
# Also remember to encode the text as the zip file | ||
# stream is in binary mode. | ||
out_stream.write(f"{basename}: {line}".encode("utf-8")) | ||
- # Even though we got distracted by zip file manipulation, remember | ||
- # to pop off the file we just did. | ||
- to_compress.pop() | ||
EOF | ||
python script.py ~{sep(" ", files)} | ||
>>> |
Oops, something went wrong.