Skip to content

Commit

Permalink
Refine3
Browse files Browse the repository at this point in the history
Signed-off-by: Evgeny Malygin <[email protected]>
  • Loading branch information
678098 committed Dec 11, 2024
1 parent 2d0f0b2 commit a169001
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions src/groups/mqb/mqbc/mqbc_storagemanager.t.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2969,10 +2969,10 @@ static void test19_fileSizesHardLimits()
if (rc == 0) {
storageManager.stop();
}
ASSERT_EQ_D("line: " << line << ", expected failure: "
<< expectFailure << ", rc: " << rc,
expectFailure,
(rc != 0));
BMQTST_ASSERT_EQ_D("line: " << line << ", expected failure: "
<< expectFailure << ", rc: " << rc,
expectFailure,
(rc != 0));
}
};

Expand Down
4 changes: 2 additions & 2 deletions src/groups/mqb/mqbs/mqbs_filestoreprotocol.h
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,10 @@
// or 32GiB - 8B
// (See also: mqbs::FileStoreProtocol::k_MAX_DATA_FILE_SIZE_HARD)
// Max Journal file size..........................: 17179869180 bytes
// or 16GiB - 8B
// or 16GiB - 4B
// (See also: mqbs::FileStoreProtocol::k_MAX_JOURNAL_FILE_SIZE_HARD)
// Max Qlist file size............................: 17179869180 bytes
// or 16GiB - 8B
// or 16GiB - 4B
// (See also: mqbs::FileStoreProtocol::k_MAX_QLIST_FILE_SIZE_HARD)
// Max Journal Record size........................: 1020 bytes
// Max Journal Record types.......................: 15
Expand Down

0 comments on commit a169001

Please sign in to comment.