Re: [I] GRPC service streaming on Jmeter [jmeter]

2024-03-22 Thread via GitHub
nptri commented on issue #6087: URL: https://github.com/apache/jmeter/issues/6087#issuecomment-2014608165 request for comment on this feature. Gently tag @vlsi to see if gRPC is possible. -- This is an automated message from the Apache Git Service. To respond to the message, please log

[I] Recorder: Transaction Control [jmeter]

2024-03-22 Thread via GitHub
Semicolon0821 opened a new issue, #6255: URL: https://github.com/apache/jmeter/issues/6255 ### Expected behavior _No response_ ### Actual behavior _No response_ ### Steps to reproduce the problem I’m try to record in jmeter version 5.6.2 but during

[PR] Add fail option for regex extractor [jmeter]

2024-03-22 Thread via GitHub
jgaalen opened a new pull request, #6256: URL: https://github.com/apache/jmeter/pull/6256 ## Description This change adds the option to automatically fail a sampler if a regular expression extraction can't find any matches. ## Motivation and Context This saves the need to add

Re: [I] Add ability for RegexExtractor to fail sampler result if there is no match [jmeter]

2024-03-22 Thread via GitHub
jgaalen commented on issue #3364: URL: https://github.com/apache/jmeter/issues/3364#issuecomment-2015411816 [PR here](https://github.com/apache/jmeter/pull/6256) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

Re: [PR] Add fail option for regex extractor [jmeter]

2024-03-22 Thread via GitHub
vlsi commented on code in PR #6256: URL: https://github.com/apache/jmeter/pull/6256#discussion_r1535837920 ## src/components/src/main/java/org/apache/jmeter/extractor/RegexExtractor.java: ## @@ -71,6 +72,8 @@ public class RegexExtractor extends AbstractScopedTestElement

Re: [PR] Add fail option for regex extractor [jmeter]

2024-03-22 Thread via GitHub
jgaalen commented on code in PR #6256: URL: https://github.com/apache/jmeter/pull/6256#discussion_r1536236515 ## src/components/src/main/java/org/apache/jmeter/extractor/RegexExtractor.java: ## @@ -71,6 +72,8 @@ public class RegexExtractor extends AbstractScopedTestElement