You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
there're so many test cases under ./e2e_test/streaming/, it will definitely timeout since the test will randomly kill components during running each sql except DML.
the test is soft pass now because some bugs are still under fixing. This can lead to new bugs not being found when they appear, which has happened more than once.
Describe the solution you'd like
We should sort out some e2e test cases that recovery tests may involve, the cases should includes:
ddl operations, including table/stream sources.
cases that cover almost all Executors to test whether they will recovery properly.
data consistency, including check of the ability to handle dml correctly after recovery.
After that, we should force enable the deterministic recovery test to check whether this PR will break any recovery process.
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Currently only dynamic_filter.slt, outer_join.slt and tpch_upstream.slt will fail the deterministic recovery test, the bugs are recorded in #5726#6093 .
Is your feature request related to a problem? Please describe.
Currently we will run deterministic recovery test as follows for all PRs:
But:
./e2e_test/streaming/
, it will definitely timeout since the test will randomly kill components during running each sql except DML.Describe the solution you'd like
We should sort out some e2e test cases that recovery tests may involve, the cases should includes:
After that, we should force enable the deterministic recovery test to check whether this PR will break any recovery process.
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: