Add comments epxlaining the weird test orders

It is probably worth fixing them but that is a task for the future.
pull/209/head
Andreas Karlsson 6 months ago committed by Andreas Karlsson
parent ef5900d0d3
commit bad4c5d940
  1. 2
      contrib/pg_tde/Makefile
  2. 2
      contrib/pg_tde/meson.build

@ -6,6 +6,8 @@ EXTENSION = pg_tde
DATA = pg_tde--1.0-rc.sql
REGRESS_OPTS = --temp-config $(top_srcdir)/contrib/pg_tde/pg_tde.conf
# toast_descrypt needs to be the first test when running with pg_tde
# preinstalled and default_principal_key needs to run after key_provider.
REGRESS = toast_decrypt \
access_control \
alter_index \

@ -71,6 +71,8 @@ install_data(
kwargs: contrib_data_args,
)
# toast_descrypt needs to be the first test when running with pg_tde
# preinstalled and default_principal_key needs to run after key_provider.
sql_tests = [
'toast_decrypt',
'access_control',

Loading…
Cancel
Save