Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problems with Jmeter plugin #844

Open
livefrommin opened this issue May 4, 2020 · 0 comments
Open

Problems with Jmeter plugin #844

livefrommin opened this issue May 4, 2020 · 0 comments

Comments

@livefrommin
Copy link

Tried on two different OS (Ubuntu and CentOS), python3 branch, both of them make this exception:

Traceback (most recent call last):
File "/usr/lib/python3.6/threading.py", line 916, in _bootstrap_inner
self.run()
File "/usr/local/lib/python3.6/dist-packages/yandextank/core/consoleworker.py", line 380, in run
self.core.plugins_configure()
File "/usr/local/lib/python3.6/dist-packages/yandextank/core/tankcore.py", line 242, in plugins_configure
plugin.configure()
File "/usr/local/lib/python3.6/dist-packages/yandextank/plugins/JMeter/plugin.py", line 75, in configure
self.original_jmx, self.jtl_file, self.get_option('variables'))
File "/usr/local/lib/python3.6/dist-packages/yandextank/plugins/JMeter/plugin.py", line 262, in __add_jmeter_components
fh.write(''.join(source_lines))
TypeError: a bytes-like object is required, not 'str'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant