summaryrefslogtreecommitdiff
path: root/buildscripts/idl/tests/compatibility_test_fail
diff options
context:
space:
mode:
authorMoustafa Maher <m.maher@10gen.com>2021-06-10 23:55:29 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-06-14 22:50:10 +0000
commitac74f7de3c69eb0ba25a42634851c7e39c325f39 (patch)
treea2a9aece747a7d1a272063fb10276b8d97b798c1 /buildscripts/idl/tests/compatibility_test_fail
parentd039e9ca846822b4413457fbbad541a88b5520cf (diff)
downloadmongo-ac74f7de3c69eb0ba25a42634851c7e39c325f39.tar.gz
SERVER-55203 Change the stable release tag to r5.0.0-rc0 while checking IDL compatibility
Diffstat (limited to 'buildscripts/idl/tests/compatibility_test_fail')
-rw-r--r--buildscripts/idl/tests/compatibility_test_fail/new/compatibility_test_fail_new.idl11
-rw-r--r--buildscripts/idl/tests/compatibility_test_fail/old/compatibility_test_fail_old.idl11
2 files changed, 0 insertions, 22 deletions
diff --git a/buildscripts/idl/tests/compatibility_test_fail/new/compatibility_test_fail_new.idl b/buildscripts/idl/tests/compatibility_test_fail/new/compatibility_test_fail_new.idl
index 01da70b3e8c..21aa946f117 100644
--- a/buildscripts/idl/tests/compatibility_test_fail/new/compatibility_test_fail_new.idl
+++ b/buildscripts/idl/tests/compatibility_test_fail/new/compatibility_test_fail_new.idl
@@ -2274,17 +2274,6 @@ commands:
type: array<StructType>
reply_type: ArrayTypeStruct
- # TODO (SERVER-55203): Remove InvalidReplySkippedCommand.
- InvalidReplySkippedCommand:
- description: "new command should fail because it has invalid reply, but this command will
- be added to skipped command list."
- command_name: invalidReplySkippedCommand
- namespace: ignored
- cpp_name: InvalidReplySkippedCommand
- strict: true
- api_version: "1"
- reply_type: OkReply
-
accessCheckTypeChange:
description: "new command fails because the access check type has changed"
command_name: accessCheckTypeChange
diff --git a/buildscripts/idl/tests/compatibility_test_fail/old/compatibility_test_fail_old.idl b/buildscripts/idl/tests/compatibility_test_fail/old/compatibility_test_fail_old.idl
index dabaeccbddc..e378d846b26 100644
--- a/buildscripts/idl/tests/compatibility_test_fail/old/compatibility_test_fail_old.idl
+++ b/buildscripts/idl/tests/compatibility_test_fail/old/compatibility_test_fail_old.idl
@@ -2347,17 +2347,6 @@ commands:
type: array<ArrayTypeStruct>
reply_type: ArrayTypeStruct
- # TODO (SERVER-55203): Remove InvalidReplySkippedCommand.
- InvalidReplySkippedCommand:
- description: "new command should fail because it has invalid reply, but this command will
- be added to skipped command list."
- command_name: invalidReplySkippedCommand
- namespace: ignored
- cpp_name: InvalidReplySkippedCommand
- strict: true
- api_version: "1"
- reply_type: NotStructFieldReply
-
accessCheckTypeChange:
description: "new command fails because the access check type has changed"
command_name: accessCheckTypeChange