Re: GraphQL sampler?

2020-09-26 Thread Woonsan Ko
Hello, I've submitted a PR: https://github.com/apache/jmeter/pull/627 Please take a look. Thanks in advance, Woonsan On Sun, Sep 20, 2020 at 5:14 PM Woonsan Ko wrote: > > On Fri, Sep 18, 2020 at 4:02 PM Philippe Mouawad > wrote: > > > > On Fri, Sep 18, 2020 at 4:39 PM Woonsan Ko wrote: > > >

[GitHub] [jmeter] woonsan opened a new pull request #627: BZ 64752 - Add GraphQL/HTTP Request Sampler

2020-09-26 Thread GitBox
woonsan opened a new pull request #627: URL: https://github.com/apache/jmeter/pull/627 ## Description New GraphQL HTTP Request sampler, just a GUI variation of the HTTP Request sampler, was added. Changes: - Added `GraphQLHTTPSamplerGui` (extending `HTTPSamplerGui`) and `G

buildbot failure in on jmeter-nightly

2020-09-26 Thread buildbot
The Buildbot has detected a new failure on builder jmeter-nightly while building . Full details are available at: https://ci.apache.org/builders/jmeter-nightly/builds/1860 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: bb_slave7_ubuntu Build Reason: The Nightly scheduler na

Build failed in Jenkins: JMeter ยป JMeter-analysis #49

2020-09-26 Thread Apache Jenkins Server
See Changes: [Felix Schumacher] Move guard clause for log message generation -- [...truncated 265.46 KB...] > Task :src:core:test 0.5sec, 23 comple

[GitHub] [jmeter] FSchumacher merged pull request #626: Move guard clause for log message generation

2020-09-26 Thread GitBox
FSchumacher merged pull request #626: URL: https://github.com/apache/jmeter/pull/626 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 opened a new pull request #626: Move guard clause for log message generation

2020-09-26 Thread GitBox
FSchumacher opened a new pull request #626: URL: https://github.com/apache/jmeter/pull/626 ## Description Move guard close for log message generation a bit closer to the line, where the logging is done. ## Motivation and Context The guard clause is not visible for sonaqube

[GitHub] [jmeter] FSchumacher merged pull request #625: Make method less complex by extracting private methods

2020-09-26 Thread GitBox
FSchumacher merged pull request #625: URL: https://github.com/apache/jmeter/pull/625 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 opened a new pull request #625: Make method less complex by extracting private methods

2020-09-26 Thread GitBox
FSchumacher opened a new pull request #625: URL: https://github.com/apache/jmeter/pull/625 ## Description Extract functionality of a complex method into named private methods ## Motivation and Context Sonar will rant, if methods are too complex and I think named methods make th

[GitHub] [jmeter] FSchumacher merged pull request #624: Correct string formatting for log message

2020-09-26 Thread GitBox
FSchumacher merged pull request #624: URL: https://github.com/apache/jmeter/pull/624 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 merged pull request #623: Use string formatting for log messages

2020-09-26 Thread GitBox
FSchumacher merged pull request #623: URL: https://github.com/apache/jmeter/pull/623 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 opened a new pull request #624: Correct string formatting for log message

2020-09-26 Thread GitBox
FSchumacher opened a new pull request #624: URL: https://github.com/apache/jmeter/pull/624 ## Description The number of parameters and the number of placeholders in the log format string didn't match. ## Motivation and Context Regression introduced with 0a51044626c5d9f5c228

[GitHub] [jmeter] FSchumacher opened a new pull request #623: Use string formatting for log messages

2020-09-26 Thread GitBox
FSchumacher opened a new pull request #623: URL: https://github.com/apache/jmeter/pull/623 ## Description Use string format instead of concatenating of strings in log messages ## Motivation and Context It looks a bit nicer and might be faster, when the concatenated strings are

[GitHub] [jmeter] FSchumacher merged pull request #622: Guard against empty or wrong threadGroup names

2020-09-26 Thread GitBox
FSchumacher merged pull request #622: URL: https://github.com/apache/jmeter/pull/622 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 opened a new pull request #622: Guard against empty or wrong threadGroup names

2020-09-26 Thread GitBox
FSchumacher opened a new pull request #622: URL: https://github.com/apache/jmeter/pull/622 ## Description JMeter should always set the names correctly, but that may not be the case for third-party plugins. ## Motivation and Context A [NPE was reported on the users mailing