Hello,
Thanks for reporting this Python2 file encoding-related crash. We
consider it as a bug that needs to be fixed.
Can you attach two versions of this file (first one is the file
before uploading, the second one is the uploaded file)? This way
we can compare them and figure out if there were any modifications
to file on Taurus/JMeter side.
--
You received this message because you are subscribed to the Google Groups "codename-taurus" group.
To unsubscribe from this group and stop receiving emails from it, send an email to codename-taur...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/codename-taurus/7f7cc57d-a344-4624-8c84-67e90e53e3a5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
The file after upload has a mutlipart form wrappings, which were added by using `upload-files`. Usually the backend server gets rid of them when it's handling a POST request, but in your case it didn't.
So it looks like you can't use `upload-files`, as your server won't understand `multipart/form-data` requests. That means you can grab a JMX generated by Taurus in the early runs (look for `modified_requests.jmx` file in the artifacts dir) and set up a POST request manually. And then run resulting JMX with Taurus.
Dimitri
To view this discussion on the web visit https://groups.google.com/d/msgid/codename-taurus/6bfc075b-f1fd-43a1-b6a3-b8251134930e%40googlegroups.com.