Skip to content
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

Find a way to identify combined test executions #31

Open
spbnick opened this issue Mar 15, 2021 · 0 comments
Open

Find a way to identify combined test executions #31

spbnick opened this issue Mar 15, 2021 · 0 comments

Comments

@spbnick
Copy link
Collaborator

spbnick commented Mar 15, 2021

At the moment each test result has a unique ID, but it's not possible to determine when two test results belonged to a single execution of a test suite.

It's not possible to determine whether e.g. ltp.stat01 and ltp.stat02 belong to the same execution of ltp or to two different ones. It is therefore impossible to know how many executions of ltp there actually was. We can only find either the minimum, or the maximum possible number of executions, but not the actual number. It is also impossible to determine how many particular outcomes was there, as it's not possible to attribute a particular test to a particular suite and calculate its independent outcome.

Find out if this would be good to know, and if yes, how to implement identifying particular executions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant