Actions
Bug #15045
closedIn rtf when a cli request fails we do not have access to its stdout
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
Fix check:
Regression:
Description
I assume that this is due to serverspec tests order:
its(:exit_status) { should eq 0 }
its(:stdout) { should match /^"[0-9a-f\-]+"$/ }
We should reverse the order to have the stdout since exit code doesn't give us much informations.
Updated by Félix DALLIDET over 5 years ago
- Status changed from New to In progress
- Assignee set to Félix DALLIDET
Updated by Félix DALLIDET over 5 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from Félix DALLIDET to Alexis Mousset
- Pull Request set to https://github.com/Normation/rudder-tests/pull/171
Updated by Félix DALLIDET over 5 years ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder-tests|09a0676a20b87f4c9fd4da29ec66376cbfc519bf.
Updated by Benoît PECCATTE over 5 years ago
- Status changed from Pending release to Released
Actions