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

Refactor _computer_test_no_unexpected_output function in cmd_computer #6384

Merged
merged 5 commits into from May 13, 2024

Conversation

khsrali
Copy link
Contributor

@khsrali khsrali commented May 8, 2024

Right now, verdi computer test firecrest fails with any transport plugin that doesn't support command execution.
For instance, FirecREST does not allow for such.
Users of these computers don't have a .bashrc file since there is no shell access.
We should allow this test to pass because it's not applicable in this case.

….py to support transport pluging that don't support command execution.
Copy link
Contributor

@sphuber sphuber left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @khsrali . Change makes sense, just a suggestion on the phrasing and adding some more info

src/aiida/cmdline/commands/cmd_computer.py Outdated Show resolved Hide resolved
src/aiida/cmdline/commands/cmd_computer.py Outdated Show resolved Hide resolved
@khsrali
Copy link
Contributor Author

khsrali commented May 13, 2024

Thank you @sphuber . applied.

Copy link
Contributor

@sphuber sphuber left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @khsrali

@sphuber sphuber merged commit 589a3b2 into aiidateam:main May 13, 2024
19 checks passed
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.

None yet

2 participants