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

Invalid merge rules cause the report generator to hang #524

Closed
jowerner opened this issue Oct 1, 2024 · 0 comments · Fixed by #525
Closed

Invalid merge rules cause the report generator to hang #524

jowerner opened this issue Oct 1, 2024 · 0 comments · Fixed by #525
Assignees
Labels
bug Something isn't working
Milestone

Comments

@jowerner
Copy link
Contributor

jowerner commented Oct 1, 2024

The report generator will hang if the merge rules in the load test configuration are invalid. This includes syntactically incorrect regular expressions and regular expressions with missing capturing groups. In these cases, the report generator prints some diagnostic information to the console, but continues to run without doing anything.

@jowerner jowerner added the bug Something isn't working label Oct 1, 2024
@jowerner jowerner added this to the 8.4.1 milestone Oct 1, 2024
@jowerner jowerner self-assigned this Oct 1, 2024
@jowerner jowerner linked a pull request Oct 7, 2024 that will close this issue
h-arlt pushed a commit that referenced this issue Oct 7, 2024
* Get request processing rules already in the constructor. This way, any exception in this area causes the report generator to quit properly.

* Throw XltException instead of RuntimeException.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant