You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ignite.apache.org by GitBox <gi...@apache.org> on 2020/10/07 10:01:54 UTC

[GitHub] [ignite] SwirMix commented on pull request #8323: Ignite-13489. Start stop clients node. (without custom service)

SwirMix commented on pull request #8323:
URL: https://github.com/apache/ignite/pull/8323#issuecomment-704831011


     Event [IGNITE_APPLICATION_FINISHED\|IGNITE_APPLICATION_BROKEN] was not triggered in 10 seconds
   Traceback (most recent call last):
     File "/usr/local/lib/python3.7/dist-packages/ducktape/tests/runner_client.py", line 134, in run
       data = self.run_test()
     File "/usr/local/lib/python3.7/dist-packages/ducktape/tests/runner_client.py", line 192, in run_test
       return self.test_context.function(self.test)
     File "/usr/local/lib/python3.7/dist-packages/ducktape/mark/_mark.py", line 429, in wrapper
       return functools.partial(f, *args, **kwargs)(*w_args, **w_kwargs)
     File "/opt/ignite-dev/modules/ducktests/tests/ignitetest/tests/client_in_out_test.py", line 123, in test_ignite_start_stop
       temp_clients.stop()
     File "/usr/local/lib/python3.7/dist-packages/ducktape/services/background_thread.py", line 84, in stop
       super(BackgroundThreadService, self).stop()
     File "/usr/local/lib/python3.7/dist-packages/ducktape/services/service.py", line 281, in stop
       self.stop_node(node)
     File "/opt/ignite-dev/modules/ducktests/tests/ignitetest/services/ignite_app.py", line 78, in stop_node
       self.await_stopped(timeout_sec)
     File "/opt/ignite-dev/modules/ducktests/tests/ignitetest/services/ignite_app.py", line 72, in await_stopped
       self.__check_status("IGNITE_APPLICATION_FINISHED", timeout=timeout_sec)
     File "/opt/ignite-dev/modules/ducktests/tests/ignitetest/services/ignite_app.py", line 81, in __check_status
       self.await_event("%s\\|IGNITE_APPLICATION_BROKEN" % desired, timeout, from_the_beginning=True)
     File "/opt/ignite-dev/modules/ducktests/tests/ignitetest/services/utils/ignite_aware.py", line 138, in await_event
       backoff_sec=backoff_sec)
     File "/opt/ignite-dev/modules/ducktests/tests/ignitetest/services/utils/ignite_aware.py", line 125, in await_event_on_node
       err_msg="Event [%s] was not triggered in %d seconds" % (evt_message, timeout_sec))
     File "/usr/local/lib/python3.7/dist-packages/ducktape/cluster/remoteaccount.py", line 708, in wait_until
       allow_fail=True) == 0, **kwargs)
     File "/usr/local/lib/python3.7/dist-packages/ducktape/utils/util.py", line 41, in wait_until
       raise TimeoutError(err_msg() if callable(err_msg) else err_msg)
   ducktape.errors.TimeoutError: Event [IGNITE_APPLICATION_FINISHED\|IGNITE_APPLICATION_BROKEN] was not triggered in 10 seconds
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org