Define in the JIRA ticket how the class layering will work between application and framework.
Include work below after investigation:
Implement a workload generator class in the test framework (3 days)
- Links through to the configuration parsing.
- Supports configuring data size.
- A single table initially, but extensible to multiple tables.
- Supports single operations
- Only support auto-commit (default) transactions.
- Exposes:
- insert
- update
- remove
- search
- Search_near
- Be able to run a simple test program that adds content to a database.
- causes
-
WT-7211 Added missing return statement in stress testing framework
- Closed