Skip to content

Conversation

vlsi
Copy link
Collaborator

@vlsi vlsi commented Oct 11, 2025

Previously, the tests might trigger initialization of jmeter function classes before JMeter itself was loaded.

For instance, StringToFile loads resources in its clint block, so if StringToFile initializes too early, the descriptions don't load from the resources.

We should probably avoid clinit for resource-loading in the long run (locale might change on the fly), however adding the initialization does not look that bad either.

Previously, the tests might trigger initialization of jmeter function classes
before JMeter itself was loaded.

For instance, StringToFile loads resources in its clint block,
so if StringToFile initializes too early, the descriptions don't load from the resources.

We should probably avoid clinit for resource-loading in the long run (locale might change on the fly),
however adding the initialization does not look that bad either.
@vlsi vlsi added the tests label Oct 11, 2025
@vlsi vlsi merged commit 0903d88 into apache:master Oct 11, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant