[Build Failure] TestCollectionChangeStream.test_split_large_change

XMLWordPrintableJSON

    • 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

      https://spruce.mongodb.com/task/mongo_python_driver_tests_python_version_rhel8_test_ssl__platform~rhel8_auth_ssl~noauth_nossl_python_version~3.11_coverage~coverage_test_rapid_replica_set_8029c180ebbb239480c2017ce256289349bae067_23_10_02_21_52_44?execution=0&sortBy=STATUS&sortDir=ASC

       [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.

            Assignee:
            Steve Silvester
            Reporter:
            Steve Silvester
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: