Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
kwannoel committed Jan 28, 2025
1 parent 484a5f8 commit 78bce70
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/stream/src/executor/sync_kv_log_store.rs
Original file line number Diff line number Diff line change
Expand Up @@ -781,6 +781,7 @@ mod tests {
let table = gen_test_log_store_table(pk_info);

let log_store_executor = SyncedKvLogStoreExecutor::new(
ActorContext::for_test(123),
table.id,
KvLogStoreReadMetrics::for_test(),
KvLogStoreMetrics::for_test(),
Expand Down Expand Up @@ -874,6 +875,7 @@ mod tests {
let table = gen_test_log_store_table(pk_info);

let log_store_executor = SyncedKvLogStoreExecutor::new(
ActorContext::for_test(123),
table.id,
KvLogStoreReadMetrics::for_test(),
KvLogStoreMetrics::for_test(),
Expand Down Expand Up @@ -965,6 +967,7 @@ mod tests {
let table = gen_test_log_store_table(pk_info);

let log_store_executor = SyncedKvLogStoreExecutor::new(
ActorContext::for_test(123),
table.id,
KvLogStoreReadMetrics::for_test(),
KvLogStoreMetrics::for_test(),
Expand Down

0 comments on commit 78bce70

Please sign in to comment.