-
Notifications
You must be signed in to change notification settings - Fork 891
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make agg_partials_pushdown test more predictable
So far, the parallel query plans of the agg_partials_pushdown test were not deterministic since multiple workers were used and the parallel session leader also participated in query processing. This makes it impossible to predict which worker would process how many tuples. With this patch, the number of parallel workers for the agg_partials_pushdown test has been reduced to 1 and the parallel_leader_participation has been disabled to ensure deterministic query plans.
- Loading branch information
1 parent
8476adc
commit f746398
Showing
2 changed files
with
31 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters