-
Notifications
You must be signed in to change notification settings - Fork 117
[bugfix] Change to working directory before merging job array files #869
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
[bugfix] Change to working directory before merging job array files #869
Conversation
* Add logging info when an array job is detected and during file merging.
|
Hi @teojgo, thanks for working on this - unfortunately it still does not work for me. I noticed that the directory from which I invoke ReFrame to run the job arrays test now has a |
|
@bcfriesen this is strange. Can you post the log lines mentioning the merging of files? |
|
Hello @bcfriesen, Please checkout to the branch of this PR and run again. Then the reframe.log should contain information regarding the merging of files. |
|
Hi @teojgo, ahh now it all works. Sorry I think I was one commit behind this PR. Everything works now - the merging message is in the log, and the job arrays test passes. Thanks! |
|
@bcfriesen thank you for the feedback. We are going to review now and merge the PR. |
vkarak
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
|
@jenkins-cscs retry all |
Related to #840
Fixes #839