-
Notifications
You must be signed in to change notification settings - Fork 4k
Open
Labels
A-testingTesting tools and infrastructureTesting tools and infrastructureC-enhancementSolution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)T-kvKV TeamKV Team
Description
Currently, we have over 60 different client ops in the kvnemsis generator, while the test is configured to choose only 100 random ops per run. Some of these are multi-op batches and transactions that increase the total number of ops run by a given test, but the probability of choosing a fixed op is still pretty low.
To improve our test coverage, we should consider constructing more targeted batches; e.g. read-only batches, write-only batches, etc. We can also consider revising the swarm testing idea prototyped in #150495.
Jira issue: CRDB-56185
Metadata
Metadata
Assignees
Labels
A-testingTesting tools and infrastructureTesting tools and infrastructureC-enhancementSolution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)T-kvKV TeamKV Team