Project

General

Profile

Actions

Bug #15045

closed

In rtf when a cli request fails we do not have access to its stdout

Added by Félix DALLIDET almost 5 years ago. Updated over 4 years ago.

Status:
Released
Priority:
N/A
Category:
Rudder tests
Target version:
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.

Actions #1

Updated by Félix DALLIDET almost 5 years ago

  • Status changed from New to In progress
  • Assignee set to Félix DALLIDET
Actions #2

Updated by Félix DALLIDET almost 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
Actions #3

Updated by Félix DALLIDET almost 5 years ago

  • Status changed from Pending technical review to Pending release
Actions #4

Updated by Benoît PECCATTE over 4 years ago

  • Status changed from Pending release to Released
Actions

Also available in: Atom PDF