We should run our CI with various different combinations of settings every so often, perhaps once a week before the release, to ensure everything is being thoroughly tested. For example, we currently use read_write_strategy = aggressive for all the tests in integration, which doesn't test conservative mode behavior.
We should run our CI with various different combinations of settings every so often, perhaps once a week before the release, to ensure everything is being thoroughly tested. For example, we currently use
read_write_strategy= aggressive for all the tests inintegration, which doesn't test conservative mode behavior.