• A
    Add Transaction::MultiGet to db_stress (#6227) · d4da4128
    anand76 提交于
    Summary:
    Call Transaction::MultiGet from TestMultiGet() in db_stress. We add some Puts/Merges/Deletes into the transaction in order to exercise MultiGetFromBatchAndDB. There is no data verification on read, just check status. There is currently no read data verification in db_stress as it requires synchronization with writes. It needs to be tackled separately.
    Pull Request resolved: https://github.com/facebook/rocksdb/pull/6227
    
    Test Plan: make crash_test_with_txn
    
    Differential Revision: D19204611
    
    Pulled By: anand1976
    
    fbshipit-source-id: 770d0e30d002e88626c264c58103f1d709bb060c
    d4da4128
no_batched_ops_stress.cc 21.3 KB