mirror of https://gitee.com/bigwinds/arangodb
parent
a9ce6f8d9a
commit
f1d01a4585
|
@ -251,7 +251,7 @@ arangodb::Result RocksDBTransactionState::internalCommit() {
|
|||
<< "_numRemoves " << _numRemoves << " "
|
||||
<< "_numUpdates " << _numUpdates << " "
|
||||
<< "_numLogdata " << _numLogdata;
|
||||
sleep(1); // let it print
|
||||
std::this_thread::sleep_for(std::chrono::milliseconds(500));
|
||||
}
|
||||
// begin transaction + commit transaction + n doc removes
|
||||
TRI_ASSERT(_numLogdata == (2 + _numRemoves));
|
||||
|
|
Loading…
Reference in New Issue