From dec29dad4e04354e5ea06322011ad7ece6973b56 Mon Sep 17 00:00:00 2001 From: Noah Stapp Date: Tue, 5 May 2026 09:28:01 -0400 Subject: [PATCH] PYTHON-5811 - Change stream events are not emitted for timeseries as of 9.0 --- .../unified/change-streams-nsType.json | 41 ------------------- 1 file changed, 41 deletions(-) diff --git a/test/change_streams/unified/change-streams-nsType.json b/test/change_streams/unified/change-streams-nsType.json index 1861c9a5e0..877ca9c007 100644 --- a/test/change_streams/unified/change-streams-nsType.json +++ b/test/change_streams/unified/change-streams-nsType.json @@ -63,47 +63,6 @@ } ] }, - { - "description": "nsType is present when creating timeseries", - "operations": [ - { - "name": "dropCollection", - "object": "database0", - "arguments": { - "collection": "foo" - } - }, - { - "name": "createChangeStream", - "object": "database0", - "arguments": { - "pipeline": [], - "showExpandedEvents": true - }, - "saveResultAsEntity": "changeStream0" - }, - { - "name": "createCollection", - "object": "database0", - "arguments": { - "collection": "foo", - "timeseries": { - "timeField": "time", - "metaField": "meta", - "granularity": "minutes" - } - } - }, - { - "name": "iterateUntilDocumentOrError", - "object": "changeStream0", - "expectResult": { - "operationType": "create", - "nsType": "timeseries" - } - } - ] - }, { "description": "nsType is present when creating views", "operations": [