Vladislav Pyatkov created IGNITE-19738:
------------------------------------------
Summary: Replace fut.join() to assertThat(fut,
willCompleteSuccessfully()) in all tests
Key: IGNITE-19738
URL: https://issues.apache.org/jira/browse/IGNITE-19738
Project: Ignite
Issue Type: Bug
Reporter: Vladislav Pyatkov
Everywhere in test, we should give up explicitly waiting of future completion
in favor of using matcher assert. This replacement is supposed to do for two
purpose:
# Limit of waiting time
# Throw exception with useful message
--
This message was sent by Atlassian Jira
(v8.20.10#820010)