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

fix: log errors happening while JMeter starts the test #6193

Merged
merged 3 commits into from
Dec 19, 2023

Conversation

vlsi
Copy link
Collaborator

@vlsi vlsi commented Dec 19, 2023

Previously, the exceptions from TestStateListener.testStarted might be unnoticed since the UI did not display them.

This change is a workaround to surface errors in common cases.
We should make UI to monitor the running test, however, I would defer that to JMeter 6.0

See #6174

@vlsi vlsi added this to the 5.6.3 milestone Dec 19, 2023
Previously, the exceptions from TestStateListener.testStarted might
be unnoticed since the UI did not display them.

This change is a workaround to surface errors in common cases.

See apache#6174
@vlsi vlsi force-pushed the log_error branch 2 times, most recently from b67a731 to 0e48ce8 Compare December 19, 2023 10:23
…BCTestElement

TestStateListener + TestBean cause issues like in apache#6174,
so we should remove empty implementations
@vlsi vlsi merged commit 2395d49 into apache:master Dec 19, 2023
7 checks passed
@vlsi vlsi deleted the log_error branch December 27, 2023 15:19
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

Successfully merging this pull request may close these issues.

None yet

1 participant