CASSANDRA-8687 > <https://issues.apache.org/jira/browse/CASSANDRA-8687> Jeremiah Jordan > Keyspace > should also check Config.isClientMode Is there a way to test for missing > Config.isClientMode checks?
We should probably redo the client mode type stuff. Code should assume we are in a tool until isServerMode or something similar is set. In general, we have a lot of offline tools now, and we probably need to improve the testing of said tools.