Skip to content

Commit

Permalink
update e2e err msg
Browse files Browse the repository at this point in the history
  • Loading branch information
wenym1 committed Dec 11, 2024
1 parent f11e5b0 commit a1fd984
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e_test/error_ui/simple/recovery.slt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ with error as (
limit 1
)
select
case when error like '%get error from control stream, in worker node %: %Actor % exited unexpectedly: Executor error: %Numeric out of range%' then 'ok'
case when error like '%in worker node %: %Actor % exited unexpectedly: Executor error: %Numeric out of range%' then 'ok'
else error
end as result
from error;
Expand Down

0 comments on commit a1fd984

Please sign in to comment.