Changing any of the FLAGS configuration options in one test affects those options for all subsequent tests.
A proposed solution is for ClusterTest in tests/test_common to save the current state of FLAGS before running a test and then restore the previous state after the test has completed.
Changing any of the
FLAGSconfiguration options in one test affects those options for all subsequent tests.A proposed solution is for
ClusterTestintests/test_commonto save the current state ofFLAGSbefore running a test and then restore the previous state after the test has completed.