Skip to content

Commit

Permalink
polish
Browse files Browse the repository at this point in the history
  • Loading branch information
henryzhx8 committed Nov 12, 2024
1 parent 401415f commit 1172a89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/unittest/flusher/FlusherSLSUnittest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ void FlusherSLSUnittest::OnSuccessfulInit() {
APSARA_TEST_TRUE(flusher->mShardHashKeys.empty());
APSARA_TEST_EQUAL(static_cast<uint32_t>(INT32_FLAG(merge_log_count_limit)),
flusher->mBatcher.GetEventFlushStrategy().GetMinCnt());
APSARA_TEST_EQUAL(static_cast<uint32_t>(INT32_FLAG(max_send_log_group_size) / INT32_FLAG(sls_serialize_size_expansion_ratio)),
APSARA_TEST_EQUAL(static_cast<uint32_t>(INT32_FLAG(max_send_log_group_size) / DOUBLE_FLAG(sls_serialize_size_expansion_ratio)),
flusher->mBatcher.GetEventFlushStrategy().GetMaxSizeBytes());
APSARA_TEST_EQUAL(static_cast<uint32_t>(INT32_FLAG(batch_send_metric_size)),
flusher->mBatcher.GetEventFlushStrategy().GetMinSizeBytes());
Expand Down

0 comments on commit 1172a89

Please sign in to comment.