-
Notifications
You must be signed in to change notification settings - Fork 54
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
Fuzz: Distributed query test case failure #380
Comments
Distributed Engine should be fuzzed without offset or @ i think |
@MichaHoffmann Is @ and offset not supported for distributed query engine? If that's the case then thanos engine should return error and fallback to the old engine then |
They are but iirc they are truncated ( here promql-engine/engine/distributed.go Line 73 in 662ae7d
|
It looks like this shouldn't affect @? As @ is at an absolute timestamp. |
The engines are created with "zone" external labels but the actual series in them do not have the external label, i think that might be the issue. |
https://github.com/thanos-io/promql-engine/actions/runs/7394293573/job/20115438270
Not sure if it is really a bug but the mismatched results seems concerning
The text was updated successfully, but these errors were encountered: