Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add pipefail to migrate_db function #519

Merged
merged 1 commit into from
Jul 13, 2023
Merged

Conversation

jonathankingfc
Copy link
Contributor

Currently when the remote migration fails, the grep will catch the error and return status 0. This is unexpected behavior. Adding the pipefail will catch errors at any point in the pipe and fail the process.

@zmiklank
Copy link
Contributor

Thank you for the contribution.

[test-all]

@HammerMeetNail
Copy link

@zmiklank Are the failed tests anything to be concerned about?

@zmiklank
Copy link
Contributor

@zmiklank Are the failed tests anything to be concerned about?

No, the tests are failing because of an infrastructure issue in Testing Farm.

The change itself LGTM, however, because it changes the behavior of the container for the user I would rather wait for ack from @fila43.

@fila43
Copy link
Member

fila43 commented Jul 13, 2023

It seems to be LGTM to me. Thanks for your contribution.

@fila43 fila43 merged commit b20805e into sclorg:master Jul 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants