Stabilize combocid test by replicating the table
authorTomas Vondra <[email protected]>
Sun, 8 Oct 2017 21:44:27 +0000 (23:44 +0200)
committerTomas Vondra <[email protected]>
Sun, 8 Oct 2017 21:59:38 +0000 (23:59 +0200)
commit3a64cfdde398c79cc22ba9d3969965db9bc2605b
treefdad76c8a83ead3a8011f839e73c34ddac0acbd5
parentd97e4f668ab404977dad114d148dd29bc4aee8fb
Stabilize combocid test by replicating the table

Commit 1d14325822 randomized the choice of a starting node with
ROUNDROBIN distribution, so that the data in combocid tests are not
all placed on the first node but distributed randomly (despite using
single-row INSERTS as before).

So to stabilize the test, make the table replicated. The table only
has a single column and the test updates is, so we can't use any
other stable distribution (e.g. BY HASH).

The expected results were obtained by running the combocid.sql on
PostgreSQL 10, so there might be some cmin differences.
src/test/regress/expected/combocid.out
src/test/regress/sql/combocid.sql