-
Notifications
You must be signed in to change notification settings - Fork 30
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
Update log plugin to support more than one test case runs #437
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
keirazhang
changed the title
Update log plugin to support more than one test case runs
[WIP] Update log plugin to support more than one test case runs
Mar 16, 2023
keirazhang
force-pushed
the
update_log_plugin
branch
6 times, most recently
from
March 20, 2023 11:50
5670dcf
to
07d6c6a
Compare
keirazhang
changed the title
[WIP] Update log plugin to support more than one test case runs
Update log plugin to support more than one test case runs
Mar 21, 2023
keirazhang
force-pushed
the
update_log_plugin
branch
6 times, most recently
from
March 28, 2023 00:23
1e687f9
to
e07f14c
Compare
Signed-off-by: Qi Zhang <qiz@vmware.com>
Signed-off-by: Qi Zhang <qiz@vmware.com>
Signed-off-by: Qi Zhang <qiz@vmware.com>
Signed-off-by: Qi Zhang <qiz@vmware.com>
Signed-off-by: Qi Zhang <qiz@vmware.com>
Signed-off-by: Qi Zhang <qiz@vmware.com>
Signed-off-by: Qi Zhang <qiz@vmware.com>
Signed-off-by: Qi Zhang <qiz@vmware.com>
Signed-off-by: Qi Zhang <qiz@vmware.com>
Signed-off-by: Qi Zhang <qiz@vmware.com>
Signed-off-by: Qi Zhang <qiz@vmware.com>
Signed-off-by: Qi Zhang <qiz@vmware.com>
Signed-off-by: Qi Zhang <qiz@vmware.com>
Signed-off-by: Qi Zhang <qiz@vmware.com>
keirazhang
force-pushed
the
update_log_plugin
branch
from
March 28, 2023 02:03
e07f14c
to
1406d20
Compare
Tomorrow9
reviewed
Mar 28, 2023
Signed-off-by: Qi Zhang <qiz@vmware.com>
Tomorrow9
approved these changes
Mar 28, 2023
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.
LGTM, thanks!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Changes in this fix will print test cases in order in results.log with a case index in front of them, so that it can distinguish different runs for same test case. And test case log folder will have same case index in front of folder name.
If there are less than 10 test cases, case index will start from "1".
If there are 10 or more test cases, case index will starts from "01".
Test cases log folders will be like
The play name in log files will also has the case index:
Deploy_vm failure would block the rest of test cases: