[GitHub] [jmeter] nadenf opened a new issue, #5766: Release 5.5.1

2023-01-24 Thread via GitHub
nadenf opened a new issue, #5766: URL: https://github.com/apache/jmeter/issues/5766 ### Expected behavior The current release of JMeter includes an active vulnerability CVE-2022-42889. This has been resolved in commits that are targeted for the 5.5.1. Can we request this

[GitHub] [jmeter] shreyaa1998 opened a new issue, #5767: Error invoking bsh method: eval Sourced file: inline evaluation of:

2023-01-27 Thread via GitHub
shreyaa1998 opened a new issue, #5767: URL: https://github.com/apache/jmeter/issues/5767 ### Expected behavior Response message:org.apache.jorphan.util.JMeterException: Error invoking bsh method: evalSourced file: inline evaluation of: ``BufferedReader fileReader = new BufferedRe

[GitHub] [jmeter] FSchumacher commented on issue #5767: Error invoking bsh method: eval Sourced file: inline evaluation of:

2023-01-28 Thread via GitHub
FSchumacher commented on issue #5767: URL: https://github.com/apache/jmeter/issues/5767#issuecomment-1407367786 There are a few problems with the code. First, Java classes are case sensitive and are starting with an upper case character. So `fileReader` is not a class name. The correc

[GitHub] [jmeter] FSchumacher closed issue #5767: Error invoking bsh method: eval Sourced file: inline evaluation of:

2023-01-28 Thread via GitHub
FSchumacher closed issue #5767: Error invoking bsh method: eval Sourced file: inline evaluation of: URL: https://github.com/apache/jmeter/issues/5767 -- 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] raboof opened a new pull request, #5768: docs: add security page to the website

2023-02-01 Thread via GitHub
raboof opened a new pull request, #5768: URL: https://github.com/apache/jmeter/pull/5768 ## Description This adds a 'security' page to the website ## Motivation and Context This helps users understand what to expect from JMeter security-wise, and security researchers whe

[GitHub] [jmeter] milamberspace commented on pull request #5768: docs: add security page to the website

2023-02-02 Thread via GitHub
milamberspace commented on PR #5768: URL: https://github.com/apache/jmeter/pull/5768#issuecomment-1413510011 LGTM -- 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 unsubsc

[GitHub] [jmeter] milamberspace commented on pull request #5768: docs: add security page to the website

2023-02-02 Thread via GitHub
milamberspace commented on PR #5768: URL: https://github.com/apache/jmeter/pull/5768#issuecomment-1413612661 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 specific comment. To unsu

[GitHub] [jmeter] milamberspace closed pull request #5768: docs: add security page to the website

2023-02-02 Thread via GitHub
milamberspace closed pull request #5768: docs: add security page to the website URL: https://github.com/apache/jmeter/pull/5768 -- 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] JoKr9527 opened a new issue, #5769: JMeter SummariserRunningSample: The member variable startTime is only updated at initialization

2023-02-02 Thread via GitHub
JoKr9527 opened a new issue, #5769: URL: https://github.com/apache/jmeter/issues/5769 ### Expected behavior update the startTime When calling the addSample method ### Actual behavior At present, the start time is assigned when the object is created. The creation time of

[GitHub] [jmeter] jkershaw3 opened a new issue, #5770: XPath and XPath2 extractors insert a new line in the failure message which breaks CSV log file formatting for the listener.

2023-02-03 Thread via GitHub
jkershaw3 opened a new issue, #5770: URL: https://github.com/apache/jmeter/issues/5770 Using an XPath or XPath2 extractor on a http sampler. If the http sampler fails, or the response is empty, or not in the expected format, the extractor fails and appends text to its failure message T

[GitHub] [jmeter] AaronAsAChimp commented on issue #4797: Add ability to import a HAR

2023-02-03 Thread via GitHub
AaronAsAChimp commented on issue #4797: URL: https://github.com/apache/jmeter/issues/4797#issuecomment-1416286992 I think this would be a really useful feature, and see as the original ticket didn't go into a lot of detail I'll provide my use case. When I need to run a load test on a websit

[GitHub] [jmeter] sginsbourg commented on issue #4797: Add ability to import a HAR

2023-02-03 Thread via GitHub
sginsbourg commented on issue #4797: URL: https://github.com/apache/jmeter/issues/4797#issuecomment-1416409375 This would indeed be a very useful feature that is highly desirable to add to the application. On Fri, Feb 3, 2023 at 9:11 PM Aaron Spaulding ***@***.***> wrote:

[GitHub] [jmeter] khuntly opened a new issue, #5771: JMeter appears to ignore the -S value

2023-02-08 Thread via GitHub
khuntly opened a new issue, #5771: URL: https://github.com/apache/jmeter/issues/5771 ### Expected behavior JMeter executed as follows: `jmeter -p .\user.properties -i .\logging.xml -S .\system.properties` system.properties contains overrides for Java networking and the jm

[GitHub] [jmeter] khuntly commented on issue #5771: JMeter appears to ignore the -S value

2023-02-08 Thread via GitHub
khuntly commented on issue #5771: URL: https://github.com/apache/jmeter/issues/5771#issuecomment-1423262712 After a little further experimentation, it appears to only be ignoring the jmeter.logfile property. Other properties seem to work fine -- This is an automated message from the Apach

[GitHub] [jmeter] enrico1buss commented on issue #5092: BackendListener: Allow using runtime variables

2023-02-08 Thread via GitHub
enrico1buss commented on issue #5092: URL: https://github.com/apache/jmeter/issues/5092#issuecomment-1423612687 Any update on this issue? -- 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 speci

[GitHub] [jmeter] enrico1buss commented on issue #3600: BackendListener: Allow implementations to get sample_variables

2023-02-08 Thread via GitHub
enrico1buss commented on issue #3600: URL: https://github.com/apache/jmeter/issues/3600#issuecomment-1423616823 Any updates on this? -- 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] Ravi4144 opened a new issue, #5772: Socket connectivity issue from JMeter tool

2023-02-10 Thread via GitHub
Ravi4144 opened a new issue, #5772: URL: https://github.com/apache/jmeter/issues/5772 ### Expected behavior Hi Team, We have a requirement to perform a Load test by for large files from 1GB to till 9.5 GB document into FileNet Enterprise Content management. Approach is,

[GitHub] [jmeter] anngedeus opened a new pull request, #5773: Added TOC and Instructions for VS Code Gradle

2023-02-10 Thread via GitHub
anngedeus opened a new pull request, #5773: URL: https://github.com/apache/jmeter/pull/5773 ## Description I added a table of contents in the README.md file using markdown language, I also added some steps on running gradle on VS code in the CONTRIBUTION.md file ## Motivati

[GitHub] [jmeter] ibalosh commented on issue #5766: Release 5.5.1

2023-02-13 Thread via GitHub
ibalosh commented on issue #5766: URL: https://github.com/apache/jmeter/issues/5766#issuecomment-1428240262 any news regarding this issue? -- 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] Reisse commented on issue #5472: client.rmi.localport is not documented properly

2023-02-13 Thread via GitHub
Reisse commented on issue #5472: URL: https://github.com/apache/jmeter/issues/5472#issuecomment-1428664199 Hi @FSchumacher! I'm terribly sorry for the delay, I completely missed your answers - probably the mails went to spam... Only remembered about it because was googling for anothe

[GitHub] [jmeter] jenszo opened a new issue, #5774: user.properties populates first test run only and leaves subsequent runs without any properties at all

2023-02-14 Thread via GitHub
jenszo opened a new issue, #5774: URL: https://github.com/apache/jmeter/issues/5774 ### Expected behavior I have a user.properties file which is supplied to jmeter as `jmeter -t my.jmx -p user.properties . ` I use the properties across the jmx file using both ${__P(myprop,defau

[GitHub] [jmeter] jenszo commented on issue #5774: user.properties populates first test run only and leaves subsequent runs without any properties at all

2023-02-14 Thread via GitHub
jenszo commented on issue #5774: URL: https://github.com/apache/jmeter/issues/5774#issuecomment-1430498900 Nevermind, i stumbled upon a stale `props.clear()` -- 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] jenszo closed issue #5774: user.properties populates first test run only and leaves subsequent runs without any properties at all

2023-02-14 Thread via GitHub
jenszo closed issue #5774: user.properties populates first test run only and leaves subsequent runs without any properties at all URL: https://github.com/apache/jmeter/issues/5774 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub a

[GitHub] [jmeter] Mahes498 opened a new issue, #5775: is:issue is:open 90% Calcuation Error in HTML Report and Displaying correctly in Aggregate Report

2023-02-17 Thread via GitHub
Mahes498 opened a new issue, #5775: URL: https://github.com/apache/jmeter/issues/5775 ### Expected behavior - 90% Calculation Error in HTML Report and Displaying correctly in Aggregate Report In aggregate report 90% values are displaying correctly, and In HTML REPORT we are gettin

[GitHub] [jmeter] ibalosh commented on issue #5766: Release 5.5.1

2023-02-20 Thread via GitHub
ibalosh commented on issue #5766: URL: https://github.com/apache/jmeter/issues/5766#issuecomment-1436907442 related ticket: https://github.com/apache/jmeter/issues/5718 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use t

[GitHub] [jmeter] FSchumacher commented on issue #5775: is:issue is:open 90% Calcuation Error in HTML Report and Displaying correctly in Aggregate Report

2023-02-20 Thread via GitHub
FSchumacher commented on issue #5775: URL: https://github.com/apache/jmeter/issues/5775#issuecomment-1436988617 I think, it has to do with the fact, that the percentile algorithms are not the same. The HTML reporter uses R_3 (from https://commons.apache.org/proper/commons-math/javadocs/api-

[GitHub] [jmeter] asfgit closed issue #5694: Outdated Doc about ${__time} function.

2023-02-20 Thread via GitHub
asfgit closed issue #5694: Outdated Doc about ${__time} function. URL: https://github.com/apache/jmeter/issues/5694 -- 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 unsubscri

[GitHub] [jmeter] xerces8 opened a new issue, #5776: "Error Renaming File or Folder" while saving

2023-02-21 Thread via GitHub
xerces8 opened a new issue, #5776: URL: https://github.com/apache/jmeter/issues/5776 ### Expected behavior No error happens. ### Actual behavior In the save dialog, when selecting the folder to save, by doubleclick, this dialog is shown: -

[GitHub] [jmeter] xerces8 commented on issue #5776: "Error Renaming File or Folder" while saving

2023-02-21 Thread via GitHub
xerces8 commented on issue #5776: URL: https://github.com/apache/jmeter/issues/5776#issuecomment-1438485440 Note: after clicking the dialogs away (on the OK button), I could continue and save the project -- This is an automated message from the Apache Git Service. To respond to the messag

[GitHub] [jmeter] xerces8 opened a new issue, #5777: Save dialog button says Open instead of Save

2023-02-21 Thread via GitHub
xerces8 opened a new issue, #5777: URL: https://github.com/apache/jmeter/issues/5777 ### Expected behavior The button in the save dialog should say Save. ### Actual behavior The button in the save dialog says Open. After "moving the mouse around" , it changes to Save.

[GitHub] [jmeter] xerces8 opened a new issue, #5778: can not copy error messages from dialogs

2023-02-21 Thread via GitHub
xerces8 opened a new issue, #5778: URL: https://github.com/apache/jmeter/issues/5778 ### Expected behavior Can copy text from JMeter error dialogs. For example by ctrl+c like in most Windows dialogs. ### Actual behavior Can not copy dialog text. Not even by usin

[GitHub] [jmeter] xerces8 commented on issue #5778: can not copy error messages from dialogs

2023-02-21 Thread via GitHub
xerces8 commented on issue #5778: URL: https://github.com/apache/jmeter/issues/5778#issuecomment-1438528260 textify link: https://ramensoftware.com/textify -- 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

[GitHub] [jmeter] shun1112 opened a new issue, #5779: Please Optimize the problem that jtl response Data cannot be rendered when Content-Type is empty

2023-02-22 Thread via GitHub
shun1112 opened a new issue, #5779: URL: https://github.com/apache/jmeter/issues/5779 // if Content-Type is empty the jtl throw: Non-TEXT response data, cannot record: () //writer ResponseData when Content-Type is empty if (SampleResult.T

[GitHub] [jmeter] sephirothkrieg opened a new issue, #5780: Is this a bug?

2023-02-22 Thread via GitHub
sephirothkrieg opened a new issue, #5780: URL: https://github.com/apache/jmeter/issues/5780 ### Expected behavior Run jmeter in the background to output the correct result ### Actual behavior ![img_v2_9c2774f4-2d71-4a9e-89e2-d28d09e5949g](https://user-images.githubuserco

[GitHub] [jmeter] currysunxu opened a new issue, #5781: How report dashboard aggregate multiple variables in one custom graph

2023-02-24 Thread via GitHub
currysunxu opened a new issue, #5781: URL: https://github.com/apache/jmeter/issues/5781 ### The documentation URL https://jmeter.apache.org/usermanual/generating-dashboard.html#customs_graphs ### Feedback The jmeter report dashboard has provided user to customize the grap

[GitHub] [jmeter] vperaltac commented on issue #5654: InfluxDBRawDataListener misses to insert few rows of data

2023-02-25 Thread via GitHub
vperaltac commented on issue #5654: URL: https://github.com/apache/jmeter/issues/5654#issuecomment-1445207222 Hello, I encountered this issue as well. Are there any plans to take action on this? Taking a look at the code for `InfluxDBRawBackendListenerClient` and `InfluxDBBackendList

[GitHub] [jmeter] cgerdes1 commented on issue #5780: transaction controller:Generate parent sample causes incorrect result in non-gui mode

2023-02-27 Thread via GitHub
cgerdes1 commented on issue #5780: URL: https://github.com/apache/jmeter/issues/5780#issuecomment-1446089700 The Summarizer and the Listeners (depending on which one you use) behave differently regarding transaction controllers. By default, the summarizer ignores them, and with “Generate pa

[GitHub] [jmeter] jia9iZhang opened a new issue, #5782: Chrome cannot download apache-jmeter-5.5 .zip

2023-02-27 Thread via GitHub
jia9iZhang opened a new issue, #5782: URL: https://github.com/apache/jmeter/issues/5782 ### The documentation URL https://jmeter.apache.org/download_jmeter.cgi ### Feedback Env : ``` Chrome : 109.0.0.0 macOS : 12.1 M1 ``` issue:When I use Chrome browse

[GitHub] [jmeter] ham1 commented on issue #5654: InfluxDBRawDataListener misses to insert few rows of data

2023-02-28 Thread via GitHub
ham1 commented on issue #5654: URL: https://github.com/apache/jmeter/issues/5654#issuecomment-1447973739 Is it possible to tell if it's the latter metrics that are not being sent? Or could it be other issues e.g. network or influx issues? If so, please submit a PR do add this to the Raw l

[GitHub] [jmeter] LeiYangGH opened a new issue, #5783: How to save custom sample results?

2023-03-01 Thread via GitHub
LeiYangGH opened a new issue, #5783: URL: https://github.com/apache/jmeter/issues/5783 ### The documentation URL https://jmeter.apache.org/usermanual/jmeter_tutorial.html ### Feedback How to save custom sample results? I've read the documentation and searched a lot

[GitHub] [jmeter] LeiYangGH commented on issue #5783: How to save custom sample results?

2023-03-02 Thread via GitHub
LeiYangGH commented on issue #5783: URL: https://github.com/apache/jmeter/issues/5783#issuecomment-1452912030 I searched and found [sample_variables](https://jmeter.apache.org/usermanual/listeners.html#sample_variables) may be the closest feature, but I didn't find a way to set the value in

[GitHub] [jmeter] sqageek opened a new issue, #5784: No data is being populated into the Influx or Prometheus databases despite the run being ongoing

2023-03-05 Thread via GitHub
sqageek opened a new issue, #5784: URL: https://github.com/apache/jmeter/issues/5784 ### Expected behavior Description: The run was expected to complete within an hour, but it did not. Even though users were online, no data was being populated into the Influx or Prometheus databases.

[GitHub] [jmeter] vperaltac opened a new pull request, #5785: Fix InfluxDBRawBackendListenerClient missing data

2023-03-05 Thread via GitHub
vperaltac opened a new pull request, #5785: URL: https://github.com/apache/jmeter/pull/5785 ## Description This PR includes a new tag `threadName` for InfluxDBRawBackendListenerClient. This allows InfluxDB to insert multiple entries with the same `timestamp` but with differen

[GitHub] [jmeter] KnightBlood opened a new issue, #5786: Right Click Context Menu text missing

2023-03-06 Thread via GitHub
KnightBlood opened a new issue, #5786: URL: https://github.com/apache/jmeter/issues/5786 ### Expected behavior _No response_ ### Actual behavior _No response_ ### Steps to reproduce the problem ![image](https://user-images.githubusercontent.com/14256591/223

[GitHub] [jmeter] raboof opened a new pull request, #5787: Update website copyright year to 2023

2023-03-06 Thread via GitHub
raboof opened a new pull request, #5787: URL: https://github.com/apache/jmeter/pull/5787 ## Description Update the copyright year in the NOTICE, which also affects the website. ## Motivation and Context Do we really need the year here? ## How Has This Been Tested?

[GitHub] [jmeter] dirkx commented on pull request #5787: Update website copyright year to 2023

2023-03-06 Thread via GitHub
dirkx commented on PR #5787: URL: https://github.com/apache/jmeter/pull/5787#issuecomment-1456216806 Just nitpicking a little - if a repo was not updated (yet) in 2023 -- there is no need to update the (c) statement either. E.g. (c) 1990-2023 implies that in each of those 13 years something

[GitHub] [jmeter] raboof commented on pull request #5787: Update website copyright year to 2023

2023-03-06 Thread via GitHub
raboof commented on PR #5787: URL: https://github.com/apache/jmeter/pull/5787#issuecomment-1456247809 True (see also https://apache.org/legal/src-headers.html#notice) - it looks like there's been plenty of copyrightable commits to the repo in 2023 already though, so an update does seem due

[GitHub] [jmeter] bethschrag commented on issue #5506: Result Status Action Handler when set to 'Continue' is not overriding the 'Action to be taken after a Sampler error' in Thread Group

2023-03-06 Thread via GitHub
bethschrag commented on issue #5506: URL: https://github.com/apache/jmeter/issues/5506#issuecomment-1456990505 Is there any movement on this bug? I am having the same issue with JMeter 5.5. I would like to set the Thread Group to Stop on Error and just have 2 samplers Continue on Error.

[GitHub] [jmeter] vlsi opened a new pull request, #5788: feat: add property to disable FunctionProperty caching

2023-03-07 Thread via GitHub
vlsi opened a new pull request, #5788: URL: https://github.com/apache/jmeter/pull/5788 ## Description Cache function execution during test execution. By default, JMeter caches function properties during a test iteration, however, it might cause unexpected results when a compone

[GitHub] [jmeter] dongxl123 commented on issue #5551: Exception in building JMeter (buildSrc:autostyleKotlinGradleCheck)

2023-03-08 Thread via GitHub
dongxl123 commented on issue #5551: URL: https://github.com/apache/jmeter/issues/5551#issuecomment-1460058637 @asfimport how did you resolve this issue? -- 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

[GitHub] [jmeter] ruthan opened a new issue, #5789: Jmeter Windows how to force non system Java version usage in Jmeter.bat?

2023-03-08 Thread via GitHub
ruthan opened a new issue, #5789: URL: https://github.com/apache/jmeter/issues/5789 Hello, Jmeter.bat is now quite complex, in previous Jmeter version there was simple way how to hardcode specificy Java.exe path.. to use it. _REM Original Line Backup if .%JM_LAUNCH% == . set JM_LAUNCH

[GitHub] [jmeter] ruthan commented on issue #5789: Jmeter Windows how to force non system Java version usage in Jmeter.bat?

2023-03-08 Thread via GitHub
ruthan commented on issue #5789: URL: https://github.com/apache/jmeter/issues/5789#issuecomment-1460401198 Ok i solved it, but its ugly: _REM %JM_START% "%JM_LAUNCH%" %ARGS% %JVM_ARGS% -jar "%JMETER_BIN%ApacheJMeter.jar" %JMETER_CMD_LINE_ARGS% %JM_START% C:\Progra~1\Java\jdk1.8.0_144\b

[GitHub] [jmeter] ruthan commented on issue #5789: Jmeter Windows how to force non system Java version usage in Jmeter.bat?

2023-03-08 Thread via GitHub
ruthan commented on issue #5789: URL: https://github.com/apache/jmeter/issues/5789#issuecomment-1460453047 Its working for me because my system Java is still 8, so im using only older versions.. but on system with Java 9+ there is still issue with --add-opens if JAVA 9 , because script is f

[GitHub] [jmeter] angely-dev commented on issue #3652: Relativize include paths

2023-03-09 Thread via GitHub
angely-dev commented on issue #3652: URL: https://github.com/apache/jmeter/issues/3652#issuecomment-1462688372 I'm commenting just to say I'm the author of this issue (years later) and to keep track. -- This is an automated message from the Apache Git Service. To respond to the message, p

[GitHub] [jmeter] angely-dev commented on issue #3639: Relativize include paths / Auto rename include controllers

2023-03-09 Thread via GitHub
angely-dev commented on issue #3639: URL: https://github.com/apache/jmeter/issues/3639#issuecomment-1462688529 I'm commenting just to say I'm the author of this issue (years later) and to keep track. -- This is an automated message from the Apache Git Service. To respond to the message, p

[GitHub] [jmeter] angely-dev commented on issue #3653: Auto rename include controllers

2023-03-09 Thread via GitHub
angely-dev commented on issue #3653: URL: https://github.com/apache/jmeter/issues/3653#issuecomment-1462688638 I'm commenting just to say I'm the author of this issue (years later) and to keep track. -- This is an automated message from the Apache Git Service. To respond to the message, p

[GitHub] [jmeter] vperaltac commented on issue #5654: InfluxDBRawDataListener misses to insert few rows of data

2023-03-09 Thread via GitHub
vperaltac commented on issue #5654: URL: https://github.com/apache/jmeter/issues/5654#issuecomment-1462930893 @ham1 after some testing, I found that this was not actually the latter metrics not being sent. The issue is, if you have sent multiple requests with the same `timestamp`, `status`

[GitHub] [jmeter] ham1 commented on pull request #5785: Fix InfluxDBRawBackendListenerClient missing data

2023-03-09 Thread via GitHub
ham1 commented on PR #5785: URL: https://github.com/apache/jmeter/pull/5785#issuecomment-1463090933 LGTM :) Thanks for investigating and fixing this issue! -- 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

[GitHub] [jmeter] jgaalen commented on issue #3364: Add ability for RegexExtractor to fail sampler result if there is no match

2023-03-10 Thread via GitHub
jgaalen commented on issue #3364: URL: https://github.com/apache/jmeter/issues/3364#issuecomment-1463468682 I'd like to reopen this ticket. It is a great addition. By far in most cases you want the sampler to fail if the regex extraction fails. Adding a response assertion with the exact sam

[GitHub] [jmeter] vlsi commented on issue #3364: Add ability for RegexExtractor to fail sampler result if there is no match

2023-03-10 Thread via GitHub
vlsi commented on issue #3364: URL: https://github.com/apache/jmeter/issues/3364#issuecomment-1463502430 I tend to agree with jgaalen -- 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] izogfif commented on issue #5322: Gradle module metadata refers to invalid 'bom' artifact

2023-03-10 Thread via GitHub
izogfif commented on issue #5322: URL: https://github.com/apache/jmeter/issues/5322#issuecomment-1463993583 For those using Kotlin DSL for Gradle scripts: write this in your `build.gradle.kts` file: implementation("org.apache.jmeter:ApacheJMeter_http:5.5") { exclude( "o

[GitHub] [jmeter] vlsi commented on issue #5322: Gradle module metadata refers to invalid 'bom' artifact

2023-03-10 Thread via GitHub
vlsi commented on issue #5322: URL: https://github.com/apache/jmeter/issues/5322#issuecomment-1464013788 I thought we've disabled metadata publishing -- 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] izogfif commented on issue #5322: Gradle module metadata refers to invalid 'bom' artifact

2023-03-10 Thread via GitHub
izogfif commented on issue #5322: URL: https://github.com/apache/jmeter/issues/5322#issuecomment-1464175254 > I thought we've disabled metadata publishing Check it yourself. I created a new project with build.gradle.kts in Intellij IDEA, added ``` implementation("org.apa

[GitHub] [jmeter] vlsi commented on issue #5322: Gradle module metadata refers to invalid 'bom' artifact

2023-03-10 Thread via GitHub
vlsi commented on issue #5322: URL: https://github.com/apache/jmeter/issues/5322#issuecomment-1464181578 🤦 I posted the same comment 3 years ago: https://github.com/apache/jmeter/issues/5322#issuecomment-1256806506 We should indeed publish `:bom` under a reasonable name. -- This i

[GitHub] [jmeter] sginsbourg commented on issue #3364: Add ability for RegexExtractor to fail sampler result if there is no match

2023-03-11 Thread via GitHub
sginsbourg commented on issue #3364: URL: https://github.com/apache/jmeter/issues/3364#issuecomment-1465042027 Extractors are not the place to fail a sampler. Their job is strictly to extract. Assertions are the correct place for failing a sampler. Please re-close this ticket.

[GitHub] [jmeter] Poandpoco opened a new issue, #5790: Test 1

2023-03-12 Thread via GitHub
Poandpoco opened a new issue, #5790: URL: https://github.com/apache/jmeter/issues/5790 Just test -- 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

[GitHub] [jmeter] Poandpoco commented on issue #5790: Test 1

2023-03-12 Thread via GitHub
Poandpoco commented on issue #5790: URL: https://github.com/apache/jmeter/issues/5790#issuecomment-1465286551 Ok -- 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 unsubscr

[GitHub] [jmeter] vlsi closed issue #5790: Test 1

2023-03-12 Thread via GitHub
vlsi closed issue #5790: Test 1 URL: https://github.com/apache/jmeter/issues/5790 -- 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

[GitHub] [jmeter] jgaalen commented on issue #3364: Add ability for RegexExtractor to fail sampler result if there is no match

2023-03-13 Thread via GitHub
jgaalen commented on issue #3364: URL: https://github.com/apache/jmeter/issues/3364#issuecomment-1466525124 > Extractors are not the place to fail a sampler. Their job is strictly to extract. Assertions are the correct place for failing a sampler. Please re-close this ticket. > […](#)

[GitHub] [jmeter] vergelli opened a new issue, #5791: [Question] - ZMQ supported in JMeter?

2023-03-15 Thread via GitHub
vergelli opened a new issue, #5791: URL: https://github.com/apache/jmeter/issues/5791 ### Use case Hello, I would like to know if there is any chance we can use ZMQ in Jmeter. Is it allowed? Regards .- ### Possible solution _No response_ ### P

[GitHub] [jmeter] dgetzlaf opened a new pull request, #5792: Add KeyStroke for start_no_timers (Start no pauses)

2023-03-16 Thread via GitHub
dgetzlaf opened a new pull request, #5792: URL: https://github.com/apache/jmeter/pull/5792 ## Description Add an additional KeyStroke to Start a local test, skipping the Timers. ## Motivation and Context In our daily doing we setup load tests, using Timers. For faster test pre

[GitHub] [jmeter] dgetzlaf commented on pull request #5792: Add KeyStroke for start_no_timers (Start no pauses)

2023-03-16 Thread via GitHub
dgetzlaf commented on PR #5792: URL: https://github.com/apache/jmeter/pull/5792#issuecomment-1472105291 Also this page needs to be updated afterwards: https://cwiki.apache.org/confluence/display/JMETER/JMeterShortcuts -- This is an automated message from the Apache Git Service.

[GitHub] [jmeter] Shubhambidwai1996 opened a new issue, #5793: want to run multiple JMX file at a tiem

2023-03-20 Thread via GitHub
Shubhambidwai1996 opened a new issue, #5793: URL: https://github.com/apache/jmeter/issues/5793 ### Use case i want to run multiple JMX file a time ### Possible solution _No response_ ### Possible workarounds _No response_ ### JMeter Version 5.

[GitHub] [jmeter] jaslawinMs commented on issue #5766: Release 5.5.1

2023-03-20 Thread via GitHub
jaslawinMs commented on issue #5766: URL: https://github.com/apache/jmeter/issues/5766#issuecomment-1476881919 is there any ETA for a new release having the fix? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [jmeter] ttaolu opened a new issue, #5794: Can't build, The following files have format violations

2023-03-20 Thread via GitHub
ttaolu opened a new issue, #5794: URL: https://github.com/apache/jmeter/issues/5794 ### Expected behavior ``` $ git fetch $ git status On branch master Your branch is up to date with 'origin/master'. nothing to commit, working tree clean ``` ``` $ ./gradlew

[GitHub] [jmeter] vlsi commented on issue #5794: Can't build, The following files have format violations

2023-03-20 Thread via GitHub
vlsi commented on issue #5794: URL: https://github.com/apache/jmeter/issues/5794#issuecomment-1477267904 Try running the build with -PmaxCheckMessageLines=500 -PmaxFilesToList=10 -PminLinesPerFile=40 -- This is an automated message from the Apache Git Service. To respond to the message, p

[GitHub] [jmeter] ttaolu commented on issue #5794: Can't build, The following files have format violations

2023-03-20 Thread via GitHub
ttaolu commented on issue #5794: URL: https://github.com/apache/jmeter/issues/5794#issuecomment-1477315316 not work ``` $ ./gradlew build -PmaxCheckMessageLines=500 -PmaxFilesToList=10 -PminLinesPerFile=40 Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 > Configure project

[GitHub] [jmeter] vlsi commented on issue #5794: Can't build, The following files have format violations

2023-03-20 Thread via GitHub
vlsi commented on issue #5794: URL: https://github.com/apache/jmeter/issues/5794#issuecomment-1477318836 Does gradlew autostyleApply resolve the issue? -- 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] ttaolu commented on issue #5794: Can't build, The following files have format violations

2023-03-21 Thread via GitHub
ttaolu commented on issue #5794: URL: https://github.com/apache/jmeter/issues/5794#issuecomment-1477448014 no, that was I run autostyleApply , ``` $ ./gradlew autostyleApply --stacktrace Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 > Configure project :buildSrc M

[GitHub] [jmeter] vlsi commented on issue #5794: Can't build, The following files have format violations

2023-03-21 Thread via GitHub
vlsi commented on issue #5794: URL: https://github.com/apache/jmeter/issues/5794#issuecomment-1477581522 Try runing `./gradlew :buildSrc:autostyleApply` The issue is related to `:buildSrc`, not to the main code. -- This is an automated message from the Apache Git Service. To respond

[GitHub] [jmeter] ttaolu commented on issue #5794: Can't build, The following files have format violations

2023-03-21 Thread via GitHub
ttaolu commented on issue #5794: URL: https://github.com/apache/jmeter/issues/5794#issuecomment-1477700699 same error - ./gradlew :buildSrc:autostyleApply - ./gradlew :buildSrc:autostyleApply -PmaxCheckMessageLines=50 -PmaxFilesToList=10 -PminLinesPerFile=4 - ./gradlew -PmaxCheckM

[GitHub] [jmeter] vlsi commented on issue #5794: Can't build, The following files have format violations

2023-03-21 Thread via GitHub
vlsi commented on issue #5794: URL: https://github.com/apache/jmeter/issues/5794#issuecomment-1477740257 What if you change directory to `buildSrc` and issue `../gradlew autostyleApply`? -- This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [jmeter] ttaolu commented on issue #5794: Can't build, The following files have format violations

2023-03-21 Thread via GitHub
ttaolu commented on issue #5794: URL: https://github.com/apache/jmeter/issues/5794#issuecomment-1477783104 it seems ok, but what can i do next ![image](https://user-images.githubusercontent.com/82750254/226608368-6d7cda51-ec44-4829-8429-645225873322.png) my project can not run ![i

[GitHub] [jmeter] ttaolu commented on issue #5794: Can't build, The following files have format violations

2023-03-21 Thread via GitHub
ttaolu commented on issue #5794: URL: https://github.com/apache/jmeter/issues/5794#issuecomment-1477789575 when in buildSrc the task of clean and tasks can run success. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use t

[GitHub] [jmeter] ttaolu opened a new pull request, #5795: charset use getter for TcpClientImpl

2023-03-22 Thread via GitHub
ttaolu opened a new pull request, #5795: URL: https://github.com/apache/jmeter/pull/5795 in one test plan several sampler's charset can change by pre-processors in groovy: if(sampler.firstSample) { sampler.initSampling() sampler.firstSample = false }

[GitHub] [jmeter] firatkucuk commented on issue #5690: remove xalan dependency due to it being end of life

2023-03-23 Thread via GitHub
firatkucuk commented on issue #5690: URL: https://github.com/apache/jmeter/issues/5690#issuecomment-1481110597 https://github.com/HtmlUnit/htmlunit-xpath Can this be an alternative? I checked the same problem with htmlunit and saw this ticket: https://github.com/HtmlUnit/htmlunit

[GitHub] [jmeter] FSchumacher commented on pull request #5795: charset use getter for TcpClientImpl

2023-03-25 Thread via GitHub
FSchumacher commented on PR #5795: URL: https://github.com/apache/jmeter/pull/5795#issuecomment-1483815019 I am not sure, what you really want here. What do you want to achieve? Why? (As a plus) What have you tried so far? What should have happened? What happened? -- This

[GitHub] [jmeter] ttaolu closed pull request #5795: charset use getter for TcpClientImpl

2023-03-25 Thread via GitHub
ttaolu closed pull request #5795: charset use getter for TcpClientImpl URL: https://github.com/apache/jmeter/pull/5795 -- 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 unsubs

[GitHub] [jmeter] ttaolu closed issue #5794: Can't build, The following files have format violations

2023-03-25 Thread via GitHub
ttaolu closed issue #5794: Can't build, The following files have format violations URL: https://github.com/apache/jmeter/issues/5794 -- 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 comm

[GitHub] [jmeter] vlsi commented on issue #5794: Can't build, The following files have format violations

2023-03-25 Thread via GitHub
vlsi commented on issue #5794: URL: https://github.com/apache/jmeter/issues/5794#issuecomment-1483840460 Have you figured out what was the reason? -- 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 commented on pull request #5795: charset use getter for TcpClientImpl

2023-03-25 Thread via GitHub
FSchumacher commented on PR #5795: URL: https://github.com/apache/jmeter/pull/5795#issuecomment-1483871869 Did you close the PR on purpose? Reading the code, I assume, that you want to make the used charset in tcp sampler configurable at runtime instead of start time. -- This is an

[GitHub] [jmeter] FSchumacher commented on pull request #5787: Update website copyright year to 2023

2023-03-25 Thread via GitHub
FSchumacher commented on PR #5787: URL: https://github.com/apache/jmeter/pull/5787#issuecomment-1483872290 We usually update the website, when we do a release (which we haven't done yet, this year). -- This is an automated message from the Apache Git Service. To respond to the message, pl

[GitHub] [jmeter] ttaolu commented on pull request #5795: charset use getter for TcpClientImpl

2023-03-26 Thread via GitHub
ttaolu commented on PR #5795: URL: https://github.com/apache/jmeter/pull/5795#issuecomment-1484031241 Yes, it is expected that the charset can be dynamically adjusted instead of being determined at the beginning of the run, the code has not been run or tested, may not be suitable for PR

[GitHub] [jmeter] ttaolu commented on issue #5794: Can't build, The following files have format violations

2023-03-26 Thread via GitHub
ttaolu commented on issue #5794: URL: https://github.com/apache/jmeter/issues/5794#issuecomment-1484033629 No, it has not been resolved. It may be a problem with my own computer or with tools or environments -- This is an automated message from the Apache Git Service. To respond to the me

[GitHub] [jmeter] FSchumacher commented on pull request #721: WIP: reduce use of xalan

2023-03-26 Thread via GitHub
FSchumacher commented on PR #721: URL: https://github.com/apache/jmeter/pull/721#issuecomment-1484046936 > I raised [JetBrains/lets-plot#576](https://github.com/JetBrains/lets-plot/issues/576) - I'm not sure if that blocks us from making progress here. That issue has been resolved an

[GitHub] [jmeter] FSchumacher opened a new pull request, #5796: Warn about time format change only once

2023-03-26 Thread via GitHub
FSchumacher opened a new pull request, #5796: URL: https://github.com/apache/jmeter/pull/5796 ## Description Warn only once, when `u` is found in format string of the `__time` function. ## Motivation There could be other reasons, why `u` is contained in the format string.

[GitHub] [jmeter] FSchumacher opened a new pull request, #5797: Update lets-plot-jvm

2023-03-26 Thread via GitHub
FSchumacher opened a new pull request, #5797: URL: https://github.com/apache/jmeter/pull/5797 ## Description This release of lets-plot removes the dependency to xalan, which can help resolving #721 ## How Has This Been Tested? Ran `./gradlew test` and a GUI test with an ope

[GitHub] [jmeter] vlsi commented on a diff in pull request #5796: Warn about time format change only once

2023-03-26 Thread via GitHub
vlsi commented on code in PR #5796: URL: https://github.com/apache/jmeter/pull/5796#discussion_r1148534522 ## src/functions/src/main/java/org/apache/jmeter/functions/TimeFunction.java: ## @@ -96,13 +99,17 @@ public String execute(SampleResult previousResult, Sampler currentSamp

[GitHub] [jmeter] FSchumacher commented on a diff in pull request #5788: feat: add property to disable FunctionProperty caching

2023-03-26 Thread via GitHub
FSchumacher commented on code in PR #5788: URL: https://github.com/apache/jmeter/pull/5788#discussion_r1148543694 ## xdocs/usermanual/properties_reference.xml: ## @@ -1339,6 +1339,14 @@ JMETER-SERVER ORO PatternCacheLRU size. Defaults to: 1000 + +Cache function e

[GitHub] [jmeter] vlsi commented on a diff in pull request #5788: feat: add property to disable FunctionProperty caching

2023-03-26 Thread via GitHub
vlsi commented on code in PR #5788: URL: https://github.com/apache/jmeter/pull/5788#discussion_r1148544589 ## xdocs/usermanual/properties_reference.xml: ## @@ -1339,6 +1339,14 @@ JMETER-SERVER ORO PatternCacheLRU size. Defaults to: 1000 + +Cache function executio

  1   2   3   4   5   6   7   8   9   10   >