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

Imported: Show logs of erroneous Test runs to user #23

Closed
DaGeRe opened this issue Nov 15, 2021 · 2 comments
Closed

Imported: Show logs of erroneous Test runs to user #23

DaGeRe opened this issue Nov 15, 2021 · 2 comments

Comments

@DaGeRe
Copy link
Owner

DaGeRe commented Nov 15, 2021

This issue has been imported from an old repository. It was originally created by @Schattensilber at 2021-07-21T10:54:50Z with number #23

Currently, when a test fails in whatever fashion (i.e. timeout), the exception in the peass process happens at a later time and for different reasons, thus the Exceptions shown in the jenkins Console are products of the peass process that the user cannot interpret easily.
Additionally the erroneous Tests and their respective logs should be shown or referenced for the jenkins user.

@DaGeRe
Copy link
Owner Author

DaGeRe commented Nov 15, 2021

This comment has been imported from an old repository. It was originally created by @DaGeRe at 2021-08-12T16:07:20Z

This is a good idea, users should have access to the logs (for errorneus runs and also to search look at the behaviour of single VM executions, e.g. if special log outputs may indicate different performance behaviour).
I basically implemented this in https://github.com/DaGeRe/peass-ci/commit/9b304b75fd76939b1038fd314e91cd635e95f063. If you install the newest version and add displayLogs: true to your configuration, the logs are added. Since logs may contain much data and Jenkins internally stores this data, this is not activated by default and does not work for past logs. Does this feature work for you this way?

Currently, the links to the logs are only visible through the log overview and RCA logs are not displayable. We should discuss how this should be organized at the next meeting.

@DaGeRe DaGeRe closed this as completed Nov 15, 2021
@DaGeRe
Copy link
Owner Author

DaGeRe commented Nov 15, 2021

This comment has been imported from an old repository. It was originally created by @DaGeRe at 2021-08-24T13:34:20Z

After the discussion in the meeting, I now also implemented displaying of RTS and RCA logs, it is available since https://github.com/DaGeRe/peass-ci/commit/67cf4d2ed3eb61fee7ca11205e628bbc153355da .
Since this basically work, I close this issue. If logs are missing or there are errors in specific log displaying, feel free to create a new specific issue.

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