-
Notifications
You must be signed in to change notification settings - Fork 752
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ci(tests): add mini dataset to stateful test #6599
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
IMHO, this test should be added as a separate github action because we can't run them locally. |
Signed-off-by: Xuanwo <github@xuanwo.io>
I fixed the permission denied problem, hoping this will help you. |
This comment was marked as outdated.
This comment was marked as outdated.
@mergify update |
✅ Branch has been successfully updated |
This PR is blocked by #6624 |
@mergify update |
✅ Branch has been successfully updated |
Signed-off-by: Xuanwo <github@xuanwo.io>
Signed-off-by: Xuanwo <github@xuanwo.io>
cc @sundy-li seems hits.sql could not create table, I run it local with error. set enable_planner_v2 = 1; still error. |
@mergify update |
✅ Branch has been successfully updated |
@mergify update |
✅ Branch has been successfully updated |
Maybe split this pr is a good choice, one for ontime, the other for hits. Then we can track problem clearly. Now the hits always timeout , any idea? cc @Xuanwo |
LGTM. Let's merge the test case for ontime first. |
Already split into 2 pr, close here. |
I hereby agree to the terms of the CLA available at: https://databend.rs/dev/policies/cla/
Summary
Add mini dataset to stateful test, include ontime and hits
Fixes #issue