Skip to content

Instantly share code, notes, and snippets.

@jtaleric
Created July 18, 2017 19:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jtaleric/7550c7fb6414397213c08121602ff377 to your computer and use it in GitHub Desktop.
Save jtaleric/7550c7fb6414397213c08121602ff377 to your computer and use it in GitHub Desktop.
017-07-18 19:22:11.931 27543 RALLYDEBUG rally.task.runner [-] Starting the constant runner (task UUID: c21a7922-3cef-48e0-9d85-b3618348222b).
timeout: 0
concurrency: 1
concurrency_per_worker: 1
times: 1
concurrency_overhead: 0
processes_to_start: 1
max_cpu_used: 4
2017-07-18 19:22:11.935 27765 RALLYDEBUG rally.task.runner [-] Starting a worker.
concurrency: 1
args: {'num_pairs': 1, 'cloudname': 'bs', 'network_id': '21edd045-9acc-4579-876b-e9799e93bf37', 'elastic_port': '9200', 'image': u'dcd8047d-4b6f-412c-8fba-60eb43dbae78', 'mes
sage_sizes': '64', 'test_types': 'throughput', 'instances': '1', 'protocols': 'tcp', 'user': 'root', 'samples': '1', 'test_name': 'test', 'flavor': u'9aff2def-1e9d-4f75-8e80-9d92f80d
e031', 'password': '100yard-', 'elastic_host': 'elastic.scalelab.redhat.com', 'send_results': True}
times: 1
method_name: pbench_uperf
timeout: 0
cls: <class 'pbench-uperf.BrowbeatPlugin'>
2017-07-18 19:22:11.938 27765 INFO rally.task.runner [-] Task c21a7922-3cef-48e0-9d85-b3618348222b | ITER: 1 START
Exception in thread Thread-123:
Traceback (most recent call last):
File "/usr/lib64/python2.7/threading.py", line 811, in __bootstrap_inner
self.run()
File "/usr/lib64/python2.7/threading.py", line 764, in run
self.__target(*self.__args, **self.__kwargs)
File "/home/stack/rally-venv/lib/python2.7/site-packages/rally/task/runner.py", line 94, in _worker_thread
scenario_kwargs, event_queue))
File "/home/stack/rally-venv/lib/python2.7/site-packages/rally/task/runner.py", line 68, in _run_scenario_once
scenario_inst = cls(context_obj)
TypeError: __init__() takes exactly 1 argument (2 given)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment