Skip to content

Commit d3e5709

Browse files
dotnwatclaude
andcommitted
tests/rptest: acknowledge iceberg_extended_mode_config feature gate
A new feature, iceberg_extended_mode_config, was added gated at v26_2_1, so it joins the set the v26.1 -> v26.2 perturbation coverage guard reports as unavailable while the upgrade is unfinalized. That guard fails unless every gated feature is exercised or acknowledged. The feature gates Iceberg extended-mode topic-config validation; perturbing it would need Iceberg topic setup orthogonal to the finalization behavior under test, so acknowledge it rather than exercise it. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 94ae4ce commit d3e5709

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

tests/rptest/tests/cluster_features_test.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1211,6 +1211,9 @@ def test_get_upgrade_status_reports_in_progress(self):
12111211
# Cluster-linking features, out of scope for this single-cluster test.
12121212
"shadow_link_sr_api_sync",
12131213
"batch_mirror_topic_status",
1214+
# Iceberg extended-mode topic-config gate; exercising it needs Iceberg
1215+
# topic setup orthogonal to the finalization behavior under test.
1216+
"iceberg_extended_mode_config",
12141217
}
12151218
)
12161219

0 commit comments

Comments
 (0)