From bba9774c034d9fb60d23f621e84f0657a2c9d249 Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Wed, 16 Jul 2025 15:34:32 -0500 Subject: [PATCH] PYTHON-4884 Test encoding dates after year 9999 with Relaxed Extended JSON --- .evergreen/spec-patch/PYTHON-4884.patch | 12 ------------ test/bson_corpus/datetime.json | 1 + 2 files changed, 1 insertion(+), 12 deletions(-) delete mode 100644 .evergreen/spec-patch/PYTHON-4884.patch diff --git a/.evergreen/spec-patch/PYTHON-4884.patch b/.evergreen/spec-patch/PYTHON-4884.patch deleted file mode 100644 index 0ef66e072a..0000000000 --- a/.evergreen/spec-patch/PYTHON-4884.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff --git a/test/bson_corpus/datetime.json b/test/bson_corpus/datetime.json -index f857afdc..1554341d 100644 ---- a/test/bson_corpus/datetime.json -+++ b/test/bson_corpus/datetime.json -@@ -24,6 +24,7 @@ - { - "description" : "Y10K", - "canonical_bson" : "1000000009610000DC1FD277E6000000", -+ "relaxed_extjson" : "{\"a\":{\"$date\":{\"$numberLong\":\"253402300800000\"}}}", - "canonical_extjson" : "{\"a\":{\"$date\":{\"$numberLong\":\"253402300800000\"}}}" - }, - { diff --git a/test/bson_corpus/datetime.json b/test/bson_corpus/datetime.json index f857afdc36..1554341d29 100644 --- a/test/bson_corpus/datetime.json +++ b/test/bson_corpus/datetime.json @@ -24,6 +24,7 @@ { "description" : "Y10K", "canonical_bson" : "1000000009610000DC1FD277E6000000", + "relaxed_extjson" : "{\"a\":{\"$date\":{\"$numberLong\":\"253402300800000\"}}}", "canonical_extjson" : "{\"a\":{\"$date\":{\"$numberLong\":\"253402300800000\"}}}" }, {