Commit cc878e8
## What problem does this PR solve?
Back-ports the **remaining test-only** subset of branch-4.0 #64525 to
branch-4.1,
covering the cases still flaky/red across branch-4.1 **Cloud-P0 / P0 /
NonConcurrent /
External** pipelines (the first three subsets are #64597, #64603,
#64607). All changes
are under `regression-test/` — **no FE/BE code, no compile impact**.
Cases addressed (and where they fail today on branch-4.1):
- **query64** (`shape_check.tpcds_sf100/sf1000 .../query64`) — currently
an **un-muted P0 red**; #64525 `ignore`s it.
- **test_colocate_join_of_column_order** — muted on Cloud-P0.
- **test_audit_log_behavior** — muted on NonConcurrent (query_id width).
- **test_routine_load_adaptive_param** + `RoutineLoadTestUtils` — muted
on NonConcurrent/P0 (timeout convergence / drive-data deflakes).
- **parse_sql_from_sql_cache** (drop racy cross-FE assertNoCache),
**test_sql_block_rule_status** (single-FE read) — muted on P0.
- **test_file_cache_statistics** (sum across cache paths),
**test_hive_ctas_to_doris** — muted on External.
- **test_variant_compaction_with_sparse_limit** (pin
`default_variant_max_subcolumns_count` so the session-var fuzzer can't
shrink it), **check_before_quit** (pin variant session defaults) —
variant deflakes.
- **partition_curd_union_rewrite** (guard mv-chosen with
partition-stats-ready), **test_f_delete_publish_skip_read** (wait for
delete visibility), backup/restore `restore_reset_index_id`
serialization.
## Deliberately NOT included
- `[fix](compaction) time_series_level2_file_count debug point` —
touches BE (`cumulative_compaction_time_series_policy.cpp`), needs a
manual port (`olap`→`storage` on 4.1) + remote compile; separate PR.
- `[fix](test) deflake AutoProfileTest` — an FE UT
(`fe/fe-core/src/test/.../AutoProfileTest.java`), separate FE-UT
pipeline; out of scope for this regression-test PR.
- `skip test_parquet_join_runtime_filter` — its stated reason is
**4.0-specific** ("4.0 does not support this feature"); the feature
exists on 4.1 and the test passes there, so skipping it on 4.1 would be
wrong.
## Release note
None
🤖 Generated with [Claude Code](https://claude.com/claude-code)
---------
Co-authored-by: morningman <yunyou@selectdb.com>
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent dc882bc commit cc878e8
19 files changed
Lines changed: 330 additions & 153 deletions
File tree
- regression-test
- data/audit
- framework/src/main/groovy/org/apache/doris/regression/util
- suites
- ann_index_p0
- backup_restore
- check_before_quit
- correctness_p0
- external_table_p0
- cache
- hive/write
- fault_injection_p0/flexible/legacy
- load_p0/routine_load
- nereids_p0/cache
- nereids_rules_p0/mv/union_rewrite
- query_p0/schema_table
- restore_p0
- shape_check
- tpcds_sf1000/shape
- tpcds_sf100/shape
- variant_p0/predefine
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
Lines changed: 86 additions & 15 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
| 94 | + | |
| 95 | + | |
94 | 96 | | |
95 | | - | |
96 | | - | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
97 | 109 | | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
98 | 140 | | |
99 | 141 | | |
100 | | - | |
| 142 | + | |
101 | 143 | | |
102 | 144 | | |
103 | 145 | | |
| |||
173 | 215 | | |
174 | 216 | | |
175 | 217 | | |
176 | | - | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
177 | 233 | | |
| 234 | + | |
178 | 235 | | |
| 236 | + | |
| 237 | + | |
179 | 238 | | |
180 | 239 | | |
181 | | - | |
182 | | - | |
183 | | - | |
184 | | - | |
185 | | - | |
186 | | - | |
187 | | - | |
188 | | - | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
189 | 260 | | |
190 | | - | |
| 261 | + | |
191 | 262 | | |
192 | 263 | | |
193 | 264 | | |
194 | 265 | | |
195 | | - | |
196 | | - | |
| 266 | + | |
| 267 | + | |
197 | 268 | | |
198 | 269 | | |
199 | 270 | | |
| |||
Lines changed: 11 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
55 | 65 | | |
56 | 66 | | |
57 | 67 | | |
| |||
136 | 146 | | |
137 | 147 | | |
138 | 148 | | |
139 | | - | |
| 149 | + | |
140 | 150 | | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
247 | 247 | | |
248 | 248 | | |
249 | 249 | | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
250 | 258 | | |
251 | 259 | | |
252 | 260 | | |
| |||
Lines changed: 12 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
103 | 115 | | |
104 | 116 | | |
105 | 117 | | |
| |||
Lines changed: 22 additions & 24 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
94 | 105 | | |
95 | 106 | | |
96 | 107 | | |
| |||
306 | 317 | | |
307 | 318 | | |
308 | 319 | | |
309 | | - | |
310 | | - | |
311 | | - | |
312 | | - | |
313 | | - | |
314 | | - | |
315 | | - | |
316 | | - | |
317 | | - | |
318 | | - | |
319 | | - | |
320 | | - | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
321 | 328 | | |
322 | 329 | | |
323 | 330 | | |
| |||
376 | 383 | | |
377 | 384 | | |
378 | 385 | | |
379 | | - | |
380 | | - | |
381 | | - | |
382 | | - | |
383 | | - | |
384 | | - | |
385 | | - | |
386 | | - | |
387 | | - | |
388 | | - | |
389 | | - | |
390 | | - | |
| 386 | + | |
| 387 | + | |
| 388 | + | |
391 | 389 | | |
392 | 390 | | |
393 | 391 | | |
| |||
0 commit comments