damccorm commented on code in PR #30153: URL: https://github.com/apache/beam/pull/30153#discussion_r1474664709
########## .test-infra/tools/stale_bq_datasets_cleaner.sh: ########## @@ -18,7 +18,7 @@ # Deletes stale and old BQ datasets that are left after tests. # -set -euo pipefail Review Comment: I found that it wasn't enough to diagnose the current issue without debug logging. In general, because we've got -euo set, the script exits on the first non-zero exit code, so seeing the last command was really helpful. I'd vote to keep it -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
