Ahmed Elsabbahy
Ahmed Elsabbahy
The priority on this just got a lot lower. Switching from travis-ci.org -> travis-ci.com made the queue go from 45min-1.5hrs down to seconds. I'm leaving this ticket open as a...
I have a research item that may indirectly fix this, if my research is successful. I'll create a ticket for the actual implementation details and link this ticket to it....
@pedroMMM I think this PR (when ready) will indirectly fix the issue: #576 With that, doing a string comparison will print out why the strings didn't match (expected vs result)....
@colearendt How does #576 Look to you? Once that's merged in, the functionality will look as follows: ``` command: echo "hello world": exit-status: 0 stdout: - goodbye world ``` ```...
Oops, I realized I provided the wrong example in my last comment, lets try this again... With goss v0.4.0 if you do a string match, the reader will be transformed...
There's an exec attribute that can be used for clarity (this exists today in goss [doc](https://github.com/aelsabbahy/goss/blob/master/docs/manual.md#command)), I think this is easier on the eyes: ```yaml command: hello_test: exec: echo "hello...
Are the tests in docker experiencing this or running them on the host machine? Either way, this doesn't hurt as a change so I'm approving this. I'll accept a PR...
This seems like a nice to have, but lower priority. Approved.
I know there was a previous efforts to implement this with pr https://github.com/aelsabbahy/goss/pull/175 Might be helpful
I haven't used pormetheus myself so I can't really comment on this. If you guys come to an agreement, it makes sense to add this to goss. If it ends...