add comment

This commit is contained in:
Xiaoxi Wang 2022-07-11 11:26:46 -07:00
parent 447eaa1d81
commit f42b8687c2
1 changed files with 3 additions and 1 deletions

View File

@ -78,7 +78,9 @@ public:
const DatabaseConfiguration& configuration) const override;
};
// run mock transaction
// A mock transaction implementation for test usage.
// Contract: every function involving mock transaction should return immediately to mimic the ACI property of real
// transaction.
class DDMockTxnProcessor : public IDDTxnProcessor {};
#endif // FOUNDATIONDB_DDTXNPROCESSOR_H