pgsql: Add more tests for FSM.

From: Amit Kapila <akapila(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Add more tests for FSM.
Date: 2019-03-12 02:47:18
Message-ID: E1h3XRm-0005i7-G8@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add more tests for FSM.

In commit b0eaa4c51bb, we left out a test that used a vacuum to remove dead
rows as the behavior of test was not predictable. This test has been
rewritten to use fillfactor instead to control free space. Since we no
longer need to remove dead rows as part of the test, put the fsm regression
test in a parallel group.

Author: John Naylor
Reviewed-by: Amit Kapila
Discussion: https://postgr.es/m/CAA4eK1L=qWp_bJ5aTc9+fy4Ewx2LPaLWY-RbR4a60g_rupCKnQ@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/6f918159a97acf76ee2512e44f5ed5dcaaa0d923

Modified Files
--------------
src/test/regress/expected/fsm.out | 59 +++++++++++++++++++++++++++-----------
src/test/regress/parallel_schedule | 8 +-----
src/test/regress/serial_schedule | 2 +-
src/test/regress/sql/fsm.sql | 41 ++++++++++++++++++++------
4 files changed, 77 insertions(+), 33 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Etsuro Fujita 2019-03-12 07:41:16 pgsql: Fix testing of parallel-safety of scan/join target.
Previous Message Michael Paquier 2019-03-12 02:23:12 Re: pgsql: Removed unused variable, openLogOff.