[PR] feat: #2870 SOAP request with attachments [jmeter]

2023-12-19 Thread via GitHub
vyletpet opened a new pull request, #6197: URL: https://github.com/apache/jmeter/pull/6197 ## Description Added possibility to set content type as "multipart/related" to be able to support SOAP with attachments (SwA} requests. ## Motivation and Context To be able to send SwA req

Re: [I] Downloading of embedded resources via HTTP Request Default not working on v5.6.2 [jmeter]

2023-12-19 Thread via GitHub
vlsi commented on issue #6076: URL: https://github.com/apache/jmeter/issues/6076#issuecomment-1862886812 In other words, imagine the following: 1) You check `[x] retrieve embedded resources` in both `HTTP Request` and `HTTP Request Defaults` 2) Then you decide you do not need resou

Re: [I] Downloading of embedded resources via HTTP Request Default not working on v5.6.2 [jmeter]

2023-12-19 Thread via GitHub
vlsi commented on issue #6076: URL: https://github.com/apache/jmeter/issues/6076#issuecomment-1862866599 This is relevant: https://github.com/apache/jmeter/issues/6026#issuecomment-1614520251 -- This is an automated message from the Apache Git Service. To respond to the message, please lo

Re: [I] 5.6.2: JDBC Sampler initialization failure makes test fail without any visible error [jmeter]

2023-12-19 Thread via GitHub
johnqa commented on issue #6174: URL: https://github.com/apache/jmeter/issues/6174#issuecomment-1862769609 Indeed that was the issue, but I still wonder why it works on 5.4.3. Thanks for help! -- This is an automated message from the Apache Git Service. To respond to the message, pl

Re: [I] Downloading of embedded resources via HTTP Request Default not working on v5.6.2 [jmeter]

2023-12-19 Thread via GitHub
vlsi commented on issue #6076: URL: https://github.com/apache/jmeter/issues/6076#issuecomment-1862666049 > I sure don't want to have to go back though all our existing scripts and enable downloading embedded resources on each sampler Sure that is not the way to deal with it -- This

Build failed in Jenkins: JMeter ยป JMeter-trunk #741

2023-12-19 Thread Apache Jenkins Server
See Changes: [Vladimir Sitnikov] fix: log errors happening while JMeter starts the test [Vladimir Sitnikov] fix: remove empty implementation of TestStateListener from AbstractJDBCTestElement [Vladimir

Re: [I] Jmeter5.6.2 quits unexpectedly for my test without any error or exception [jmeter]

2023-12-19 Thread via GitHub
vlsi commented on issue #6164: URL: https://github.com/apache/jmeter/issues/6164#issuecomment-1862638253 Can you share the test plan that reproduces the issue? The issue might be fixed by https://github.com/apache/jmeter/pull/6193 though, so it would be great if you could try trying t

Re: [PR] fix: log errors happening while JMeter starts the test [jmeter]

2023-12-19 Thread via GitHub
vlsi merged PR #6193: URL: https://github.com/apache/jmeter/pull/6193 -- 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

[I] Tearing with 240HZ screen [jmeter]

2023-12-19 Thread via GitHub
sarryzy opened a new issue, #6195: URL: https://github.com/apache/jmeter/issues/6195 ### Expected behavior ![image](https://github.com/apache/jmeter/assets/111218812/ffebeb2c-19a5-4e68-9fc2-63688601922b) There is some problems while using a 240HZ screen.The scene is torn apart

[PR] fix: log errors happening while JMeter starts the test [jmeter]

2023-12-19 Thread via GitHub
vlsi opened a new pull request, #6193: URL: https://github.com/apache/jmeter/pull/6193 Previously, the exceptions from `TestStateListener.testStarted` might be unnoticed since the UI did not display them. This change is a workaround to surface errors in common cases. We should