Skip to content
This repository has been archived by the owner on Dec 9, 2024. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants