-
Notifications
You must be signed in to change notification settings - Fork 105
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
add description feature to test tables #284
add description feature to test tables #284
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: harshanarayana The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
=== RUN TestTableDriven
=== RUN TestTableDriven/Random_numbers
=== RUN TestTableDriven/Random_numbers/testWithDescription
=== RUN TestTableDriven/Random_numbers/less_than_equal_64
=== RUN TestTableDriven/Random_numbers/more_than_than_equal_128
=== RUN TestTableDriven/Random_numbers/Assessment-3
/Users/harshnar/Work/Tesseract/Maglev/mks/k8s/e2e-framework/examples/table/env.go:450: Failed Executing Test: This is an example of how to create a test with description
=== RUN TestTableDriven/Feature-2
=== RUN TestTableDriven/Feature-2/A_simple_feature
--- FAIL: TestTableDriven (0.00s)
--- FAIL: TestTableDriven/Random_numbers (0.00s)
--- FAIL: TestTableDriven/Random_numbers/testWithDescription (0.00s)
--- PASS: TestTableDriven/Random_numbers/less_than_equal_64 (0.00s)
--- PASS: TestTableDriven/Random_numbers/more_than_than_equal_128 (0.00s)
--- PASS: TestTableDriven/Random_numbers/Assessment-3 (0.00s)
--- PASS: TestTableDriven/Feature-2 (0.00s)
--- PASS: TestTableDriven/Feature-2/A_simple_feature (0.00s)
FAIL
FAIL sigs.k8s.io/e2e-framework/examples/table 1.218s Example of test description being logged as part of the failure. |
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.
Thanks for tackling this @harshanarayana! I left some thoughts.
aca984c
to
e73116c
Compare
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.
This is great @harshanarayana.
I think this is enough for now. If someone asks for filtering based on description that can be added later.
@vladimirvivien If you are good with these changes, we can get this one merged? |
/lgtm |
Enable Test Table Description capabilities
Closes #277