2 Commits

Author SHA1 Message Date
Ruslan Fomkin
7a0d6e7c23 Fix compression order in a test
Add missing ORDER BY clause to sort chunks for compression in
deterministic order for the constraint exclusion test.
2020-04-14 23:12:15 +02:00
Sven Klemm
819414df02 Add test infrastructure with shared tables
This PR adds test infrastructure for running tests with shared tables.
This allows having hypertables with specific configurations usable for
all tests. Since these tests also don't require creating a new database
for each test case some of the overhead of the normal tests is removed.
While this will lead to much faster query tests some tests will still
require their own database to test things, but most queres could be moved
to this infrastructure to improve test coverage and speed them up.
2019-10-29 19:02:58 -04:00