-
Notifications
You must be signed in to change notification settings - Fork 197
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
Bodhi does not include scenario in generated waivers #4270
Comments
Just one waiver with null scenario: Lines 3102 to 3117 in 8915647
|
OK. So I think the result of that is that Greenwave considers all tests matching the testcase and item to be waived. So it's not the worst outcome for what Bodhi is trying to do, but it is technically incorrect. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When someone waives results on an update via Bodhi, it seems the scenario field of the generated waiver is always
null
, even when the result definitely has a scenario. e.g. check this waiver: https://waiverdb-web-waiverdb.app.os.fedoraproject.org/api/v1.0/waivers/9181The scenario is
null
, but there would never be aupdate.install_default_update_live
test run with no scenario. For any critpath update there will be four runs of that test with four different scenarios. I'm not sure offhand if Bodhi is generating just one waiver with a null scenario or four waivers with null scenarios in this case, but neither is really correct.The text was updated successfully, but these errors were encountered: