Skip to content

Remove redundant error-checking from bash script#10879

Merged
findepi merged 1 commit intotrinodb:masterfrom
findepi:findepi/remove-redundant-error-checking-from-bash-script-6c4223
Feb 1, 2022
Merged

Remove redundant error-checking from bash script#10879
findepi merged 1 commit intotrinodb:masterfrom
findepi:findepi/remove-redundant-error-checking-from-bash-script-6c4223

Conversation

@findepi
Copy link
Copy Markdown
Member

@findepi findepi commented Feb 1, 2022

The script is run with -e, so manual error handling is redundant. It's
run with -x, so in case of error, we know what failed.

The script is run with `-e`, so manual error handling is redundant. It's
run with `-x`, so in case of error, we know what failed.
@findepi findepi requested review from hashhar and wendigo February 1, 2022 08:54
@cla-bot cla-bot bot added the cla-signed label Feb 1, 2022
@findepi
Copy link
Copy Markdown
Member Author

findepi commented Feb 1, 2022

what a surprise, :trino-clickhouse failed.

@ebyhr
Copy link
Copy Markdown
Member

ebyhr commented Feb 1, 2022

#10871 broke the ClickHouse test. Going to fix in #10886

@findepi findepi merged commit 27728e6 into trinodb:master Feb 1, 2022
@findepi findepi deleted the findepi/remove-redundant-error-checking-from-bash-script-6c4223 branch February 1, 2022 13:46
@github-actions github-actions bot added this to the 370 milestone Feb 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

5 participants