1
0
Fork 0

Bug fix 3.3/micro fixes (#4235)

This commit is contained in:
Jan 2018-01-12 13:59:18 +01:00 committed by GitHub
parent 7b370dbf23
commit 0a28878059
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -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();

View File

@ -198,6 +198,7 @@ TEST_CASE("cache::Manager", "[cache][!hide][longRunning]") {
caches.emplace(res);
}
}
// intentionally falls through
case 1:
default: {
if (!caches.empty()) {