- Notifications
You must be signed in to change notification settings - Fork5.3k
Commite429c3c
committed
Move isolation test index-killtuples to src/test/modules/index/
index-killtuples test depends on the contrib modules btree_gin andbtree_gist, which would not be installed in a temporary installationwith an execution of the main isolation test suite like this one:make -C src/test/isolation/ checksrc/test/isolation/ should not depend on contrib/, and EXTRA_INSTALL hasno effect in this case as this test suite uses its own Makefile rules.This commit moves index-killtuples into its new module, called "index",whose name looks like the best fit there can be as it depends on morethan one index AM. btree_gin and btree_gist are now pulled in thetemporary installation with EXTRA_INSTALL. The test is renamed to"killtuples", for simplicity.Author: Nazir Bilal Yavuz <byavuz81@gmail.com>Suggested-by: Andres Freund <andres@anarazel.de>Suggested-by: Michael Paquier <michael@paquier.xyz>Discussion:https://postgr.es/m/aKJsWedftW7UX1WM@paquier.xyz1 parentd4c0f91 commite429c3c
File tree
8 files changed
+36
-1
lines changed- src/test
- isolation
- modules
- index
- expected
- specs
8 files changed
+36
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | 19 | | |
21 | 20 | | |
22 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
File renamed without changes.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
File renamed without changes.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| |||
0 commit comments
Comments
(0)