Alexander Lapin created IGNITE-19606:
----------------------------------------
Summary: Assert that it's not possible to deployWatches before
metaStorageManager.start()
Key: IGNITE-19606
URL: https://issues.apache.org/jira/browse/IGNITE-19606
Project: Ignite
Issue Type: Improvement
Reporter: Alexander Lapin
h3. Motivation
Occurred that in some tests deployWatches was called on not started
metaStorageManager which leads to failures and unpredictable artifacts. In
order to prevent such possibility it's required to add corresponding assertion
in deployWatches.
h3. Definition of Done
Calling deployWatches on not started meta storage manager will result in an
AssertionException.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)