mirror of https://gitee.com/bigwinds/arangodb
Bug fix 3.3/micro fixes (#4235)
This commit is contained in:
parent
7b370dbf23
commit
0a28878059
|
@ -420,7 +420,7 @@ class WALParser : public rocksdb::WriteBatch::Handler {
|
|||
|
||||
void writeCommitMarker() {
|
||||
TRI_ASSERT(_seenBeginTransaction && !_singleOp);
|
||||
LOG_TOPIC(_LOG, Logger::PREGEL) << "tick: " << _currentSequence
|
||||
LOG_TOPIC(_LOG, Logger::ROCKSDB) << "tick: " << _currentSequence
|
||||
<< " commit transaction";
|
||||
|
||||
_builder.openObject();
|
||||
|
|
|
@ -198,6 +198,7 @@ TEST_CASE("cache::Manager", "[cache][!hide][longRunning]") {
|
|||
caches.emplace(res);
|
||||
}
|
||||
}
|
||||
// intentionally falls through
|
||||
case 1:
|
||||
default: {
|
||||
if (!caches.empty()) {
|
||||
|
|
Loading…
Reference in New Issue