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

DM-32657: Abort bps submission if submit-side run directory already exists #80

Merged
merged 2 commits into from
Dec 6, 2021

Commits on Dec 3, 2021

  1. Abort submission if run directory exists

    Not all files in the submit-side directory are uniquely named.  Hence
    using the same submit directory for multiple runs will cause problems.
    Modify BPS to abort a submission if the run directory already exist.
    mxk62 committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    6b1b502 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2021

  1. Make error message more informative

    The default error message from Python subprocess.run() when creating the
    execution Butler failed was not very informative.  Customized it to
    point the user to the execution Butler log file where more useful
    information about the cause of the problem may be found.
    mxk62 committed Dec 6, 2021
    Configuration menu
    Copy the full SHA
    46ca130 View commit details
    Browse the repository at this point in the history