-
Notifications
You must be signed in to change notification settings - Fork 15
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
Improving the test results copy functionality #935
Labels
enhancement
New feature or request
Comments
Resolved by #956 |
From CG discussion on Mar 13:
|
This was referenced Mar 19, 2024
Merged
howard-e
added a commit
that referenced
this issue
Apr 10, 2024
Addresses #935 by resolving several issues identified with the current test results copying process. * Supports preserving results of a test even when a command has been removed, added or updated between test versions. * Previously, if an older test plan report was marked as final, the newly created test plan report would also be marked as final. Instead, the newly created test plan report will always be created as final to allow test administrators to be able to make changes if required and mark as final again, if appropriate. * Adds support for copying results from an advanced phase instead of just the phase being overwritten. For eg. results would only be copied from DRAFT if the older version is currently in DRAFT but wouldn't have if the older version was in CANDIDATE. This is now being done. * Now allows results to be copied if adding to Test Queue for a specific combination and an older version exists with that combination that also has valid results. Previously this was only supported by the using the 'Advance to Phase' button on the Data Management page. But if for whatever reason, a report's combination was missed there would be no way to now get that result back. This allows for the result to be included again when adding to the Test Queue with a dialog pop up for an admin to confirm if they want to make a new report or copy the old results (if any exists).
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently, the app supports copying results for reports when updating a
TestPlanVersion
's phase under the following conditions:TestPlanReport
s' data to be used is a part of aDRAFT
TestPlanVersion
DRAFT
, when the newer report is included and copies over the results, it also copies the marked final status and isn't unmarked in the Test Queue to make it clear that those results have been copied over.The above creates the following problems when:
TestPlanVersion
is in an advanced phase (CANDIDATE
orRECOMMENDED
) and it has results which could be copied over into a new version, to make subsequent test collection and review cycles easierThe suggestions as noted through recent CG discussions and functional reviews is that the following needs to happen to support a better results copying process between
TestPlanVersion
s and theirTestPlanReport
s:Note
The text was updated successfully, but these errors were encountered: