Skip to content

Commit e82f6c1

Browse files
committed
Regenerate base.out/pgtap.out for foundation's install/dependency rework
Rebase fallout from advanced-testing/foundation's redesign (test/install/ load.sql now owns installation in every mode; test/sql/pgtap.sql's dependency check moved to pg_depend inspection) -- same content, reordered by this branch's own pre-existing ORDER BY fix on the security-definer function query.
1 parent ccea193 commit e82f6c1

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

test/expected/base.out

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ ok 1 - Register test customers
33
ok 2 - Create function customer__add
44
ok 3 - Register test invoices
55
ok 4 - Ensure original_role temp table was dropped
6-
ok 5 - Security definer function _tf.schema__getsert has search_path=pg_catalog
7-
ok 6 - Security definer function _tf.test_factory__get has search_path=pg_catalog
8-
ok 7 - Security definer function _tf.test_factory__set has search_path=pg_catalog
9-
ok 8 - Security definer function _tf.table_create has search_path=pg_catalog
10-
ok 9 - Security definer function _tf.get has search_path=pg_catalog
6+
ok 5 - Security definer function _tf.get has search_path=pg_catalog
7+
ok 6 - Security definer function _tf.schema__getsert has search_path=pg_catalog
8+
ok 7 - Security definer function _tf.table_create has search_path=pg_catalog
9+
ok 8 - Security definer function _tf.test_factory__get has search_path=pg_catalog
10+
ok 9 - Security definer function _tf.test_factory__set has search_path=pg_catalog
1111
ok 10 - customer table is empty
1212
ok 11 - invoice table is empty
1313
ok 12 - invoice factory output

test/expected/pgtap.out

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ ok 2 - Register test customers
44
ok 3 - Create function customer__add
55
ok 4 - Register test invoices
66
ok 5 - Ensure original_role temp table was dropped
7-
ok 6 - Security definer function _tf.schema__getsert has search_path=pg_catalog
8-
ok 7 - Security definer function _tf.test_factory__get has search_path=pg_catalog
9-
ok 8 - Security definer function _tf.test_factory__set has search_path=pg_catalog
10-
ok 9 - Security definer function _tf.table_create has search_path=pg_catalog
11-
ok 10 - Security definer function _tf.get has search_path=pg_catalog
7+
ok 6 - Security definer function _tf.get has search_path=pg_catalog
8+
ok 7 - Security definer function _tf.schema__getsert has search_path=pg_catalog
9+
ok 8 - Security definer function _tf.table_create has search_path=pg_catalog
10+
ok 9 - Security definer function _tf.test_factory__get has search_path=pg_catalog
11+
ok 10 - Security definer function _tf.test_factory__set has search_path=pg_catalog
1212
ok 11 - Get test data set "base" for table invoice
1313
ok 12 - Get test data set "base" for table invoice
1414
ok 13 - Ensure we get sane error for a non-existent table

0 commit comments

Comments
 (0)