- Notifications
You must be signed in to change notification settings - Fork4.9k
Commit4f1b6e5
committed
Remove unstable test suite added by525392d
The 'cached-plan-inval' test suite, introduced in525392d undersrc/test/modules/delay_execution, aimed to verify that cached planinvalidation triggers replanning after deferred locks are taken.However, its ExecutorStart_hook-based approach relies on lock timingassumptions that, in retrospect, are fragile. This instability wasexposed by failures on BF animal trilobite, which builds withCLOBBER_CACHE_ALWAYS.One option was to dynamically disable the cache behavior that causesthe test suite to fail by setting "debug_discard_caches = 0", but itseems better to remove the suite. The risk of future failures due toother cache flush hazards outweighs the benefit of catching realbreakage in the backend behavior it tests.Reported-by: Tom Lane <tgl@sss.pgh.pa.us>Discussion:https://postgr.es/m/2990641.1740117879@sss.pgh.pa.us1 parentf8d7f29 commit4f1b6e5
File tree
5 files changed
+7
-399
lines changed- src/test/modules/delay_execution
- expected
- specs
5 files changed
+7
-399
lines changedLines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
12 |
| - | |
| 11 | + | |
13 | 12 |
| |
14 | 13 |
| |
15 | 14 |
| |
|
Lines changed: 6 additions & 60 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 |
| - | |
5 |
| - | |
6 |
| - | |
| 4 | + | |
7 | 5 |
| |
8 | 6 |
| |
9 | 7 |
| |
10 | 8 |
| |
11 | 9 |
| |
12 |
| - | |
13 |
| - | |
14 |
| - | |
15 |
| - | |
| 10 | + | |
| 11 | + | |
16 | 12 |
| |
17 | 13 |
| |
18 | 14 |
| |
| |||
26 | 22 |
| |
27 | 23 |
| |
28 | 24 |
| |
29 |
| - | |
30 | 25 |
| |
31 | 26 |
| |
32 | 27 |
| |
| |||
37 | 32 |
| |
38 | 33 |
| |
39 | 34 |
| |
40 |
| - | |
41 | 35 |
| |
42 |
| - | |
| 36 | + | |
43 | 37 |
| |
44 |
| - | |
45 | 38 |
| |
46 | 39 |
| |
47 | 40 |
| |
| |||
77 | 70 |
| |
78 | 71 |
| |
79 | 72 |
| |
80 |
| - | |
81 |
| - | |
82 |
| - | |
83 |
| - | |
84 |
| - | |
85 |
| - | |
86 |
| - | |
87 |
| - | |
88 |
| - | |
89 |
| - | |
90 |
| - | |
91 |
| - | |
92 |
| - | |
93 |
| - | |
94 |
| - | |
95 |
| - | |
96 |
| - | |
97 |
| - | |
98 |
| - | |
99 |
| - | |
100 |
| - | |
101 |
| - | |
102 |
| - | |
103 |
| - | |
104 |
| - | |
105 |
| - | |
106 |
| - | |
107 |
| - | |
108 |
| - | |
109 |
| - | |
110 |
| - | |
111 |
| - | |
112 |
| - | |
113 |
| - | |
114 | 73 |
| |
115 | 74 |
| |
116 | 75 |
| |
117 | 76 |
| |
118 |
| - | |
| 77 | + | |
119 | 78 |
| |
120 | 79 |
| |
121 | 80 |
| |
| |||
128 | 87 |
| |
129 | 88 |
| |
130 | 89 |
| |
131 |
| - | |
132 |
| - | |
133 |
| - | |
134 |
| - | |
135 |
| - | |
136 |
| - | |
137 |
| - | |
138 |
| - | |
139 |
| - | |
140 |
| - | |
141 |
| - | |
142 | 90 |
| |
143 | 91 |
| |
144 |
| - | |
| 92 | + | |
145 | 93 |
| |
146 | 94 |
| |
147 |
| - | |
148 |
| - | |
149 | 95 |
|
Lines changed: 0 additions & 250 deletions
This file was deleted.
Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
24 | 24 |
| |
25 | 25 |
| |
26 | 26 |
| |
27 |
| - | |
28 | 27 |
| |
29 | 28 |
| |
30 | 29 |
|
0 commit comments
Comments
(0)