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

RuntimeError: Set changed size during iteration #9

Open
vovapi opened this issue Oct 23, 2015 · 0 comments
Open

RuntimeError: Set changed size during iteration #9

vovapi opened this issue Oct 23, 2015 · 0 comments

Comments

@vovapi
Copy link
Contributor

vovapi commented Oct 23, 2015

When running yandex-tank with yatank-online report plugin i got this error:

      INFO:yandextank.core.consoleworker:Exception: Traceback (most recent call last):
        File "/usr/local/lib/python2.7/dist-packages/yandextank/core/consoleworker.py", line 277, in perform_test
          retcode = self.core.wait_for_finish()
        File "/usr/local/lib/python2.7/dist-packages/yandextank/core/tankcore.py", line 302, in wait_for_finish
          retcode = plugin.is_test_finished()
        File "/usr/local/lib/python2.7/dist-packages/yandextank/plugins/Aggregator.py", line 75, in is_test_finished
          self.__read_samples(2)
        File "/usr/local/lib/python2.7/dist-packages/yandextank/plugins/Aggregator.py", line 122, in __read_samples
          self.__notify_listeners(data)
        File "/usr/local/lib/python2.7/dist-packages/yandextank/plugins/Aggregator.py", line 94, in __notify_listeners
          listener.aggregate_second(data)
        File "/usr/local/lib/python2.7/dist-packages/yatank_online-0.0.2-py2.7.egg/yatank_OnlineReport/plugin.py", line 80, in aggregate_second
          self.server.send(message)
        File "/usr/local/lib/python2.7/dist-packages/yatank_online-0.0.2-py2.7.egg/yatank_OnlineReport/server.py", line 117, in send
          for connection in Client.CONNECTIONS:
      RuntimeError: Set changed size during iteration
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