Skip to content

Skip checking empty filenames for result collectors#6654

Open
FSchumacher wants to merge 1 commit intoapache:masterfrom
FSchumacher:skip-empty-resultscollector-filenames
Open

Skip checking empty filenames for result collectors#6654
FSchumacher wants to merge 1 commit intoapache:masterfrom
FSchumacher:skip-empty-resultscollector-filenames

Conversation

@FSchumacher
Copy link
Contributor

Description

On Java 25 the semantic of checking existance for empty filenames has been changed. See https://bugs.openjdk.org/browse/JDK-8024695
The old behaviour was used in JMeter to skip empty filenames in result collectors. This patch should resolve the bug while maintaining backwards compatibility.

This should fix #6611.

How Has This Been Tested?

Ran a simple test plan with an aggregate report element with empty filename.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)

Checklist:

  • My code follows the code style of this project.
  • I have updated the documentation accordingly.

On Java 25 the semantic of checking existance for empty filenames has been changed.
See https://bugs.openjdk.org/browse/JDK-8024695
The old behaviour was used in JMeter to skip empty filenames in result collectors.
This patch should resolve the bug while maintaining backwards compatibility.

This should fix apache#6611.
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.

JMeter 5.6.3 does not work correctly with Java 25.0.1(oracle, adoptium and openjdk)

1 participant