You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some tests will want to start the Redpanda application with certain
features turned off. Rather than exposing this abililty to users with a
cluster property, this plumbs a struct through the application to be
used by test fixtures.
This is done in this commit to disable the flush loop when running
replicated_metastore_test, which will exercise flushes of its own.
Now that this is configurable and set appropriately for
replicated_metastore_test, the default behavior is also switched to
_not_ skipping the flush loop.
0 commit comments