-
Notifications
You must be signed in to change notification settings - Fork 144
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
Update the skip as it was not working correctly #685
Conversation
f15a042
to
6de083c
Compare
thank you @fokion for this proposal, we will check that |
CDS Report build-venom-a#64.0 ✘
|
CDS Report build-venom-a#70.0 ✘
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the current output (with your code) is:
❯ go run main.go run -v skip.yml
[trac] writing venom.3.log
• Testing skip (skip.yml)
• skip-something
• PASS
[info] Set a variable to 1 (skip.yml:11)
• exec PASS
• SKIP
• skip-this PASS
• exec PASS
• PASS
[info] Fail should be skipped
• PASS
[info] Fail should be skipped as false
I'm not sure to understand why it's so different with your output.
45da6f5
to
0d1dfe3
Compare
missed some commits from a rebase see commit 0d1dfe3
|
CDS Report build-venom-a#75.0 ✘
|
CDS Report build-venom-a#75.1 ✘
|
@fokion Same output. Full log:
|
|
6f5a9d8
to
1c9f7d6
Compare
It could not evaluate a variable that was defined on previous steps and during processing we should check that the failures are empty Signed-off-by: Fokion Sotiropoulos <[email protected]>
Signed-off-by: Fokion Sotiropoulos <[email protected]>
CDS Report build-venom-a#76.0 ✘
|
@fokion 2 tests in error
and error on
|
It could not evaluate a variable that was defined on previous steps and during processing.
In the venom.log we would see something like that in the comparison
which means that it does not get the value of
out
now it is only
[skip-something] evaluating out ShouldEqual '1'
which means that it evaluates it correctly.furthermore the test is working correctly
for