-
Type:
Build Failure
-
Resolution: Done
-
Priority:
Unknown
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
test.test_change_stream.TestCollectionChangeStream.test_split_large_change
[2023/10/02 22:16:31.285] FAILURE: pymongo.errors.OperationFailure: Unrecognized pipeline stage name: '$changeStreamSplitLargeEvent', full error: {'ok': 0.0, 'errmsg': "Unrecognized pipeline stage name: '$changeStreamSplitLargeEvent'", 'code': 40324, 'codeName': 'Location40324', '$clusterTime': {'clusterTime': Timestamp(1696284601, 32), 'signature': {'hash': b'\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00', 'keyId': 0}}, 'operationTime': Timestamp(1696284601, 32)} () [2023/10/02 22:16:31.285] self = <test.test_change_stream.TestCollectionChangeStream testMethod=test_split_large_change> [2023/10/02 22:16:31.285] @no_type_check [2023/10/02 22:16:31.285] @client_context.require_version_min(6, 0, 9) [2023/10/02 22:16:31.285] def test_split_large_change(self): [2023/10/02 22:16:31.285] self.db.drop_collection("test_split_large_change") [2023/10/02 22:16:31.285] coll = self.db.create_collection( [2023/10/02 22:16:31.285] "test_split_large_change", changeStreamPreAndPostImages={"enabled": True} [2023/10/02 22:16:31.285] ) [2023/10/02 22:16:31.285] coll.insert_one({"_id": 1, "value": "q" * 10 * 1024 * 1024}) [2023/10/02 22:16:31.285] > with coll.watch( [2023/10/02 22:16:31.285] [{"$changeStreamSplitLargeEvent": {}}], full_document_before_change="required" [2023/10/02 22:16:31.285] ) as change_stream: [2023/10/02 22:16:31.285] test/test_change_stream.py:774:
Perhaps the feature was not yet backported to 6.3.x.