Skip to content

Commit

Permalink
datalake/tests: enable offset translation in state machine test
Browse files Browse the repository at this point in the history
Signed-off-by: Michał Maślanka <[email protected]>
  • Loading branch information
mmaslankaprv committed Dec 11, 2024
1 parent f34856c commit f454ef2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/v/datalake/translation/tests/state_machine_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ struct translator_stm_fixture : stm_raft_fixture<stm> {
};

TEST_F_CORO(translator_stm_fixture, state_machine_ops) {
enable_offset_translation();
co_await initialize_state_machines();
co_await wait_for_leader(5s);
scoped_config config;
Expand Down

0 comments on commit f454ef2

Please sign in to comment.