-
Notifications
You must be signed in to change notification settings - Fork 72
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
[BUG] SKIPPED tests seem to still be added to overall score results #687
Comments
This one kind of leans and depends on https://github.com/cncf/cnf-conformance/issues/707 |
@agentpoyo just noticed this. had been working on code for the solution. have you guys talked about this in a pairing session? @wavell @denverwilliams ? |
The screenshot below are some notes from the workload test that I was running to validate the issue.
Created tickets for any issues that were found during the validation exercise. |
Verified the points assigned to all tests and the behaviour for skipped tests. Compared the output on the console with the points assigned in the results yaml file.
|
Next: Will look into how the test score is calculated when outputting it on the console. |
Acceptance Criteria:
|
Describe the bug
It seems that the SKIPPED tests are still being added in the total score results when running the CNF Test Suite.
When running a test, the total output displays a score total of 76 points but the final result states 86 points total. (see screenshot)
To Reproduce
Steps to reproduce the behavior:
cnf-conformance cnf_setup cnf-config=./sample-cnfs/sample_coredns_cnf/cnf-conformance.yml
workload
by doingLOG_LEVEL=error ./cnf-conformance workload
Expected behavior
The total points for SKIPPED tests should be removed from the totals in the final results.
These should also provide more information if SKIPPED. Perhaps 0 points of possible 10 points not counted.
Screenshots
Device (please complete the following information):
The text was updated successfully, but these errors were encountered: