Commit 76dcd5f
authored
MINOR: Reduce duplicate parameter combinations in heavy Streams integration tests (#22125)
Cuts redundant parameterized cases from three slow Streams integration
tests without losing meaningful coverage:
- IQv2StoreIntegrationTest — skips withHeaders=true rows for kind=PAPI
and for global stores. DSL_STORE_FORMAT_CONFIG (the setting withHeaders
toggles) only affects DSL stores built without an explicit supplier, so
those rows are exact duplicates of the withHeaders=false runs.
Reviewers: TengYao Chi <frankvicky@apache.org>, Bill Bejeck
<bill@confluent.io>1 parent 0dad6a7 commit 76dcd5f
1 file changed
Lines changed: 5 additions & 0 deletions
File tree
- streams/integration-tests/src/test/java/org/apache/kafka/streams/integration
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
364 | 364 | | |
365 | 365 | | |
366 | 366 | | |
| 367 | + | |
| 368 | + | |
| 369 | + | |
| 370 | + | |
| 371 | + | |
367 | 372 | | |
368 | 373 | | |
369 | 374 | | |
| |||
0 commit comments