cockroachdb / cockroachdb/cockroach
drt: identify operation groups that can be clubbed together
Open
C-enhancement
T-testeng
- Dominant language
- Go
- Stars
- 32.5k
- Forks
- 4.1k
- PR merge metrics
- PR metrics pending
Description
There are multiple operations that can be run as a single operations and can be clubbed into a group.
We can group them into the following:
1. All network disruption operations
2. all disk stall operations etc...
Refer: [Link](https://cockroachlabs.atlassian.net/wiki/spaces/TE/pages/4551507983/DRT+Operations+Framework+WIP)
Jira issue: CRDB-60313
Contributor guide
Assessment
This issue has not been assessed yet.