facebook / rocksdb

A library that provides an embeddable, persistent key-value store for fast storage.
http://rocksdb.org
GNU General Public License v2.0
28.09k stars 6.25k forks source link

Add Transaction::PutEntity to the stress tests #12688

Closed ltamasi closed 2 months ago

ltamasi commented 2 months ago

Summary: As a first step of covering the wide-column transaction APIs, the patch adds PutEntity to the optimistic and pessimistic transaction stress tests (for the latter, only when the WriteCommitted policy is utilized). Other APIs and the multi-operation transaction test will be covered by subsequent PRs.

Differential Revision: D57675781

facebook-github-bot commented 2 months ago

This pull request was exported from Phabricator. Differential Revision: D57675781

facebook-github-bot commented 2 months ago

This pull request was exported from Phabricator. Differential Revision: D57675781

facebook-github-bot commented 2 months ago

This pull request has been merged in facebook/rocksdb@db0960800a2971e94c73d7e7eb1bd2e9b8d3c54c.