You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Change: Cluster setup exception message shortened
Refs: #1926
- The unnecessary stack trace was not printed through e.message as I suspected
but due to raise itself. That is why I instead used puts to print out the informative
message and the e.message remained in the form of an info log.
- I also made the informative message more explicit as someone not used to the testsuite
might not have understood it.
Signed-off-by: svteb <[email protected]>
* fix: Remediation message made less explicit
Refs: #1926
Signed-off-by: svteb <[email protected]>
* Fix: Task fails with proper exit code and the spec tests are adjusted for new output
Refs: #1926
Signed-off-by: svteb <[email protected]>
* Style: Shortened spec test result checking and updated log message to Log.error
Refs: #1926
Signed-off-by: svteb <[email protected]>
---------
Signed-off-by: svteb <[email protected]>
0 commit comments