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

[Known issue feature] Build Analysis can't do multi-line string matching #13253

Closed
agocke opened this issue Apr 21, 2023 · 1 comment
Closed

Comments

@agocke
Copy link
Member

agocke commented Apr 21, 2023

There have been a couple cases where I wanted/needed to match against multiple lines in the string log. It looks like Build Analysis does a regex match line-by-line, though, so this doesn't seem possible.

@AlitzelMendez AlitzelMendez changed the title Build Analysis can't do multi-line string matching [Known issue feature] Build Analysis can't do multi-line string matching May 9, 2023
@AlitzelMendez
Copy link
Member

Build analysis does not support multi-line string matching, mainly because of performance issues and the overload that this would cause for the build analysis service.

Build analysis processes thousands of log lines per build. The decision to start using regex was a difficult one for this reason, as can be seen in this conversation: #11209. After rolling out this change, we had to make some adjustments because we were having problems processing very long lines. So, even though we now support regex, we unfortunately do not have the capacity to support multi-line string matching.

Please let me know if you have more questions on this area. For now, I am closing this 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

2 participants