diff options
Diffstat (limited to 'jstests/noPassthrough/change_stream_error_label.js')
| -rw-r--r-- | jstests/noPassthrough/change_stream_error_label.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/jstests/noPassthrough/change_stream_error_label.js b/jstests/noPassthrough/change_stream_error_label.js index a8feadd1714..a14c25101fe 100644 --- a/jstests/noPassthrough/change_stream_error_label.js +++ b/jstests/noPassthrough/change_stream_error_label.js @@ -64,6 +64,8 @@ function testFailGetMoreAfterCursorCheckoutFailpoint({errorCode, expectedLabel}) testFailGetMoreAfterCursorCheckoutFailpoint( {errorCode: ErrorCodes.ShutdownInProgress, expectedLabel: true}); testFailGetMoreAfterCursorCheckoutFailpoint( + {errorCode: ErrorCodes.ReadConcernMajorityNotAvailableYet, expectedLabel: true}); +testFailGetMoreAfterCursorCheckoutFailpoint( {errorCode: ErrorCodes.FailedToParse, expectedLabel: false}); rst.stopSet(); |
