In SERVER-67393 we change the behavior of sharding DDL operation on timeseries collection. In particular DDL operations not supported on timeseries operation now returns NotImplemented error rather than NamespaceNotSharded.
In order to support multiversion testing, jstests/sharding/timeseries_sharding_admin_commands.js keep accepting both the error codes.
Once SERVER-67393 will be backported to 6.0 or 7.0 becomes last LTS we should simplify the test to only expect NotImplemented error.
- is related to
-
SERVER-67393 Sharding DDL coordinators implicitely translate to sharded bucket nss
- Closed