diff --git a/open-api/src/testFixtures/java/org/apache/iceberg/rest/RCKUtils.java b/open-api/src/testFixtures/java/org/apache/iceberg/rest/RCKUtils.java index 4bd060d788a7..bfdcfc8a4bd9 100644 --- a/open-api/src/testFixtures/java/org/apache/iceberg/rest/RCKUtils.java +++ b/open-api/src/testFixtures/java/org/apache/iceberg/rest/RCKUtils.java @@ -37,7 +37,13 @@ class RCKUtils { static final String RCK_LOCAL = "rck.local"; static final String RCK_PURGE_TEST_NAMESPACES = "rck.purge-test-namespaces"; - static final List TEST_NAMESPACES = List.of(Namespace.of("ns"), Namespace.of("newdb")); + static final List TEST_NAMESPACES = + List.of( + Namespace.of("ns"), + Namespace.of("newdb"), + Namespace.of("ns1"), + Namespace.of("ns2"), + Namespace.of("other_ns")); private RCKUtils() {}