shrinivasa-uppunda opened a new issue, #5765:
URL: https://github.com/apache/jmeter/issues/5765
### Expected behavior
I have spring boot application with Junit 5 test cases. I can not use junit
sampler as JMeter 5.5 only supports junit 4 or below.
Need suggestion or work aroun
vlsi closed pull request #5757: Build improvements
URL: https://github.com/apache/jmeter/pull/5757
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: dev-u
vlsi commented on PR #5757:
URL: https://github.com/apache/jmeter/pull/5757#issuecomment-1384022139
I've integrated the changes, thank you.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the spe
vlsi commented on code in PR #5757:
URL: https://github.com/apache/jmeter/pull/5757#discussion_r1071213108
##
build.gradle.kts:
##
@@ -98,6 +98,8 @@ val rat by
tasks.getting(org.nosphere.apache.rat.RatTask::class) {
verbose.set(true)
// Note: patterns are in non-stand
vdaburon commented on code in PR #5761:
URL: https://github.com/apache/jmeter/pull/5761#discussion_r1071169843
##
src/core/src/main/java/org/apache/jmeter/testelement/TestPlan.java:
##
@@ -83,11 +86,23 @@ public void prepareForPreCompile()
/**
* Fetches the function
vdaburon commented on code in PR #5761:
URL: https://github.com/apache/jmeter/pull/5761#discussion_r1071074693
##
src/core/src/main/java/org/apache/jmeter/testelement/TestPlan.java:
##
@@ -83,11 +86,23 @@ public void prepareForPreCompile()
/**
* Fetches the function
vdaburon commented on code in PR #5761:
URL: https://github.com/apache/jmeter/pull/5761#discussion_r1071074186
##
src/core/src/main/java/org/apache/jmeter/testelement/TestPlan.java:
##
@@ -83,11 +86,23 @@ public void prepareForPreCompile()
/**
* Fetches the function
sandra-thieme commented on code in PR #5757:
URL: https://github.com/apache/jmeter/pull/5757#discussion_r1070928017
##
build.gradle.kts:
##
@@ -98,6 +98,8 @@ val rat by
tasks.getting(org.nosphere.apache.rat.RatTask::class) {
verbose.set(true)
// Note: patterns are in
FSchumacher commented on PR #5761:
URL: https://github.com/apache/jmeter/pull/5761#issuecomment-1383150195
Well, I would like to have it configurable in the GUI or even better per
test plan, but it seems, that there is some need to change this behaviour and I
have no time to implement it by
vlsi commented on PR #5761:
URL: https://github.com/apache/jmeter/pull/5761#issuecomment-1383146183
Do we want adding the properties?
I would rather make checkbox programmable via expression.
At least, there should be a way to configure two theadgroups in a test plan
differently.
FSchumacher commented on code in PR #5761:
URL: https://github.com/apache/jmeter/pull/5761#discussion_r1070581321
##
src/core/src/main/java/org/apache/jmeter/testelement/TestPlan.java:
##
@@ -83,11 +86,23 @@ public void prepareForPreCompile()
/**
* Fetches the funct
shshank-kumar opened a new issue, #5764:
URL: https://github.com/apache/jmeter/issues/5764
### Expected behavior
I have inserted a few response assertions and Duration assertions with an
HTTP request. Duration assertion is working but not response assertions.
`.
Frankly speaking, I think `dependsOn(":src:dist:copyBinLibs",
":src
vlsi closed pull request #5714: Update Gradle to 7.5.1 from 7.3
URL: https://github.com/apache/jmeter/pull/5714
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe,
vlsi commented on PR #5714:
URL: https://github.com/apache/jmeter/pull/5714#issuecomment-1377719579
Superceeded by https://github.com/apache/jmeter/pull/5763
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL abov
vlsi opened a new issue, #5762:
URL: https://github.com/apache/jmeter/issues/5762
### Expected behavior
Test execution should create files in `/build/` folders only, so the temp
files are not accidentally committed under source control
### Actual behavior
One of the test
vlsi commented on code in PR #5757:
URL: https://github.com/apache/jmeter/pull/5757#discussion_r1066180900
##
build.gradle.kts:
##
@@ -98,6 +98,8 @@ val rat by
tasks.getting(org.nosphere.apache.rat.RatTask::class) {
verbose.set(true)
// Note: patterns are in non-stand
vlsi commented on code in PR #5757:
URL: https://github.com/apache/jmeter/pull/5757#discussion_r1066179374
##
build.gradle.kts:
##
@@ -98,6 +98,8 @@ val rat by
tasks.getting(org.nosphere.apache.rat.RatTask::class) {
verbose.set(true)
// Note: patterns are in non-stand
vlsi closed issue #5749: jmeter build failed
URL: https://github.com/apache/jmeter/issues/5749
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: dev-unsub
vlsi merged PR #5760:
URL: https://github.com/apache/jmeter/pull/5760
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: dev-unsubscr...@jmeter.apache.org
vdaburon opened a new pull request, #5761:
URL: https://github.com/apache/jmeter/pull/5761
jmeter.test_plan.serialize_threadgroups (true or false, false default value)
jmeter.test_plan.functional_mode (true or false, false default value)
jmeter.test_plan.tearDown_on_shutdown (true or
vlsi opened a new pull request, #5760:
URL: https://github.com/apache/jmeter/pull/5760
Fixes https://github.com/apache/jmeter/issues/5749
This commit brings PGP key caching under the source control, so building
JMeter would no longer require receiving keys from the keyservers.
mwasplund opened a new issue, #5759:
URL: https://github.com/apache/jmeter/issues/5759
### Expected behavior
Using new Open Model Thread Group throws exception when there are lot of
threads to hit the target RPS value.
### Actual behavior
```
2023-01-09 22:38:03,363 E
user412857 opened a new issue, #5758:
URL: https://github.com/apache/jmeter/issues/5758
### Expected behavior
HTTP Request Sampler should allow upload of files which name contains
special characters, without changing the files name.
### Actual behavior
In HTTP Request Sa
vlsi commented on PR #5757:
URL: https://github.com/apache/jmeter/pull/5757#issuecomment-1376765607
I've filed a follow-up for adding warning in Gradle:
https://github.com/gradle/gradle/issues/23456
--
This is an automated message from the Apache Git Service.
To respond to the message, pl
earlif commented on issue #5756:
URL: https://github.com/apache/jmeter/issues/5756#issuecomment-1376600248
bing is opened as expected after I disable the HTTP Cache Manager.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and
vlsi commented on PR #5757:
URL: https://github.com/apache/jmeter/pull/5757#issuecomment-1375314295
Thanks for the PR. Do you know if Gradle could be configured to produce
warning (or even fail the build) when `withPropertyName` and
`withPathSensitivity` are missing?
--
This is an automa
vlsi commented on code in PR #5757:
URL: https://github.com/apache/jmeter/pull/5757#discussion_r1064414602
##
src/licenses/build.gradle.kts:
##
@@ -51,7 +51,7 @@ fun gradleWrapperVersion(wrapperProps: String) =
val gatherSourceLicenses by tasks.registering(GatherLicenseTask::
vlsi commented on code in PR #5757:
URL: https://github.com/apache/jmeter/pull/5757#discussion_r1064413043
##
build.gradle.kts:
##
@@ -98,6 +98,8 @@ val rat by
tasks.getting(org.nosphere.apache.rat.RatTask::class) {
verbose.set(true)
// Note: patterns are in non-stand
sandra-thieme opened a new pull request, #5757:
URL: https://github.com/apache/jmeter/pull/5757
## Description
This PR addresses a number of issues in some gradle tasks:
- ignores empty directories for task inputs
- configures task dependencies
- replace relative paths with absolu
earlif opened a new issue, #5756:
URL: https://github.com/apache/jmeter/issues/5756
### Expected behavior
Random open google, bing or baidu in 20 loops. google, bing, or baidu are
opened randomly, and the total request amount is 20.
### Actual behavior
bing is opened onl
srinupotluri commented on issue #5516:
URL: https://github.com/apache/jmeter/issues/5516#issuecomment-1374392832
I am seeing the same issue. Is this issue been fixed? please suggest the
solution
--
This is an automated message from the Apache Git Service.
To respond to the message, please
AditiR28 commented on issue #5753:
URL: https://github.com/apache/jmeter/issues/5753#issuecomment-1373690735
Hi @FSchumacher
1- I am using that POST api which redirects the URL. So I want to confirm
that in jmeter url redirects possible or not?
2- Yes,I am expected
AditiR28 commented on issue #5753:
URL: https://github.com/apache/jmeter/issues/5753#issuecomment-1373665444
Hi @FSchumacher
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
fit2cloud-zaopengguo commented on issue #5206:
URL: https://github.com/apache/jmeter/issues/5206#issuecomment-1373300532
now , we will have a plan to resolve this BUG ? this bug exits for a long
time
--
This is an automated message from the Apache Git Service.
To respond to the message,
juribes commented on issue #5755:
URL: https://github.com/apache/jmeter/issues/5755#issuecomment-1372293097
Also reproducible in:
**Java Version:**
java version "1.8.0_351"
**OS Version**
Edition Windows 10 Pro
Version 21H2
Installed on 2020-11-19
OS
juribes commented on issue #5755:
URL: https://github.com/apache/jmeter/issues/5755#issuecomment-1372289558
[AssertionBug.jmx.txt](https://github.com/apache/jmeter/files/10352870/AssertionBug.jmx.txt)
Here is a JMX that reproduces the error. The extension was changed to upload
to GitHub
juribes opened a new issue, #5755:
URL: https://github.com/apache/jmeter/issues/5755
### Expected behavior
When I create an assertion in an HTTP sampler that has a redirection as a
response and I need to add an assertion to the sub-sample, when I select the
radio button "Sub-samples
JanLuehr commented on issue #5740:
URL: https://github.com/apache/jmeter/issues/5740#issuecomment-1372188273
Great - thanks!
Fixed in apache-jmeter-5.5.1-SNAPSHOT.tgz as of 2023-01-04.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log
FSchumacher commented on issue #5751:
URL: https://github.com/apache/jmeter/issues/5751#issuecomment-1371849534
No, it is not JMeter. It is your Java installation. Look for openjdk
packages.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log
ankurldots commented on issue #5751:
URL: https://github.com/apache/jmeter/issues/5751#issuecomment-1371772450
Its Jmeter, so i dont know what packages? can i run some command and give
you more information?
--
This is an automated message from the Apache Git Service.
To respond to the mes
FSchumacher commented on issue #5728:
URL: https://github.com/apache/jmeter/issues/5728#issuecomment-1371384176
And why do you think, that java client (which is the oldest and least tested
one), would help?
I would look at the used local and remote resources (that is open
connections) a
FSchumacher commented on issue #5738:
URL: https://github.com/apache/jmeter/issues/5738#issuecomment-1371377056
Should be addressed with merge of #5725
Can you try a next [nightly or build from
trunk](https://jmeter.apache.org/nightly.html)?
--
This is an automated message from the Apa
FSchumacher commented on PR #5748:
URL: https://github.com/apache/jmeter/pull/5748#issuecomment-1371372839
This issue tracker is not a playground.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to
FSchumacher closed pull request #5748: 提交测试文件
URL: https://github.com/apache/jmeter/pull/5748
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: dev-unsubs
FSchumacher commented on issue #5740:
URL: https://github.com/apache/jmeter/issues/5740#issuecomment-1371371232
I have merged the PR, can you test next [nightly or build from
trunk](https://jmeter.apache.org/nightly.html)?
--
This is an automated message from the Apache Git Service.
To re
asfgit closed pull request #5741: Fix Aggregated Graph component to cope with
empty names of samplers/c…
URL: https://github.com/apache/jmeter/pull/5741
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go
FSchumacher commented on issue #5751:
URL: https://github.com/apache/jmeter/issues/5751#issuecomment-1371359661
I never tried to use a GUI from within wsl, but the error message says:
> No X11 DISPLAY variable was set, or no headful library support was found,
So, if you have se
FSchumacher commented on issue #5753:
URL: https://github.com/apache/jmeter/issues/5753#issuecomment-1371355644
Can you be a bit more specific, what you done and what you expected?
* Why do you POST against an URL, that redirects you with a 308?
* Do you expect JMeter to keep POST f
asfgit closed pull request #5725: Fix multiple CVE
URL: https://github.com/apache/jmeter/pull/5725
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: dev-u
sseide commented on PR #5725:
URL: https://github.com/apache/jmeter/pull/5725#issuecomment-1370692923
and updated xstream to 1.4.20 fixing CVE-2022-40151 and CVE-2022-41966
local tests running again without problem.
--
This is an automated message from the Apache Git Service.
To respond
hariprasanthb opened a new issue, #5754:
URL: https://github.com/apache/jmeter/issues/5754
UseCase:
Current thread group has 5 action items to be taken after a sampler error
1. continue
2. start next thread loop
3. stop thread
4. stop test
5. stop test now
However, in
AditiR28 opened a new issue, #5753:
URL: https://github.com/apache/jmeter/issues/5753
### Expected behavior
Hi,
Today I have performed api testing in apache-jmeter-5.5.But when I tried to
hit POST api then in response body showing "308 Permanent Redirect" ..So ...Is
this issu
AditiR28 commented on issue #5543:
URL: https://github.com/apache/jmeter/issues/5543#issuecomment-1365953775
Here is attaching screenshot
https://user-images.githubusercontent.com/43903335/209682746-ce97db7c-c505-449a-8608-f1115ca76eea.png";>
--
This is an automated message from th
AditiR28 commented on issue #5543:
URL: https://github.com/apache/jmeter/issues/5543#issuecomment-1365952133
@asfimport ,I have faced problem HTTP 307 redirections in jmeter 5.5.Can you
please confirm..Is this problem is still persist in jmeter 5.5.And how to
resolved this problem.
--
Th
yfaker opened a new issue, #5752:
URL: https://github.com/apache/jmeter/issues/5752
### Use case
Hi, is there any plan that jmeter support HTTP3?
Thanks
### Possible solution
_No response_
### Possible workarounds
_No response_
### JMeter Version
ankurldots opened a new issue, #5751:
URL: https://github.com/apache/jmeter/issues/5751
### Expected behavior
I downloaded the latest binary and tried to run Jmeter. However I got the
error as described in actual behaviour.
Expected behaviour was - Jmeter GUI should open.
sseide commented on code in PR #5725:
URL: https://github.com/apache/jmeter/pull/5725#discussion_r1055698487
##
xdocs/changes.xml:
##
@@ -105,6 +105,11 @@ Summary
5710Add GitHub Issue templates
5713Update Spock to 2.2-groovy-3.0 (from 2.1-groovy-3.0)
5718Update Apache c
FSchumacher commented on code in PR #5725:
URL: https://github.com/apache/jmeter/pull/5725#discussion_r1055666279
##
xdocs/changes.xml:
##
@@ -105,6 +105,11 @@ Summary
5710Add GitHub Issue templates
5713Update Spock to 2.2-groovy-3.0 (from 2.1-groovy-3.0)
5718Update Apa
sseide commented on PR #5725:
URL: https://github.com/apache/jmeter/pull/5725#issuecomment-1362706441
i added another update for commons-net to 3.9.0 fixing CVE-2021-37533.
Tests running again without error.
--
This is an automated message from the Apache Git Service.
To respond to the
garethhumphriesgkc opened a new issue, #5750:
URL: https://github.com/apache/jmeter/issues/5750
### Use case
Performance testing a TCP endpoint that is asynchronous, or otherwise
doesn't acknowledge receipt of each line of traffic.
For example, performance testing a Splunk indexer,
ithyl opened a new issue, #5749:
URL: https://github.com/apache/jmeter/issues/5749
### Expected behavior
java.util.concurrent.TimeoutException: Stopping retry attempts for
<> after 5 iterations
and 30005ms
Caused by: java.util.concurrent.TimeoutException: Stopping retry attempts
arthur-zhang closed pull request #724: do code clean up
URL: https://github.com/apache/jmeter/pull/724
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: d
vlsi closed pull request #5717: Add jsonpath string to jsonpath assertion error
message
URL: https://github.com/apache/jmeter/pull/5717
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific c
lehmannk commented on PR #5717:
URL: https://github.com/apache/jmeter/pull/5717#issuecomment-1350501312
Hi @vlsi can you finally approve this PR? All your requested changes are
incorporated.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log
jakeiee commented on PR #5748:
URL: https://github.com/apache/jmeter/pull/5748#issuecomment-1348312377
合并
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-
jakeiee opened a new pull request, #5748:
URL: https://github.com/apache/jmeter/pull/5748
测试文件
## Description
## Motivation and Context
## How Has This Been Tested?
## Screenshots (if appropriate):
## Types of changes
- Bug
milamberspace closed issue #5747: Unable to load multiple users using signalR
with web socket in JMetre
URL: https://github.com/apache/jmeter/issues/5747
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go
milamberspace commented on issue #5747:
URL: https://github.com/apache/jmeter/issues/5747#issuecomment-1346782499
Seems that you have a issue in you script. This is not a bug. Please use
JMeter mailing list (https://jmeter.apache.org/mail2.html ) to have help from
the community.
--
This
KetkiJoshhi opened a new issue, #5747:
URL: https://github.com/apache/jmeter/issues/5747
### Expected behavior
JMeter should create sessions for all user IDs which are trying to login.
### Actual behavior
Username are able to login to application but not able to reflect t
vignesh-dravidamani commented on issue #3565:
URL: https://github.com/apache/jmeter/issues/3565#issuecomment-1345641231
Me too. Using 5.5.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the spec
mmben commented on issue #5734:
URL: https://github.com/apache/jmeter/issues/5734#issuecomment-1344407939
Hi Felix,
just wanted to check back and see, if the sample I provided helped in any
way.
Would be great, if you could hint about it.
Cheers!
--
This is an automated message f
yasiribmcon commented on issue #5746:
URL: https://github.com/apache/jmeter/issues/5746#issuecomment-1343995085
Thanks a lot ! @vlsi
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific
vlsi commented on issue #5746:
URL: https://github.com/apache/jmeter/issues/5746#issuecomment-1343990903
The build passes with Java 11:
https://ci-builds.apache.org/job/JMeter/job/JMeter%20s390x/2/
--
This is an automated message from the Apache Git Service.
To respond to the message, ple
vlsi closed issue #5746: Enable s390x for Jenkins CI
URL: https://github.com/apache/jmeter/issues/5746
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: d
vlsi commented on issue #5746:
URL: https://github.com/apache/jmeter/issues/5746#issuecomment-1343972031
I've configured s390x job at the ASF Jenkins:
https://ci-builds.apache.org/job/JMeter/job/JMeter%20s390x/
--
This is an automated message from the Apache Git Service.
To respond to the
vlsi commented on issue #5746:
URL: https://github.com/apache/jmeter/issues/5746#issuecomment-1343954058
Wow, thanks for the heads-up
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific
yasiribmcon opened a new issue, #5746:
URL: https://github.com/apache/jmeter/issues/5746
### Use case
We recently noticed that Travis CI has been removed for Apache JMeter :
https://github.com/apache/jmeter/pull/5719
Travis CI was supporting JMeter testing on **s390x** using **Open
kubby07 opened a new issue, #5745:
URL: https://github.com/apache/jmeter/issues/5745
### Expected behavior
[https://stackoverflow.com/questions/74536638/jmeter-5-5-error-with-assertion-value-type-string-not-equal-to-int](url)
### Actual behavior
JMeter fails the JSON Ass
groot327 commented on issue #5718:
URL: https://github.com/apache/jmeter/issues/5718#issuecomment-1341150690
Thank you. That's what I thought, but the previous comments (Oct, Nov) made
me want to ask the question.
--
This is an automated message from the Apache Git Service.
To respond to
Lonzak commented on issue #5718:
URL: https://github.com/apache/jmeter/issues/5718#issuecomment-1341031672
> Looking at the contents of the ZIP and the Release Notes, commons-text
v1.10 is _not_ part of JMeter 5.5. Would anyone be able to confirm when this
will be released?
Jmeter 5.
groot327 commented on issue #5718:
URL: https://github.com/apache/jmeter/issues/5718#issuecomment-1340952108
Looking at the contents of the ZIP and the Release Notes, commons-text v1.10
is _not_ part of JMeter 5.5. Would anyone be able to confirm when this will be
released?
--
This is an
qinqingdao opened a new issue, #5744:
URL: https://github.com/apache/jmeter/issues/5744
### Expected behavior
Proper presentation of values, rather than presentation using scientific
notation, which cannot be asserted
### Actual behavior

FSchumacher commented on issue #5743:
URL: https://github.com/apache/jmeter/issues/5743#issuecomment-1338938365
I haven't tested JMeter in GUI mode in WSL2, but I suspect, that you have to
install a font into the WSL2-distro, that supports chinese characters.
--
This is an automated messa
wang-xiaowu opened a new issue, #5743:
URL: https://github.com/apache/jmeter/issues/5743
### Expected behavior
_No response_
### Actual behavior

Shagufta-arch opened a new issue, #5742:
URL: https://github.com/apache/jmeter/issues/5742
The Internet is getting disconnected when setting 'Configure Proxy' to
"manual' in JMeter in an iOS device. Followed all the steps as mentioned
[[here](https://sqa.stackexchange.com/questions/27270/no
frgirard commented on issue #5733:
URL: https://github.com/apache/jmeter/issues/5733#issuecomment-1331998041
Thanks a lot for your help, @FSchumacher !
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to g
asfgit closed pull request #5736: Allow SampleResult#setEndTime be set in
JSR223Sampler
URL: https://github.com/apache/jmeter/pull/5736
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific c
asfgit closed issue #5733: How to dynamically create samples
URL: https://github.com/apache/jmeter/issues/5733
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e
FSchumacher opened a new pull request, #5741:
URL: https://github.com/apache/jmeter/pull/5741
…ontrollers
## Description
Cope with empty labels in Aggregated Graph
## Motivation and Context
Related to #5740
## How Has This Been Tested?
Run the provide
FSchumacher commented on issue #5740:
URL: https://github.com/apache/jmeter/issues/5740#issuecomment-1331194333
That happens, when you have samples or controllers without a name.
I will open a PR, where those labels (as they are called in the graph) are
renamed to ``.
--
This is an
JanLuehr opened a new issue, #5740:
URL: https://github.com/apache/jmeter/issues/5740
### Expected behavior
When using the Aggregated graph, "Display Graph" and the "Graph" Tag should
display a graph.
### Actual behavior
UI hangs, exception is logged
```
2022-1
1 - 100 of 1001 matches
Mail list logo