Add tests for tuplesort.c.
authorAndres Freund <[email protected]>
Thu, 24 Oct 2019 20:58:40 +0000 (13:58 -0700)
committerAndres Freund <[email protected]>
Wed, 13 Nov 2019 23:52:13 +0000 (15:52 -0800)
commit4a252996d5fda7662b2afdf329a5c95be0fe3b01
treed31e72d8efafedebfc468d4cd415d2c161cbc4aa
parentd57d61533a2b5b27b60cc9024c54688390871bf6
Add tests for tuplesort.c.

Previously significant parts of tuplesort.c were untested. This
commit, while not testing every path, significantly increases
coverage.  In particular, this adds tests for abbreviated key logic,
forward/backward scans & scrolling and mark/restore.

I tried to keep the table sizes reasonable, and stress the on-disk
paths by setting work_mem to low values for specific tests. The
buildfarm will tell whether more attention to test time is needed.

Author: Andres Freund
Discussion: https://postgr.es/m/20191013144153[email protected]
src/test/regress/expected/tuplesort.out[new file with mode: 0644]
src/test/regress/parallel_schedule
src/test/regress/sql/tuplesort.sql[new file with mode: 0644]