[GitHub] [jmeter] shrinivasa-uppunda opened a new issue, #5765: junit 5 sampler

2023-01-16 Thread GitBox
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

[GitHub] [jmeter] vlsi closed pull request #5757: Build improvements

2023-01-16 Thread GitBox
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

[GitHub] [jmeter] vlsi commented on pull request #5757: Build improvements

2023-01-16 Thread GitBox
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

[GitHub] [jmeter] vlsi commented on a diff in pull request #5757: Build improvements

2023-01-16 Thread GitBox
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

[GitHub] [jmeter] vdaburon commented on a diff in pull request #5761: Add new properties for test plan external configuration serialize, functional tearDown

2023-01-16 Thread GitBox
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

[GitHub] [jmeter] vdaburon commented on a diff in pull request #5761: Add new properties for test plan external configuration serialize, functional tearDown

2023-01-16 Thread GitBox
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

[GitHub] [jmeter] vdaburon commented on a diff in pull request #5761: Add new properties for test plan external configuration serialize, functional tearDown

2023-01-16 Thread GitBox
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

[GitHub] [jmeter] sandra-thieme commented on a diff in pull request #5757: Build improvements

2023-01-15 Thread GitBox
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

[GitHub] [jmeter] FSchumacher commented on pull request #5761: Add new properties for test plan external configuration serialize, functional tearDown

2023-01-15 Thread GitBox
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

[GitHub] [jmeter] vlsi commented on pull request #5761: Add new properties for test plan external configuration serialize, functional tearDown

2023-01-15 Thread GitBox
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.

[GitHub] [jmeter] FSchumacher commented on a diff in pull request #5761: Add new properties for test plan external configuration serialize, functional tearDown

2023-01-15 Thread GitBox
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

[GitHub] [jmeter] shshank-kumar opened a new issue, #5764: Response assertion is not being recognized

2023-01-10 Thread GitBox
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. ![Jmeter](https:

[GitHub] [jmeter] MichaelKlimenko-Rogers commented on issue #3352: Certificates does not conform to algorithm constraints: Adding a note to indicate how to remove of the Java installation these new se

2023-01-10 Thread GitBox
MichaelKlimenko-Rogers commented on issue #3352: URL: https://github.com/apache/jmeter/issues/3352#issuecomment-1377886634 In our case that was caused by [RHEL Crypto policies](https://access.redhat.com/articles/3666211#:~:text=Crypto%2Dpolicies%20is%20a%20component,on%20the%20base%20operati

[GitHub] [jmeter] vlsi merged pull request #5763: Update Gradle to 7.6 from 7.3

2023-01-10 Thread GitBox
vlsi merged PR #5763: URL: 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 above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@jmeter.apache.org

[GitHub] [jmeter] vlsi commented on pull request #5763: Update Gradle to 7.6 from 7.3

2023-01-10 Thread GitBox
vlsi commented on PR #5763: URL: https://github.com/apache/jmeter/pull/5763#issuecomment-1377745453 I guess it is related to https://github.com/gradle/gradle/pull/20999 where previously Gradle added `add-opens` on its own, and now it does not really do so. -- This is an automated message

[GitHub] [jmeter] vlsi commented on pull request #5763: Update Gradle to 7.6 from 7.3

2023-01-10 Thread GitBox
vlsi commented on PR #5763: URL: https://github.com/apache/jmeter/pull/5763#issuecomment-1377743351 For some reason, the tests fail with ``` FAILURE 0.0sec, org.apache.jmeter.testelement.AbstractTestElementSpec > set all properties as temporary when using a MultiProperty j

[GitHub] [jmeter] vlsi commented on pull request #5757: Build improvements

2023-01-10 Thread GitBox
vlsi commented on PR #5757: URL: https://github.com/apache/jmeter/pull/5757#issuecomment-1377736002 @sandra-thieme , I've integrated all the changes, except `dependsOn(":src:dist:copyBinLibs", ":src:dist:copyLibs")`. Frankly speaking, I think `dependsOn(":src:dist:copyBinLibs", ":src

[GitHub] [jmeter] vlsi closed pull request #5714: Update Gradle to 7.5.1 from 7.3

2023-01-10 Thread GitBox
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,

[GitHub] [jmeter] vlsi commented on pull request #5714: Update Gradle to 7.5.1 from 7.3

2023-01-10 Thread GitBox
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

[GitHub] [jmeter] vlsi opened a new issue, #5762: Test execution creates /src/dist-check/temp/ which is out of /build/

2023-01-10 Thread GitBox
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

[GitHub] [jmeter] vlsi commented on a diff in pull request #5757: Build improvements

2023-01-10 Thread GitBox
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

[GitHub] [jmeter] vlsi commented on a diff in pull request #5757: Build improvements

2023-01-10 Thread GitBox
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

[GitHub] [jmeter] vlsi closed issue #5749: jmeter build failed

2023-01-10 Thread GitBox
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

[GitHub] [jmeter] vlsi merged pull request #5760: bump checksum-dependency-plugin to 1.86, so public pgp keys could be stored under the source control

2023-01-10 Thread GitBox
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

[GitHub] [jmeter] vdaburon opened a new pull request, #5761: Add new properties for test plan external configuration serialize, functional tearDown

2023-01-10 Thread GitBox
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

[GitHub] [jmeter] vlsi opened a new pull request, #5760: bump checksum-dependency-plugin to 1.86, so public pgp keys could be stored under the source control

2023-01-10 Thread GitBox
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.

[GitHub] [jmeter] mwasplund opened a new issue, #5759: OpenModelThreadGroupController cannot be cast to LoopController

2023-01-10 Thread GitBox
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

[GitHub] [jmeter] user412857 opened a new issue, #5758: Special characters in file name are replaced by "?" in HTTP Request Sampler

2023-01-10 Thread GitBox
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

[GitHub] [jmeter] vlsi commented on pull request #5757: Build improvements

2023-01-09 Thread GitBox
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

[GitHub] [jmeter] earlif commented on issue #5756: some request is not sent inside the random controller

2023-01-09 Thread GitBox
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

[GitHub] [jmeter] vlsi commented on pull request #5757: Build improvements

2023-01-09 Thread GitBox
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

[GitHub] [jmeter] vlsi commented on a diff in pull request #5757: Build improvements

2023-01-09 Thread GitBox
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::

[GitHub] [jmeter] vlsi commented on a diff in pull request #5757: Build improvements

2023-01-09 Thread GitBox
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

[GitHub] [jmeter] sandra-thieme opened a new pull request, #5757: Build improvements

2023-01-09 Thread GitBox
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

[GitHub] [jmeter] earlif opened a new issue, #5756: some request is not sent inside the random controller

2023-01-08 Thread GitBox
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

[GitHub] [jmeter] srinupotluri commented on issue #5516: Endurance Testing using jmeter stopped abruptly in distributed environment

2023-01-06 Thread GitBox
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

[GitHub] [jmeter] AditiR28 commented on issue #5753: HTTP 308 Permanent Redirect is not supported in jmeter 5.5

2023-01-06 Thread GitBox
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

[GitHub] [jmeter] AditiR28 commented on issue #5753: HTTP 308 Permanent Redirect is not supported in jmeter 5.5

2023-01-06 Thread GitBox
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.

[GitHub] [jmeter] fit2cloud-zaopengguo commented on issue #5206: Jmeter change the POST request when Json body contain blanket and slash

2023-01-05 Thread GitBox
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,

[GitHub] [jmeter] juribes commented on issue #5755: Assertions not working correctly for sub-samples

2023-01-05 Thread GitBox
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

[GitHub] [jmeter] juribes commented on issue #5755: Assertions not working correctly for sub-samples

2023-01-05 Thread GitBox
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

[GitHub] [jmeter] juribes opened a new issue, #5755: Assertions not working correctly for sub-samples

2023-01-05 Thread GitBox
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

[GitHub] [jmeter] JanLuehr commented on issue #5740: java.lang.IllegalArgumentException: Zero length string passed to TextLayout constructor

2023-01-05 Thread GitBox
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

[GitHub] [jmeter] FSchumacher commented on issue #5751: No X11 DISPLAY variable was set

2023-01-04 Thread GitBox
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

[GitHub] [jmeter] ankurldots commented on issue #5751: No X11 DISPLAY variable was set

2023-01-04 Thread GitBox
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

[GitHub] [jmeter] FSchumacher commented on issue #5728: ip spoofing does not work with java implementation

2023-01-04 Thread GitBox
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

[GitHub] [jmeter] FSchumacher commented on issue #5738: CVE-2022-40151 Stream

2023-01-04 Thread GitBox
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

[GitHub] [jmeter] FSchumacher commented on pull request #5748: 提交测试文件

2023-01-04 Thread GitBox
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

[GitHub] [jmeter] FSchumacher closed pull request #5748: 提交测试文件

2023-01-04 Thread GitBox
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

[GitHub] [jmeter] FSchumacher commented on issue #5740: java.lang.IllegalArgumentException: Zero length string passed to TextLayout constructor

2023-01-04 Thread GitBox
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

[GitHub] [jmeter] asfgit closed pull request #5741: Fix Aggregated Graph component to cope with empty names of samplers/c…

2023-01-04 Thread GitBox
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

[GitHub] [jmeter] FSchumacher commented on issue #5751: No X11 DISPLAY variable was set

2023-01-04 Thread GitBox
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

[GitHub] [jmeter] FSchumacher commented on issue #5753: HTTP 308 Permanent Redirect is not supported in jmeter 5.5

2023-01-04 Thread GitBox
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

[GitHub] [jmeter] asfgit closed pull request #5725: Fix multiple CVE

2023-01-04 Thread GitBox
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

[GitHub] [jmeter] sseide commented on pull request #5725: Fix multiple CVE

2023-01-04 Thread GitBox
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

[GitHub] [jmeter] hariprasanthb opened a new issue, #5754: Building a custom Jmeter Plugin for Thread Group

2023-01-01 Thread GitBox
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

[GitHub] [jmeter] AditiR28 opened a new issue, #5753: HTTP 308 Permanent Redirect is not supported in jmeter 5.5

2022-12-27 Thread GitBox
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

[GitHub] [jmeter] AditiR28 commented on issue #5543: HTTP 308 Permanent Redirect is not supported

2022-12-27 Thread GitBox
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

[GitHub] [jmeter] AditiR28 commented on issue #5543: HTTP 308 Permanent Redirect is not supported

2022-12-27 Thread GitBox
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

[GitHub] [jmeter] yfaker opened a new issue, #5752: Support HTTP3

2022-12-27 Thread GitBox
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

[GitHub] [jmeter] ankurldots opened a new issue, #5751: No X11 DISPLAY variable was set

2022-12-22 Thread GitBox
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.

[GitHub] [jmeter] sseide commented on a diff in pull request #5725: Fix multiple CVE

2022-12-22 Thread GitBox
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

[GitHub] [jmeter] FSchumacher commented on a diff in pull request #5725: Fix multiple CVE

2022-12-22 Thread GitBox
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

[GitHub] [jmeter] sseide commented on pull request #5725: Fix multiple CVE

2022-12-22 Thread GitBox
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

[GitHub] [jmeter] garethhumphriesgkc opened a new issue, #5750: Allow no response on TCP Sampler

2022-12-21 Thread GitBox
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,

[GitHub] [jmeter] ithyl opened a new issue, #5749: jmeter build failed

2022-12-16 Thread GitBox
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

[GitHub] [jmeter] arthur-zhang closed pull request #724: do code clean up

2022-12-16 Thread GitBox
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

[GitHub] [jmeter] vlsi closed pull request #5717: Add jsonpath string to jsonpath assertion error message

2022-12-14 Thread GitBox
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

[GitHub] [jmeter] lehmannk commented on pull request #5717: Add jsonpath string to jsonpath assertion error message

2022-12-13 Thread GitBox
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

[GitHub] [jmeter] jakeiee commented on pull request #5748: 提交测试文件

2022-12-13 Thread GitBox
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-

[GitHub] [jmeter] jakeiee opened a new pull request, #5748: 提交测试文件

2022-12-13 Thread GitBox
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

[GitHub] [jmeter] milamberspace closed issue #5747: Unable to load multiple users using signalR with web socket in JMetre

2022-12-12 Thread GitBox
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

[GitHub] [jmeter] milamberspace commented on issue #5747: Unable to load multiple users using signalR with web socket in JMetre

2022-12-12 Thread GitBox
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

[GitHub] [jmeter] KetkiJoshhi opened a new issue, #5747: Not able to create session through JMeter

2022-12-12 Thread GitBox
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

[GitHub] [jmeter] vignesh-dravidamani commented on issue #3565: SampleEvent for TransactionSampler: isTransactionSampleEvent return false with parent mode

2022-12-11 Thread GitBox
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

[GitHub] [jmeter] mmben commented on issue #5734: Multiple Assertions per HTTP Request

2022-12-09 Thread GitBox
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

[GitHub] [jmeter] yasiribmcon commented on issue #5746: Enable s390x for Jenkins CI

2022-12-09 Thread GitBox
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

[GitHub] [jmeter] vlsi commented on issue #5746: Enable s390x for Jenkins CI

2022-12-09 Thread GitBox
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

[GitHub] [jmeter] vlsi closed issue #5746: Enable s390x for Jenkins CI

2022-12-08 Thread GitBox
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

[GitHub] [jmeter] vlsi commented on issue #5746: Enable s390x for Jenkins CI

2022-12-08 Thread GitBox
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

[GitHub] [jmeter] vlsi commented on issue #5746: Enable s390x for Jenkins CI

2022-12-08 Thread GitBox
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

[GitHub] [jmeter] yasiribmcon opened a new issue, #5746: Enable s390x for Jenkins CI

2022-12-08 Thread GitBox
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

[GitHub] [jmeter] kubby07 opened a new issue, #5745: JMeter 5.5: JSON Assertion fails when string is an Integer

2022-12-08 Thread GitBox
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

[GitHub] [jmeter] groot327 commented on issue #5718: Update apache commons-text lib

2022-12-07 Thread GitBox
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

[GitHub] [jmeter] Lonzak commented on issue #5718: Update apache commons-text lib

2022-12-07 Thread GitBox
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.

[GitHub] [jmeter] groot327 commented on issue #5718: Update apache commons-text lib

2022-12-07 Thread GitBox
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

[GitHub] [jmeter] qinqingdao opened a new issue, #5744: How to make the response message cancel scientific notation?

2022-12-06 Thread GitBox
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 ![image](https://user-images.git

[GitHub] [jmeter] wang-xiaowu closed issue #5743: Chinese garbled code on wsl2 with ubuntu20.04

2022-12-06 Thread GitBox
wang-xiaowu closed issue #5743: Chinese garbled code on wsl2 with ubuntu20.04 URL: https://github.com/apache/jmeter/issues/5743 -- 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.

[GitHub] [jmeter] wang-xiaowu commented on issue #5743: Chinese garbled code on wsl2 with ubuntu20.04

2022-12-06 Thread GitBox
wang-xiaowu commented on issue #5743: URL: https://github.com/apache/jmeter/issues/5743#issuecomment-1338965949 > See for example https://superuser.com/questions/1692366/garbled-texts-on-wsl-gui-application where it is suggested to install the font `fonts-noto-cjk` (on ubuntu inside the ws

[GitHub] [jmeter] wang-xiaowu commented on issue #5743: Chinese garbled code on wsl2 with ubuntu20.04

2022-12-06 Thread GitBox
wang-xiaowu commented on issue #5743: URL: https://github.com/apache/jmeter/issues/5743#issuecomment-1338951199 ok i'll see it ,thanks -- 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 specifi

[GitHub] [jmeter] FSchumacher commented on issue #5743: Chinese garbled code on wsl2 with ubuntu20.04

2022-12-06 Thread GitBox
FSchumacher commented on issue #5743: URL: https://github.com/apache/jmeter/issues/5743#issuecomment-1338947318 See for example https://superuser.com/questions/1692366/garbled-texts-on-wsl-gui-application where it is suggested to install the font `fonts-noto-cjk` (on ubuntu inside the wsl)

[GitHub] [jmeter] FSchumacher commented on issue #5743: Chinese garbled code on wsl2 with ubuntu20.04

2022-12-06 Thread GitBox
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

[GitHub] [jmeter] wang-xiaowu opened a new issue, #5743: Chinese garbled code on wsl2 with ubuntu20.04

2022-12-05 Thread GitBox
wang-xiaowu opened a new issue, #5743: URL: https://github.com/apache/jmeter/issues/5743 ### Expected behavior _No response_ ### Actual behavior ![image](https://user-images.githubusercontent.com/44340137/205850824-3328d545-d10a-40b8-80a0-7f948a6c7a88.png)

[GitHub] [jmeter] Shagufta-arch opened a new issue, #5742: Internet is getting disconnected when enabling proxy in Jmeter for load testing

2022-12-05 Thread GitBox
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

[GitHub] [jmeter] frgirard commented on issue #5733: How to dynamically create samples

2022-11-30 Thread GitBox
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

[GitHub] [jmeter] asfgit closed pull request #5736: Allow SampleResult#setEndTime be set in JSR223Sampler

2022-11-29 Thread GitBox
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

[GitHub] [jmeter] asfgit closed issue #5733: How to dynamically create samples

2022-11-29 Thread GitBox
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

[GitHub] [jmeter] FSchumacher opened a new pull request, #5741: Fix Aggregated Graph component to cope with empty names of samplers/c…

2022-11-29 Thread GitBox
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

[GitHub] [jmeter] FSchumacher commented on issue #5740: java.lang.IllegalArgumentException: Zero length string passed to TextLayout constructor

2022-11-29 Thread GitBox
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

[GitHub] [jmeter] JanLuehr opened a new issue, #5740: java.lang.IllegalArgumentException: Zero length string passed to TextLayout constructor

2022-11-29 Thread GitBox
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   2   3   4   5   6   7   8   9   10   >