-
Notifications
You must be signed in to change notification settings - Fork 646
run longevity test in insane mode #22016
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
Comments
Have we resolved the bug |
I guess no, it was a bug of insane mode when generating inconsistent workload. |
Given the inconsistency is tolerated to "best effort" I'm not sure there's a reliable way to do testing with |
Do you have an example? |
Example: #19629 (comment). I removed the tolerating branch when optimizing cache refill for join. |
Perhaps you can also share your motivation, on what coverage we want from this test. |
We introduced an "insane" mode in #15802 to test our streaming executors with inconsistent stream data, but failed to adopt it in our longevity test due to some bug. It's still good to have a Ci workflow to run test workload with this mode on.
The text was updated successfully, but these errors were encountered: