-
Notifications
You must be signed in to change notification settings - Fork 145
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
Generate results.yaml
file in progress
#3559
Conversation
2df8d07
to
1d19516
Compare
1d19516
to
d17d5d2
Compare
b7cf858
to
3d1a3fe
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.
You can count on me to provide a valuable feedback like color choices or saving 0.0000000001% by iterating differently. 🥇
Nitpicks with no value aside, LGTM! Thanks! :)
0f966b7
to
d66be0b
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.
Two nitpicks, looks great otherwise.
The test I don’t believe this issue is related to this PR, so I removed the |
016b6fd
to
a8ca17b
Compare
Ouch, that reminded me we have flow where discover happens in 'prepare' (dist-git-source: true) which means in this case there are no 'pending' results created. I wouldn't block the PR on this though. (And it affects plan splitter as well:/ |
Please, file an issue, and make it stand out by some nice label, I would dare to give it a There should be no technical reason for not having fmf IDs in pending results, tests were discovered already, and they should have fmf IDs. fmf ID is not in results for fun, somebody asked for it to be in there, and while I do not remember who requested it, I bet they will ask why it's missing in pending results as soon as they run into a run with pending results in RP or somewhere ;) |
176835f
to
6e7270e
Compare
I remember during the discussion someone objecting against having |
Presence of We can pick a different name, to represent this aspect "should run", as |
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 implementing this! Looks good, just a few minor nitpicks.
dc47b8e
to
0607cd5
Compare
Issue created: #3589 |
Rebased, should be ready for merge. |
This PR changes how the
results.yaml
file is saved. Previously, the file was saved only once after the execute step was completed, and it contained only the executed tests, omitting any discovered but unexecuted tests.With this change, a new result outcome
pending
is introduced, for tests that have been discovered but not yet executed. Additionally, the saving behavior has been updated:results.yaml
file is saved for the first time, withpending
results for tests that have been discovered but not yet executed.Resolves: #3304
Resolves: #3238
Pull Request Checklist