citusdata / citusdata/citus

Regression tests: Remove places where we explicitly set citus.shard_count to 4

Open
#1,909 0 comments 0 reactions 0 assignees View on GitHub
regression tests
Dominant language
C
Stars
12.8k
Forks
794
Avg merge
2d 14h
Merged PRs (30d)
31

Description

We used to run most of our regression tests with the default shard count. We recently reduced the shard count number from 32 to 4.

We have regression tests where we explicitly reduced the shard count to 4. Now that our default shard count is 4, we should delete places where we reduced the shard count to speed up the regression tests.

Two examples:

* multi_behavioral_analytics_create_table.sql: `SET citus.shard_count = 4;`
* multi_upser.sql: `SELECT master_create_worker_shards('upsert_test', '4', '2')`

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.