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

Place the --output-mode in front of job scritp #28

Merged
merged 2 commits into from
Jul 19, 2024

Conversation

unkcpz
Copy link
Member

@unkcpz unkcpz commented Jul 19, 2024

Fixes #27

--output-mode option was wrongly put in the end of the submit command which cause the problem that stdout of submit command is not json parsable. The test was not able to catch it because the command was defined in the test but not directly get from the scheduler. Test is update to using the commond generated from scheduler and therefore being tested directly.

unkcpz and others added 2 commits July 20, 2024 00:00
Fixes aiidateam#27

`--output-mode` option was wrongly put in the end of the submit command
which cause the problem that stdout of submit command is not json
parsable. The test was not able to catch it because the command was
defined in the test but not directly get from the scheduler. Test is
update to using the commond generated from scheduler and therefore being
tested directly.
@unkcpz unkcpz merged commit b8b48dd into aiidateam:main Jul 19, 2024
3 checks passed
@unkcpz
Copy link
Member Author

unkcpz commented Jul 19, 2024

This is a critical bug and leftover from previous change, so I merge it directly.

@unkcpz unkcpz deleted the fix/27/output-mode-json-correct-placed branch July 19, 2024 22:05
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.

hq submit not run with output json mode but parse with it
1 participant