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

Add a reference to the keyword for log messages #18

Closed
Muusssi opened this issue Jun 23, 2020 · 1 comment · Fixed by #25
Closed

Add a reference to the keyword for log messages #18

Muusssi opened this issue Jun 23, 2020 · 1 comment · Fixed by #25
Labels
enhancement New feature or request schema update This would require an update to the schema
Milestone

Comments

@Muusssi
Copy link
Member

Muusssi commented Jun 23, 2020

This is mainly relevant for Robot Framework results. The log messages are currently tied to suite and test case but not to a keyword it is related to.

In order to refer to keywords, the log messages would need to point to a fingerprint of a keyword tree which is not available until after the processing of the keyword. This requires a change where log messages are handled in batches and are not archived until after the keyword is processed. This change is also related issue #16 since the pooling results requires similar approach.

@Muusssi Muusssi added enhancement New feature or request schema update This would require an update to the schema labels Jun 23, 2020
@Muusssi
Copy link
Member Author

Muusssi commented Aug 19, 2020

Essentially this functionality is achieved using the execution paths introduced in branch /feature/execution_path. While the execution paths do not explicitly link the log messages to any keyword or keyword tree as proposed originally, the execution paths define at which point in the execution tree the message was logged. In this approach, the messages are linked to specific executions and their position in that execution.

@Muusssi Muusssi linked a pull request Sep 3, 2020 that will close this issue
@Muusssi Muusssi added this to the 2.0 milestone Sep 3, 2020
@Muusssi Muusssi closed this as completed Sep 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request schema update This would require an update to the schema
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant