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
When running a query with zero results on an aggregation through the join engine, it can crash due to race conditions.
This is visible today as "flakiness" in CI for the TestEmptyTableAggr test, but it's a real bug here. A previous attempt to fix this in #14012 satisfied the Go race checker, but it did not actually fix the race. There's still a classic check-then-act style race bug.
Reproduction Steps
Run the TestEmptyTableAggr tests with a higher count.
Overview of the Issue
When running a query with zero results on an aggregation through the join engine, it can crash due to race conditions.
This is visible today as "flakiness" in CI for the
TestEmptyTableAggr
test, but it's a real bug here. A previous attempt to fix this in #14012 satisfied the Go race checker, but it did not actually fix the race. There's still a classic check-then-act style race bug.Reproduction Steps
Run the
TestEmptyTableAggr
tests with a higher count.Binary Version
Operating System and Environment details
Log Fragments
The text was updated successfully, but these errors were encountered: