Skip to content

Commit 4d45f48

Browse files
authored
[YQ-4838] Watermarks: RD: improve compile service mock (#28104) (#28144)
1 parent 928ca14 commit 4d45f48

File tree

1 file changed

+2
-1
lines changed
  • ydb/core/fq/libs/row_dispatcher/format_handler/ut/common

1 file changed

+2
-1
lines changed

ydb/core/fq/libs/row_dispatcher/format_handler/ut/common/ut_common.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ class TPurecalcCompileServiceMock : public NActors::TActor<TPurecalcCompileServi
2929
{}
3030

3131
STRICT_STFUNC(StateFunc,
32-
hFunc(TEvRowDispatcher::TEvPurecalcCompileRequest, Handle);
32+
hFunc(TEvRowDispatcher::TEvPurecalcCompileRequest, Handle)
33+
IgnoreFunc(TEvRowDispatcher::TEvPurecalcCompileAbort)
3334
)
3435

3536
void Handle(TEvRowDispatcher::TEvPurecalcCompileRequest::TPtr& ev) {

0 commit comments

Comments
 (0)