Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bank2: toggle feature randomly #393

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

cosven
Copy link
Contributor

@cosven cosven commented Mar 25, 2021

Toggle feature async-commit and gc-in-compaction-filter during test run.
cc @hicqu

@cosven cosven requested a review from mahjonp March 25, 2021 08:41
maxLength = flag.Int("max-value-length", 128, "maximum value inserted into rocksdb")
replicaRead = flag.String("tidb-replica-read", "leader", "tidb_replica_read mode, support values: leader / follower / leader-and-follower, default value: leader.")
dbname = flag.String("dbname", "test", "name of database to test")
randomToggleFeature = flag.Bool("random-toggle-feature", false, "")
Copy link
Contributor

@mahjonp mahjonp Mar 25, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it's a little vague to me since there are only two toggle features here(tidb_enable_async_commit and enable-compaction-filter). Rest LGTM

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I mean that random-toggle-feature maybe not a good name, but I have no idea about the name.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants