From 20d59bdd62b679d282ee9e038290caa6306b35ca Mon Sep 17 00:00:00 2001 From: seanzimm Date: Mon, 30 Jan 2023 18:58:14 +0000 Subject: SERVER-72602: Populate Cursor Response for BulkWrite on Mongod --- ...tive_tenant_data_isolation_with_dollar_tenant_jscore_passthrough.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'buildscripts') diff --git a/buildscripts/resmokeconfig/suites/native_tenant_data_isolation_with_dollar_tenant_jscore_passthrough.yml b/buildscripts/resmokeconfig/suites/native_tenant_data_isolation_with_dollar_tenant_jscore_passthrough.yml index 31fc7cba7d2..8aa1a2a1858 100644 --- a/buildscripts/resmokeconfig/suites/native_tenant_data_isolation_with_dollar_tenant_jscore_passthrough.yml +++ b/buildscripts/resmokeconfig/suites/native_tenant_data_isolation_with_dollar_tenant_jscore_passthrough.yml @@ -76,6 +76,8 @@ selector: - jstests/core/txns/write_conflicts_with_non_txns.js # TODO SERVER-72357: cannot get the expected error due to an authorization contract issue. - jstests/core/txns/multi_statement_transaction_command_args.js + # TODO SERVER-72187: bulkWrite command does not support Tenant ID command + - jstests/core/write/bulk/bulk_write_cursor.js # TODO SERVER-73023 The tenantId is not attached to the namespace provided to failcommand # failpoint - jstests/core/failcommand_failpoint.js -- cgit v1.2.1