Skip to content

Commit

Permalink
feat(barrier): support database failure isolation (part 2, local) (#1…
Browse files Browse the repository at this point in the history
  • Loading branch information
wenym1 authored Dec 14, 2024
1 parent 5afda5e commit a520c1d
Show file tree
Hide file tree
Showing 4 changed files with 395 additions and 116 deletions.
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
Loading

0 comments on commit a520c1d

Please sign in to comment.