From 255c386807e711577b732ed7343e43c1ef0fb9a5 Mon Sep 17 00:00:00 2001 From: Daniel Gil <137804741+mdb-dgil@users.noreply.github.com> Date: Tue, 26 May 2026 16:17:19 -0400 Subject: [PATCH] SERVER-127291: $iceberg dynamic routing for tableName (resubmit) (#54370) Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> GitOrigin-RevId: d06d77c7b434e98e16cf14dac22c0228c29dfbde --- buildscripts/resmokeconfig/suites/streams_aspio_iceberg_3.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/buildscripts/resmokeconfig/suites/streams_aspio_iceberg_3.yml b/buildscripts/resmokeconfig/suites/streams_aspio_iceberg_3.yml index f2fe71f633b..a3ff7f6a17c 100644 --- a/buildscripts/resmokeconfig/suites/streams_aspio_iceberg_3.yml +++ b/buildscripts/resmokeconfig/suites/streams_aspio_iceberg_3.yml @@ -6,6 +6,7 @@ selector: - src/mongo/db/modules/*/jstests/streams/aspio/iceberg/iceberg_batching_2.js - src/mongo/db/modules/*/jstests/streams/aspio/iceberg/iceberg_bad_setup.js - src/mongo/db/modules/*/jstests/streams/aspio/iceberg/iceberg_dlq.js + - src/mongo/db/modules/*/jstests/streams/aspio/iceberg/iceberg_dynamic_routing.js - src/mongo/db/modules/*/jstests/streams/aspio/iceberg/iceberg_iam_refresh.js - src/mongo/db/modules/*/jstests/streams/aspio/iceberg/iceberg_compact_with_deletes.js - src/mongo/db/modules/*/jstests/streams/aspio/iceberg/iceberg_replace_compact.js