Import from cURL has been introduced in version 5.1. It is in alpha and only supports a subset of cURL. This enhancement will complete coverage of cURL options for HTTP use cases.
PR provided: https://github.com/apache/jmeter/pull/465 UbikLoadPack Team @ubikloadpack
Fixed by: - https://github.com/apache/jmeter/commit/9869daa3ec2d558b7900d2c4e8b4f396e72c8750
commit 35dfeeda79f77d6b149a3693e8f7b2d342b34e7b AuthorDate: Sat Aug 3 14:06:57 2019 +0200 Use consistent names for methods Related to #475 Bugzilla Id: 63452 Bugzilla Id: 63419 --- .../java/org/apache/jmeter/protocol/http/curl/BasicCurlParser.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
This is an automated email from the ASF dual-hosted git repository. pmouawad pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/jmeter.git The following commit(s) were added to refs/heads/master by this push: new db6e22e Improvements: db6e22e is described below commit db6e22e58bafea4557fa33ed9383a85aac748c3b Author: pmouawad <p.mouawad@ubik-ingenierie.com> AuthorDate: Mon Sep 23 13:59:10 2019 +0200 Improvements: - Make threads, rampup, duration and loops configurable through properties. Fixes: - Use port if different from standard --- .../http/gui/action/ParseCurlCommandAction.java | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-)
*** Bug 64446 has been marked as a duplicate of this bug. ***
(In reply to Felix Schumacher from comment #5) > *** Bug 64446 has been marked as a duplicate of this bug. *** Hey Felix, - You marked Bug 64446 as Duplicate of Bug 63452 but 63452 is already marked as Resolved Fixed and it's fixed in JMeter version 5.2 and I am still not able to import cURL (with valid parameters) into JMeter. - Based on the above could you please Reopen this issue or Bug 64446. Or let me know I will Reopen it.
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/5079