[GitHub] [jmeter] FSchumacher commented on issue #5735: SSH Command Error:Algorithm negotiation fail

2022-11-19 Thread GitBox
FSchumacher commented on issue #5735: URL: https://github.com/apache/jmeter/issues/5735#issuecomment-1320857842 JMeter does not contain a SSH sampler. This must be a third party plugin. Please ask the authors/community of that plugin for help. -- This is an automated message from the

[GitHub] [jmeter] FSchumacher closed issue #5735: SSH Command Error:Algorithm negotiation fail

2022-11-19 Thread GitBox
FSchumacher closed issue #5735: SSH Command Error:Algorithm negotiation fail URL: https://github.com/apache/jmeter/issues/5735 -- 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] FSchumacher commented on pull request #727: Bug 66269: Add NoThreadClone to HeaderManager to reduce heap utilization

2022-11-19 Thread GitBox
FSchumacher commented on PR #727: URL: https://github.com/apache/jmeter/pull/727#issuecomment-1320862583 > The change would impact the ones who attempt to add/remove headers dynamically via JSR223 or something similar. > > For instance,

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

2022-11-19 Thread GitBox
vschs007 commented on issue #5728: URL: https://github.com/apache/jmeter/issues/5728#issuecomment-1320872833 I tried with http4 req type but for this case I starts getting connection issues e.g socket closed , I created ip aliases and followed steps for ip spoofing on http4 client but same

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

2022-11-19 Thread GitBox
FSchumacher commented on issue #5734: URL: https://github.com/apache/jmeter/issues/5734#issuecomment-1320860996 I think, this is intended behaviour, as it allows the assertions to switch a failing request to be OK. The most prominent example for this is the ResponseAssertion, that has the

[GitHub] [jmeter] FSchumacher opened a new pull request, #5736: Allow SampleResult#setEndTime be set in JSR223Sampler

2022-11-19 Thread GitBox
FSchumacher opened a new pull request, #5736: URL: https://github.com/apache/jmeter/pull/5736 Issue #5733 ## Description JSR223Sampler throws an exception, when the sampler has set the endTime of the sampleResult. ## Motivation and Context JSR223Sampler is often used to

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

2022-11-19 Thread GitBox
FSchumacher commented on issue #5728: URL: https://github.com/apache/jmeter/issues/5728#issuecomment-1320861357 The classes used by the *Java* client implementation do not support ip spoofing. There are a few sources online, that suggest, one could implement it for https, but that would

[GitHub] [jmeter] FSchumacher commented on pull request #5731: UPPER is the default case for changeCase

2022-11-19 Thread GitBox
FSchumacher commented on PR #5731: URL: https://github.com/apache/jmeter/pull/5731#issuecomment-1320878521 Thanks for the PR. -- 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] asfgit merged pull request #5731: UPPER is the default case for changeCase

2022-11-19 Thread GitBox
asfgit merged PR #5731: URL: https://github.com/apache/jmeter/pull/5731 -- 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:

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

2022-11-19 Thread GitBox
FSchumacher commented on issue #5734: URL: https://github.com/apache/jmeter/issues/5734#issuecomment-1320918623 Can you post a minimal test plan, that exposes the described behaviour? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [jmeter] FSchumacher commented on issue #5677: HTTP Request shown as passed even if all assertions failed but the last assertion passed

2022-11-19 Thread GitBox
FSchumacher commented on issue #5677: URL: https://github.com/apache/jmeter/issues/5677#issuecomment-1320918498 Can you give more information on the used test plan? I suspect, that the Response Assertion "Status code is 200" has the flag `Ignore status` set. The doc for that element