Sergey, Sounds good! Should we consider removing the deprecated methods `active()`, `active(boolean active)` from tests also?
On Tue, 26 May 2020 at 12:18, Sergey Antonov <[email protected]> wrote: > > Hello, Igniters. > > I introduced cluster read-only mode [1] and a new API for cluster state > change [2]. At the moment we don't have good test coverage for this > feature. I'm going to fix it and write tests and check that operations > are *denied > *in read-only mode: > > - data structures usage > - cache create/clear/destroy > - DDL requests > - cache updates by task's execution / deployed service > > And the following operations are *allowed *in read-only mode: > > - update of metastorage / distributed metastorage > - updates to ignite-sys-cache > - task's execution, but updates must be rejected > - service deploy/undeploy, but updates must be rejected > - data recovery on node join > > I'll work under these tests in ticket [3]. > Any objections? > > [1] https://issues.apache.org/jira/browse/IGNITE-11256 > [2] https://issues.apache.org/jira/browse/IGNITE-12225 > [3] https://issues.apache.org/jira/browse/IGNITE-13071 > -- > BR, Sergey Antonov
