Description
Many cloud tests have a DEBUG instance variable e.g.
private static final boolean DEBUG = false;
and
if (DEBUG) { super.printLayout(); }
I cannot find where this variable is set to true so the printLayout is never actually printed.
We need to review and fix all such tests:
- BasicDistributedZKTest.doTest
- CollectionsAPIAsyncDistributedZkTest.doTest
- CollectionsAPIDistributedZkTest
- CustomCollectionTest
- UnloadDistributedZkTest
This is not an exhaustive list.