mongo 2.20.0 → 2.20.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +37 -1
- data/Rakefile +57 -21
- data/lib/mongo/config.rb +2 -2
- data/lib/mongo/retryable/base_worker.rb +28 -3
- data/lib/mongo/retryable/read_worker.rb +9 -8
- data/lib/mongo/retryable/write_worker.rb +4 -4
- data/lib/mongo/server/pending_connection.rb +19 -6
- data/lib/mongo/socket/ssl.rb +35 -5
- data/lib/mongo/version.rb +3 -18
- data/mongo.gemspec +8 -11
- data/spec/integration/client_side_encryption/range_explicit_encryption_prose_spec.rb +3 -0
- data/spec/integration/ocsp_verifier_spec.rb +30 -99
- data/spec/integration/reconnect_spec.rb +8 -2
- data/spec/integration/retryable_reads_errors_spec.rb +35 -23
- data/spec/integration/sdam_error_handling_spec.rb +2 -0
- data/spec/integration/srv_monitoring_spec.rb +2 -3
- data/spec/integration/srv_spec.rb +0 -4
- data/spec/lite_spec_helper.rb +0 -10
- data/spec/mongo/collection_crud_spec.rb +1 -0
- data/spec/mongo/server/connection_spec.rb +22 -0
- data/spec/shared/CANDIDATE.md +28 -0
- data/spec/shared/lib/mrss/docker_runner.rb +1 -1
- data/spec/shared/lib/mrss/release/candidate.rb +281 -0
- data/spec/shared/lib/mrss/release/product_data.rb +144 -0
- data/spec/shared/lib/mrss/server_version_registry.rb +1 -1
- data/spec/shared/lib/tasks/candidate.rake +64 -0
- data/spec/shared/share/Dockerfile.erb +4 -34
- data/spec/shared/shlib/distro.sh +10 -0
- data/spec/shared/shlib/server.sh +33 -27
- data/spec/shared/shlib/set_env.sh +6 -42
- data/spec/spec_tests/data/client_side_encryption/fle2v2-BypassQueryAnalysis.yml +1 -0
- data/spec/spec_tests/data/client_side_encryption/fle2v2-Compact.yml +1 -0
- data/spec/spec_tests/data/client_side_encryption/fle2v2-CreateCollection.yml +1 -0
- data/spec/spec_tests/data/client_side_encryption/fle2v2-DecryptExistingData.yml +1 -0
- data/spec/spec_tests/data/client_side_encryption/fle2v2-Delete.yml +1 -0
- data/spec/spec_tests/data/client_side_encryption/fle2v2-EncryptedFields-vs-EncryptedFieldsMap.yml +1 -0
- data/spec/spec_tests/data/client_side_encryption/fle2v2-EncryptedFields-vs-jsonSchema.yml +1 -0
- data/spec/spec_tests/data/client_side_encryption/fle2v2-EncryptedFieldsMap-defaults.yml +1 -0
- data/spec/spec_tests/data/client_side_encryption/fle2v2-FindOneAndUpdate.yml +1 -0
- data/spec/spec_tests/data/client_side_encryption/fle2v2-InsertFind-Indexed.yml +1 -0
- data/spec/spec_tests/data/client_side_encryption/fle2v2-InsertFind-Unindexed.yml +1 -0
- data/spec/spec_tests/data/client_side_encryption/fle2v2-MissingKey.yml +1 -0
- data/spec/spec_tests/data/client_side_encryption/fle2v2-NoEncryption.yml +1 -0
- data/spec/spec_tests/data/client_side_encryption/fle2v2-Range-Date-Aggregate.yml +1 -0
- data/spec/spec_tests/data/client_side_encryption/fle2v2-Range-Date-Correctness.yml +1 -0
- data/spec/spec_tests/data/client_side_encryption/fle2v2-Range-Date-Delete.yml +1 -0
- data/spec/spec_tests/data/client_side_encryption/fle2v2-Range-Date-FindOneAndUpdate.yml +1 -0
- data/spec/spec_tests/data/client_side_encryption/fle2v2-Range-Date-InsertFind.yml +1 -0
- data/spec/spec_tests/data/client_side_encryption/fle2v2-Range-Date-Update.yml +1 -0
- data/spec/spec_tests/data/client_side_encryption/fle2v2-Range-Decimal-Aggregate.yml +1 -0
- data/spec/spec_tests/data/client_side_encryption/fle2v2-Range-Decimal-Correctness.yml +1 -0
- data/spec/spec_tests/data/client_side_encryption/fle2v2-Range-Decimal-Delete.yml +1 -0
- data/spec/spec_tests/data/client_side_encryption/fle2v2-Range-Decimal-FindOneAndUpdate.yml +1 -0
- data/spec/spec_tests/data/client_side_encryption/fle2v2-Range-Decimal-InsertFind.yml +1 -0
- data/spec/spec_tests/data/client_side_encryption/fle2v2-Range-Decimal-Update.yml +1 -0
- data/spec/spec_tests/data/client_side_encryption/fle2v2-Range-DecimalPrecision-Aggregate.yml +1 -0
- data/spec/spec_tests/data/client_side_encryption/fle2v2-Range-DecimalPrecision-Correctness.yml +1 -0
- data/spec/spec_tests/data/client_side_encryption/fle2v2-Range-DecimalPrecision-Delete.yml +1 -0
- data/spec/spec_tests/data/client_side_encryption/fle2v2-Range-DecimalPrecision-FindOneAndUpdate.yml +1 -0
- data/spec/spec_tests/data/client_side_encryption/fle2v2-Range-DecimalPrecision-InsertFind.yml +1 -0
- data/spec/spec_tests/data/client_side_encryption/fle2v2-Range-DecimalPrecision-Update.yml +1 -0
- data/spec/spec_tests/data/client_side_encryption/fle2v2-Range-Double-Aggregate.yml +1 -0
- data/spec/spec_tests/data/client_side_encryption/fle2v2-Range-Double-Correctness.yml +1 -0
- data/spec/spec_tests/data/client_side_encryption/fle2v2-Range-Double-Delete.yml +1 -0
- data/spec/spec_tests/data/client_side_encryption/fle2v2-Range-Double-FindOneAndUpdate.yml +1 -0
- data/spec/spec_tests/data/client_side_encryption/fle2v2-Range-Double-InsertFind.yml +1 -0
- data/spec/spec_tests/data/client_side_encryption/fle2v2-Range-Double-Update.yml +1 -0
- data/spec/spec_tests/data/client_side_encryption/fle2v2-Range-DoublePrecision-Aggregate.yml +1 -0
- data/spec/spec_tests/data/client_side_encryption/fle2v2-Range-DoublePrecision-Correctness.yml +1 -0
- data/spec/spec_tests/data/client_side_encryption/fle2v2-Range-DoublePrecision-Delete.yml +1 -0
- data/spec/spec_tests/data/client_side_encryption/fle2v2-Range-DoublePrecision-FindOneAndUpdate.yml +1 -0
- data/spec/spec_tests/data/client_side_encryption/fle2v2-Range-DoublePrecision-InsertFind.yml +1 -0
- data/spec/spec_tests/data/client_side_encryption/fle2v2-Range-DoublePrecision-Update.yml +1 -0
- data/spec/spec_tests/data/client_side_encryption/fle2v2-Range-Int-Aggregate.yml +1 -0
- data/spec/spec_tests/data/client_side_encryption/fle2v2-Range-Int-Correctness.yml +1 -0
- data/spec/spec_tests/data/client_side_encryption/fle2v2-Range-Int-Delete.yml +1 -0
- data/spec/spec_tests/data/client_side_encryption/fle2v2-Range-Int-FindOneAndUpdate.yml +1 -0
- data/spec/spec_tests/data/client_side_encryption/fle2v2-Range-Int-InsertFind.yml +1 -0
- data/spec/spec_tests/data/client_side_encryption/fle2v2-Range-Int-Update.yml +1 -0
- data/spec/spec_tests/data/client_side_encryption/fle2v2-Range-Long-Aggregate.yml +1 -0
- data/spec/spec_tests/data/client_side_encryption/fle2v2-Range-Long-Correctness.yml +1 -0
- data/spec/spec_tests/data/client_side_encryption/fle2v2-Range-Long-Delete.yml +1 -0
- data/spec/spec_tests/data/client_side_encryption/fle2v2-Range-Long-FindOneAndUpdate.yml +1 -0
- data/spec/spec_tests/data/client_side_encryption/fle2v2-Range-Long-InsertFind.yml +1 -0
- data/spec/spec_tests/data/client_side_encryption/fle2v2-Range-Long-Update.yml +1 -0
- data/spec/spec_tests/data/client_side_encryption/fle2v2-Range-WrongType.yml +1 -0
- data/spec/spec_tests/data/client_side_encryption/fle2v2-Update.yml +1 -0
- data/spec/spec_tests/data/client_side_encryption/fle2v2-validatorAndPartialFieldExpression.yml +2 -1
- data/spec/spec_tests/data/crud_unified/aggregate-write-readPreference.yml +2 -0
- data/spec/spec_tests/data/crud_unified/db-aggregate-write-readPreference.yml +2 -0
- data/spec/spec_tests/transactions_unified_spec.rb +2 -1
- data/spec/support/certificates/atlas-ocsp-ca.crt +89 -77
- data/spec/support/certificates/atlas-ocsp.crt +117 -122
- data/spec/support/certificates/retrieve-atlas-cert +1 -1
- data/spec/support/common_shortcuts.rb +19 -37
- data/spec/support/constraints.rb +10 -0
- metadata +24 -47
- checksums.yaml.gz.sig +0 -0
- data/spec/support/dns.rb +0 -16
- data/spec/support/faas/app/aws_lambda/mongodb/Gemfile.lock +0 -19
- data.tar.gz.sig +0 -0
- metadata.gz.sig +0 -3
@@ -2,151 +2,146 @@ Certificate:
|
|
2
2
|
Data:
|
3
3
|
Version: 3 (0x2)
|
4
4
|
Serial Number:
|
5
|
-
|
5
|
+
04:ae:c2:45:fc:ba:ae:16:d6:38:7e:de:04:c4:2b:41:fd:a0
|
6
6
|
Signature Algorithm: sha256WithRSAEncryption
|
7
|
-
Issuer: C
|
7
|
+
Issuer: C=US, O=Let's Encrypt, CN=R3
|
8
8
|
Validity
|
9
|
-
Not Before: Jun
|
10
|
-
Not After :
|
11
|
-
Subject:
|
9
|
+
Not Before: Jun 5 14:02:45 2024 GMT
|
10
|
+
Not After : Sep 3 14:02:44 2024 GMT
|
11
|
+
Subject: CN=*.g6fyiaq.mongodb-dev.net
|
12
12
|
Subject Public Key Info:
|
13
13
|
Public Key Algorithm: rsaEncryption
|
14
|
-
Public-Key: (
|
14
|
+
Public-Key: (4096 bit)
|
15
15
|
Modulus:
|
16
|
-
00:
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
16
|
+
00:c0:d4:93:f2:7c:b5:64:56:a2:ed:07:ab:96:00:
|
17
|
+
61:8d:74:03:ee:10:dc:7f:92:26:ea:b1:c9:2f:7a:
|
18
|
+
33:d2:05:b2:25:ff:15:c0:fc:37:5c:8c:a9:36:82:
|
19
|
+
66:eb:07:70:f9:ec:b3:ca:88:9d:07:51:ef:f2:18:
|
20
|
+
e3:88:3b:f7:f5:b2:29:e2:7f:7b:00:dc:9f:b8:95:
|
21
|
+
cf:f4:58:37:0d:cd:b0:ec:9b:d0:c3:ec:71:d8:4d:
|
22
|
+
97:5a:a2:c6:66:2e:c1:dc:4f:38:f3:ba:43:3d:3e:
|
23
|
+
46:12:a8:08:7a:e3:bc:fa:52:3f:b4:4f:3e:25:9f:
|
24
|
+
4a:c9:fd:af:42:cc:62:59:ba:e1:92:1c:6c:57:2d:
|
25
|
+
86:fb:62:08:08:5b:f9:5e:3c:3b:e8:9a:b2:1c:a0:
|
26
|
+
82:58:0c:e9:40:c2:21:c2:71:93:32:68:44:f9:61:
|
27
|
+
13:bc:d6:c8:71:1e:9c:37:f4:b9:cd:13:30:cd:4b:
|
28
|
+
42:c0:c5:95:91:86:b5:e9:7f:f6:37:de:20:8e:cc:
|
29
|
+
05:3d:14:aa:29:c2:bf:4f:34:71:89:07:54:5b:b4:
|
30
|
+
cd:13:bd:53:74:e7:6f:33:c5:73:36:24:5b:37:88:
|
31
|
+
d1:9e:fc:98:e1:7a:a2:25:65:c5:b1:21:ad:2c:99:
|
32
|
+
0b:03:2e:92:06:ef:c1:31:b6:3b:00:32:00:f5:c4:
|
33
|
+
70:0d:1d:43:1c:a7:31:03:40:a6:95:6c:29:b3:93:
|
34
|
+
54:3b:9f:bd:5f:44:be:ba:04:a9:5c:f1:2d:0d:04:
|
35
|
+
18:51:27:75:47:d7:4b:06:e7:df:bc:2c:4e:c7:4b:
|
36
|
+
18:60:de:51:ce:41:a9:6c:6a:19:d1:a5:0b:03:e5:
|
37
|
+
ec:89:10:6b:b4:94:ba:79:b6:06:11:2e:b2:5f:e6:
|
38
|
+
19:f0:f9:ad:3e:4f:a4:cc:3d:7b:69:46:ed:71:1c:
|
39
|
+
f6:50:6c:53:08:9e:a3:05:59:de:fb:36:a1:92:ad:
|
40
|
+
7d:78:c6:37:13:d1:1a:9a:56:cc:fb:bd:21:34:ec:
|
41
|
+
8d:a5:73:59:6f:4e:aa:e2:2e:16:d6:d6:89:92:a3:
|
42
|
+
8f:d7:b0:46:cf:07:70:75:dc:dc:b3:70:cf:2a:12:
|
43
|
+
84:4e:41:57:10:68:7b:5f:f9:8f:64:d2:d4:e9:c0:
|
44
|
+
eb:b4:68:37:87:40:32:9e:f6:7f:be:31:fb:d5:36:
|
45
|
+
a4:15:ba:52:24:c1:5d:ae:d0:41:e3:ff:88:09:7d:
|
46
|
+
e7:98:23:bb:09:9b:7b:6d:e4:c0:ca:7a:1b:6e:32:
|
47
|
+
63:69:42:7b:26:9d:c9:f0:c3:b9:58:88:c3:74:9d:
|
48
|
+
d3:54:3b:20:09:76:5c:54:4e:60:f7:35:53:e4:f9:
|
49
|
+
aa:af:0e:bd:24:d1:0e:c5:8a:7e:26:f0:e7:a0:26:
|
50
|
+
d0:9d:01
|
34
51
|
Exponent: 65537 (0x10001)
|
35
52
|
X509v3 extensions:
|
36
|
-
X509v3 Authority Key Identifier:
|
37
|
-
74:85:80:C0:66:C7:DF:37:DE:CF:BD:29:37:AA:03:1D:BE:ED:CD:17
|
38
|
-
X509v3 Subject Key Identifier:
|
39
|
-
97:FB:A6:29:30:AE:9D:F0:D9:85:05:12:AA:D4:C1:D9:EC:0F:5B:CE
|
40
|
-
X509v3 Subject Alternative Name:
|
41
|
-
DNS:*.mongodb-dev.net, DNS:mongodb-dev.net
|
42
53
|
X509v3 Key Usage: critical
|
43
54
|
Digital Signature, Key Encipherment
|
44
55
|
X509v3 Extended Key Usage:
|
45
56
|
TLS Web Server Authentication, TLS Web Client Authentication
|
46
|
-
X509v3
|
47
|
-
Full Name:
|
48
|
-
URI:http://crl3.digicert.com/DigiCertGlobalG2TLSRSASHA2562020CA1-1.crl
|
49
|
-
Full Name:
|
50
|
-
URI:http://crl4.digicert.com/DigiCertGlobalG2TLSRSASHA2562020CA1-1.crl
|
51
|
-
X509v3 Certificate Policies:
|
52
|
-
Policy: 2.23.140.1.2.2
|
53
|
-
CPS: http://www.digicert.com/CPS
|
54
|
-
Authority Information Access:
|
55
|
-
OCSP - URI:http://ocsp.digicert.com
|
56
|
-
CA Issuers - URI:http://cacerts.digicert.com/DigiCertGlobalG2TLSRSASHA2562020CA1-1.crt
|
57
|
-
X509v3 Basic Constraints:
|
57
|
+
X509v3 Basic Constraints: critical
|
58
58
|
CA:FALSE
|
59
|
+
X509v3 Subject Key Identifier:
|
60
|
+
03:4A:67:8B:0B:1C:86:4C:9D:D9:E6:E2:43:B1:BA:93:53:50:DE:28
|
61
|
+
X509v3 Authority Key Identifier:
|
62
|
+
14:2E:B3:17:B7:58:56:CB:AE:50:09:40:E6:1F:AF:9D:8B:14:C2:C6
|
63
|
+
Authority Information Access:
|
64
|
+
OCSP - URI:http://r3.o.lencr.org
|
65
|
+
CA Issuers - URI:http://r3.i.lencr.org/
|
66
|
+
X509v3 Subject Alternative Name:
|
67
|
+
DNS:*.g6fyiaq.mesh.mongodb-dev.net, DNS:*.g6fyiaq.mongodb-dev.net
|
68
|
+
X509v3 Certificate Policies:
|
69
|
+
Policy: 2.23.140.1.2.1
|
59
70
|
CT Precertificate SCTs:
|
60
71
|
Signed Certificate Timestamp:
|
61
72
|
Version : v1 (0x0)
|
62
|
-
Log ID :
|
63
|
-
|
64
|
-
Timestamp : Jun
|
65
|
-
Extensions: none
|
66
|
-
Signature : ecdsa-with-SHA256
|
67
|
-
30:46:02:21:00:88:AC:04:93:84:2C:2C:99:4F:B8:C4:
|
68
|
-
06:B5:7F:9B:92:D3:51:25:72:1D:DB:12:D5:C0:AA:8F:
|
69
|
-
D1:97:39:EF:4C:02:21:00:96:B1:11:40:0F:BA:03:28:
|
70
|
-
88:BF:0C:DF:4B:4A:68:67:05:97:7E:F6:BD:6F:F3:0D:
|
71
|
-
D8:9C:EB:90:75:FF:79:AB
|
72
|
-
Signed Certificate Timestamp:
|
73
|
-
Version : v1 (0x0)
|
74
|
-
Log ID : 48:B0:E3:6B:DA:A6:47:34:0F:E5:6A:02:FA:9D:30:EB:
|
75
|
-
1C:52:01:CB:56:DD:2C:81:D9:BB:BF:AB:39:D8:84:73
|
76
|
-
Timestamp : Jun 2 08:44:16.066 2023 GMT
|
73
|
+
Log ID : 3F:17:4B:4F:D7:22:47:58:94:1D:65:1C:84:BE:0D:12:
|
74
|
+
ED:90:37:7F:1F:85:6A:EB:C1:BF:28:85:EC:F8:64:6E
|
75
|
+
Timestamp : Jun 5 15:02:46.375 2024 GMT
|
77
76
|
Extensions: none
|
78
77
|
Signature : ecdsa-with-SHA256
|
79
|
-
30:45:02:21:00:
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
78
|
+
30:45:02:21:00:A2:21:6F:59:A8:6F:DF:1F:D8:BF:D5:
|
79
|
+
0C:C8:90:9C:15:F6:02:20:97:22:70:BD:DF:C6:F8:41:
|
80
|
+
02:A3:86:FB:0F:02:20:5F:4C:E5:7D:38:D7:AF:7C:40:
|
81
|
+
41:B1:99:8A:04:83:2C:95:7F:71:34:42:2F:B9:94:DC:
|
82
|
+
EE:85:D9:2E:6A:FE:0E
|
84
83
|
Signed Certificate Timestamp:
|
85
84
|
Version : v1 (0x0)
|
86
|
-
Log ID :
|
87
|
-
|
88
|
-
Timestamp : Jun
|
85
|
+
Log ID : 76:FF:88:3F:0A:B6:FB:95:51:C2:61:CC:F5:87:BA:34:
|
86
|
+
B4:A4:CD:BB:29:DC:68:42:0A:9F:E6:67:4C:5A:3A:74
|
87
|
+
Timestamp : Jun 5 15:02:46.419 2024 GMT
|
89
88
|
Extensions: none
|
90
89
|
Signature : ecdsa-with-SHA256
|
91
|
-
30:
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
90
|
+
30:46:02:21:00:FA:63:32:6E:58:54:6F:36:EE:9C:BA:
|
91
|
+
FB:AF:E1:5E:B5:A9:24:8A:81:84:7A:E5:F3:A9:38:42:
|
92
|
+
57:CC:E3:09:C9:02:21:00:E2:BD:7E:3D:45:28:05:91:
|
93
|
+
F6:46:1C:EA:5C:31:DA:4A:88:D2:F8:A2:98:9E:E3:A1:
|
94
|
+
36:1D:41:BF:DA:0A:45:D9
|
96
95
|
Signature Algorithm: sha256WithRSAEncryption
|
97
96
|
Signature Value:
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
|
97
|
+
61:76:67:a7:27:1f:ac:52:59:f6:73:dd:98:6b:52:25:b2:a3:
|
98
|
+
1b:f1:23:8f:07:75:7f:e9:1a:fa:c7:99:61:3c:c4:d6:d4:24:
|
99
|
+
a6:2e:e9:67:c6:18:ca:76:57:63:bf:ce:ad:74:92:e1:e5:84:
|
100
|
+
1d:94:80:f2:a9:90:a5:8e:83:74:80:cf:d1:2e:be:f7:13:6e:
|
101
|
+
84:22:44:e1:a9:bd:60:85:81:ad:ee:17:68:d1:e7:83:dd:aa:
|
102
|
+
8e:35:5e:0b:e5:9a:52:23:4d:c6:85:cc:fc:45:09:d3:f7:63:
|
103
|
+
1d:72:69:09:99:36:53:97:43:54:53:2e:47:8d:ec:29:f1:d2:
|
104
|
+
54:e4:35:f9:84:a1:ef:f0:4b:23:cf:1c:b3:06:c5:6a:bc:d9:
|
105
|
+
7e:b3:8c:3a:76:74:28:d8:2b:75:b2:fd:bb:c3:62:02:46:ed:
|
106
|
+
ca:47:b2:c9:7a:f3:99:e3:c8:5c:6a:c0:02:a4:25:b9:2d:82:
|
107
|
+
87:6c:7a:1f:5d:41:37:53:8f:8a:71:91:13:ed:d7:3f:ac:29:
|
108
|
+
58:83:08:1f:1d:62:d4:e9:d9:c8:63:05:0d:24:44:45:44:58:
|
109
|
+
be:4a:09:ff:e5:56:e8:67:ad:2d:ee:42:f9:a3:fa:fa:3f:72:
|
110
|
+
ab:eb:eb:4b:23:94:f3:ac:91:f5:34:6a:8a:3d:2f:89:52:54:
|
111
|
+
a4:7e:5f:db
|
113
112
|
|
114
113
|
-----BEGIN CERTIFICATE-----
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
|
119
|
-
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
|
125
|
-
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
|
131
|
-
|
132
|
-
|
133
|
-
|
134
|
-
|
135
|
-
|
136
|
-
|
137
|
-
|
138
|
-
|
139
|
-
|
140
|
-
|
141
|
-
|
142
|
-
|
143
|
-
|
144
|
-
|
145
|
-
|
146
|
-
|
147
|
-
|
148
|
-
qltpjjfUzOx7hoayqW1gi3BEynJ62ahUlvha5SsqSF1PU/uzyWdwo6bVvm2ZEVGJ
|
149
|
-
MeOxQ1TgfM2W/S0SEuujjrQSJSO/pl1wxT+Mnw5dONBLqmcw18NHdiC9GlUqst83
|
150
|
-
kmeIZREVYqgIP5PuwbF5MwMDC0bUX9KCMXdsQhKJ9PivMqtFWZG/gkRp0kl/G/NJ
|
151
|
-
KDeFdDxNkhtWMExpeV38TaZ7xuf1NObdwCX4abKGOkSpQbo0zf6qINJXrQ==
|
114
|
+
MIIGIDCCBQigAwIBAgISBK7CRfy6rhbWOH7eBMQrQf2gMA0GCSqGSIb3DQEBCwUA
|
115
|
+
MDIxCzAJBgNVBAYTAlVTMRYwFAYDVQQKEw1MZXQncyBFbmNyeXB0MQswCQYDVQQD
|
116
|
+
EwJSMzAeFw0yNDA2MDUxNDAyNDVaFw0yNDA5MDMxNDAyNDRaMCQxIjAgBgNVBAMM
|
117
|
+
GSouZzZmeWlhcS5tb25nb2RiLWRldi5uZXQwggIiMA0GCSqGSIb3DQEBAQUAA4IC
|
118
|
+
DwAwggIKAoICAQDA1JPyfLVkVqLtB6uWAGGNdAPuENx/kibqsckvejPSBbIl/xXA
|
119
|
+
/DdcjKk2gmbrB3D57LPKiJ0HUe/yGOOIO/f1sinif3sA3J+4lc/0WDcNzbDsm9DD
|
120
|
+
7HHYTZdaosZmLsHcTzjzukM9PkYSqAh647z6Uj+0Tz4ln0rJ/a9CzGJZuuGSHGxX
|
121
|
+
LYb7YggIW/lePDvomrIcoIJYDOlAwiHCcZMyaET5YRO81shxHpw39LnNEzDNS0LA
|
122
|
+
xZWRhrXpf/Y33iCOzAU9FKopwr9PNHGJB1RbtM0TvVN0528zxXM2JFs3iNGe/Jjh
|
123
|
+
eqIlZcWxIa0smQsDLpIG78ExtjsAMgD1xHANHUMcpzEDQKaVbCmzk1Q7n71fRL66
|
124
|
+
BKlc8S0NBBhRJ3VH10sG59+8LE7HSxhg3lHOQalsahnRpQsD5eyJEGu0lLp5tgYR
|
125
|
+
LrJf5hnw+a0+T6TMPXtpRu1xHPZQbFMInqMFWd77NqGSrX14xjcT0RqaVsz7vSE0
|
126
|
+
7I2lc1lvTqriLhbW1omSo4/XsEbPB3B13NyzcM8qEoROQVcQaHtf+Y9k0tTpwOu0
|
127
|
+
aDeHQDKe9n++MfvVNqQVulIkwV2u0EHj/4gJfeeYI7sJm3tt5MDKehtuMmNpQnsm
|
128
|
+
ncnww7lYiMN0ndNUOyAJdlxUTmD3NVPk+aqvDr0k0Q7Fin4m8OegJtCdAQIDAQAB
|
129
|
+
o4ICPDCCAjgwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMBBggr
|
130
|
+
BgEFBQcDAjAMBgNVHRMBAf8EAjAAMB0GA1UdDgQWBBQDSmeLCxyGTJ3Z5uJDsbqT
|
131
|
+
U1DeKDAfBgNVHSMEGDAWgBQULrMXt1hWy65QCUDmH6+dixTCxjBVBggrBgEFBQcB
|
132
|
+
AQRJMEcwIQYIKwYBBQUHMAGGFWh0dHA6Ly9yMy5vLmxlbmNyLm9yZzAiBggrBgEF
|
133
|
+
BQcwAoYWaHR0cDovL3IzLmkubGVuY3Iub3JnLzBEBgNVHREEPTA7gh4qLmc2Znlp
|
134
|
+
YXEubWVzaC5tb25nb2RiLWRldi5uZXSCGSouZzZmeWlhcS5tb25nb2RiLWRldi5u
|
135
|
+
ZXQwEwYDVR0gBAwwCjAIBgZngQwBAgEwggEFBgorBgEEAdZ5AgQCBIH2BIHzAPEA
|
136
|
+
dgA/F0tP1yJHWJQdZRyEvg0S7ZA3fx+FauvBvyiF7PhkbgAAAY/o7IdnAAAEAwBH
|
137
|
+
MEUCIQCiIW9ZqG/fH9i/1QzIkJwV9gIglyJwvd/G+EECo4b7DwIgX0zlfTjXr3xA
|
138
|
+
QbGZigSDLJV/cTRCL7mU3O6F2S5q/g4AdwB2/4g/Crb7lVHCYcz1h7o0tKTNuync
|
139
|
+
aEIKn+ZnTFo6dAAAAY/o7IeTAAAEAwBIMEYCIQD6YzJuWFRvNu6cuvuv4V61qSSK
|
140
|
+
gYR65fOpOEJXzOMJyQIhAOK9fj1FKAWR9kYc6lwx2kqI0viimJ7joTYdQb/aCkXZ
|
141
|
+
MA0GCSqGSIb3DQEBCwUAA4IBAQBhdmenJx+sUln2c92Ya1IlsqMb8SOPB3V/6Rr6
|
142
|
+
x5lhPMTW1CSmLulnxhjKdldjv86tdJLh5YQdlIDyqZCljoN0gM/RLr73E26EIkTh
|
143
|
+
qb1ghYGt7hdo0eeD3aqONV4L5ZpSI03Ghcz8RQnT92MdcmkJmTZTl0NUUy5Hjewp
|
144
|
+
8dJU5DX5hKHv8EsjzxyzBsVqvNl+s4w6dnQo2Ct1sv27w2ICRu3KR7LJevOZ48hc
|
145
|
+
asACpCW5LYKHbHofXUE3U4+KcZET7dc/rClYgwgfHWLU6dnIYwUNJERFRFi+Sgn/
|
146
|
+
5VboZ60t7kL5o/r6P3Kr6+tLI5TzrJH1NGqKPS+JUlSkfl/b
|
152
147
|
-----END CERTIFICATE-----
|
@@ -337,51 +337,33 @@ module CommonShortcuts
|
|
337
337
|
[:tcp, "0.0.0.0", 5300],
|
338
338
|
]
|
339
339
|
|
340
|
-
|
341
|
-
|
342
|
-
|
343
|
-
|
344
|
-
|
345
|
-
|
346
|
-
|
347
|
-
resource_cls
|
348
|
-
resources = answers.map do |answer|
|
349
|
-
resource_cls.new(*answer)
|
350
|
-
end
|
351
|
-
match(query, resource_cls) do |req|
|
352
|
-
req.add(resources)
|
353
|
-
end
|
340
|
+
# Starts the DNS server and returns it; should be run from within an
|
341
|
+
# Async block. Prefer #mock_dns instead, which does the setup for you.
|
342
|
+
def start_dns_server(config)
|
343
|
+
RubyDNS::run_server(DNS_INTERFACES) do
|
344
|
+
config.each do |(query, type, *answers)|
|
345
|
+
resource_cls = Resolv::DNS::Resource::IN.const_get(type.to_s.upcase)
|
346
|
+
resources = answers.map do |answer|
|
347
|
+
resource_cls.new(*answer)
|
354
348
|
end
|
355
349
|
|
356
|
-
|
350
|
+
match(query, resource_cls) do |req|
|
351
|
+
req.add(resources)
|
352
|
+
end
|
357
353
|
end
|
358
354
|
end
|
355
|
+
end
|
359
356
|
|
360
|
-
|
357
|
+
# Starts and runs a DNS server, then yields to the attached block.
|
358
|
+
def mock_dns(config)
|
359
|
+
# only require rubydns when we need it; it's MRI-only.
|
360
|
+
require 'rubydns'
|
361
361
|
|
362
|
-
|
362
|
+
Async do |task|
|
363
|
+
server = start_dns_server(config)
|
363
364
|
yield
|
364
365
|
ensure
|
365
|
-
|
366
|
-
if $last_async_task
|
367
|
-
break
|
368
|
-
end
|
369
|
-
sleep 0.5
|
370
|
-
end
|
371
|
-
|
372
|
-
# Hack to stop the server - https://github.com/socketry/rubydns/issues/75
|
373
|
-
if $last_async_task.nil?
|
374
|
-
STDERR.puts "No async task - server never started?"
|
375
|
-
else
|
376
|
-
begin
|
377
|
-
$last_async_task.stop
|
378
|
-
rescue NoMethodError => e
|
379
|
-
STDERR.puts "Error stopping async task: #{e}"
|
380
|
-
end
|
381
|
-
end
|
382
|
-
|
383
|
-
thread.kill
|
384
|
-
thread.join
|
366
|
+
server.stop
|
385
367
|
end
|
386
368
|
end
|
387
369
|
|
data/spec/support/constraints.rb
CHANGED
@@ -17,6 +17,16 @@ module Constraints
|
|
17
17
|
end
|
18
18
|
end
|
19
19
|
|
20
|
+
def minimum_mri_version(version)
|
21
|
+
require_mri
|
22
|
+
|
23
|
+
before(:all) do
|
24
|
+
if RUBY_VERSION < version
|
25
|
+
skip "Ruby #{version} or greater is required"
|
26
|
+
end
|
27
|
+
end
|
28
|
+
end
|
29
|
+
|
20
30
|
def forbid_x509_auth
|
21
31
|
before(:all) do
|
22
32
|
skip 'X.509 auth not allowed' if SpecConfig.instance.x509_auth?
|
metadata
CHANGED
@@ -1,41 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: mongo
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.20.
|
4
|
+
version: 2.20.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- The MongoDB Ruby Team
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
|
-
cert_chain:
|
11
|
-
-
|
12
|
-
-----BEGIN CERTIFICATE-----
|
13
|
-
MIIEeDCCAuCgAwIBAgIBATANBgkqhkiG9w0BAQsFADBBMREwDwYDVQQDDAhkYngt
|
14
|
-
cnVieTEXMBUGCgmSJomT8ixkARkWB21vbmdvZGIxEzARBgoJkiaJk/IsZAEZFgNj
|
15
|
-
b20wHhcNMjQwMjA5MTc0NzIyWhcNMjUwMjA4MTc0NzIyWjBBMREwDwYDVQQDDAhk
|
16
|
-
YngtcnVieTEXMBUGCgmSJomT8ixkARkWB21vbmdvZGIxEzARBgoJkiaJk/IsZAEZ
|
17
|
-
FgNjb20wggGiMA0GCSqGSIb3DQEBAQUAA4IBjwAwggGKAoIBgQC0/Veq9l47cTfX
|
18
|
-
tQ+kHq2NOCwJuJGt1iXWQ/vH/yp7pZ/bLej7gPDl2CfIngAXRjM7r1FkR9ya7VAm
|
19
|
-
IneBFcVU3HhpIXWi4ByXGjBOXFD1Dfbz4C4zedIWRk/hNzXa+rQY4KPwpOwG/hZg
|
20
|
-
id+rSXWSbNlkyN97XfonweVh7JsIa9X/2JY9ADYjhCfEZF+b0+Wl7+jgwzLWb46I
|
21
|
-
0WH0bZBIZ0BbKAwUXIgvq5mQf9PzukmMVYCwnkJ/P4wrHO22HuwnbMyvJuGjVwqi
|
22
|
-
j1NRp/2vjmKBFWxIfhlSXEIiqAmeEVNXzhPvTVeyo+rma+7R3Bo+4WHkcnPpXJJZ
|
23
|
-
Jd63qXMvTB0GplEcMJPztWhrJOmcxIOVoQyigEPSQT8JpzFVXby4SGioizv2eT7l
|
24
|
-
VYSiCHuc3yEDyq5M+98WGX2etbj6esYtzI3rDevpIAHPB6HQmtoJIA4dSl3gjFb+
|
25
|
-
D+YQSuB2qYu021FI9zeY9sbZyWysEXBxhwrmTk+XUV0qz+OQZkMCAwEAAaN7MHkw
|
26
|
-
CQYDVR0TBAIwADALBgNVHQ8EBAMCBLAwHQYDVR0OBBYEFH4nnr4tYlatU57RbExW
|
27
|
-
jG86YM5nMB8GA1UdEQQYMBaBFGRieC1ydWJ5QG1vbmdvZGIuY29tMB8GA1UdEgQY
|
28
|
-
MBaBFGRieC1ydWJ5QG1vbmdvZGIuY29tMA0GCSqGSIb3DQEBCwUAA4IBgQBKGtHA
|
29
|
-
fpi3N/BL1J5O4CBsAjtF4jHDiw2r5MwK+66NzMh3uedjgPI7MoosemLy++SB+8BR
|
30
|
-
SE8bDkb6gfDQQzrI6KSXXyqH2TbQXpY5Tac7/yqXRiu8G2qOrOj4czB/Hq7j09CV
|
31
|
-
YoH88v6hL11i5jt6jPjFh8hXYG0hDQxhi3atRz5Wwd98tUf2DSbyJXJiRgCBeZjl
|
32
|
-
rP7AnKsWMu0C+zPlL+nXtQr+nTFtkKXRWfUJMqePpBqtriQvgQ+Y1ItqYVTSLuiM
|
33
|
-
iwUMcn/rGhdCMBSaKDXdFkIveCHQE2f2WBo2EdErrcTrgEKYYdNfzcb/43j7L1kx
|
34
|
-
AUwyTtk+HFrviBynQbKN82rjbZE+5gukVea5c7idQPkqacPYsoU37DI+hTlUyJkV
|
35
|
-
dcTtfEg44lLlfNukBslfiQf54r+uWbyB0m0rDUN/py7/Ghyzt5GLBU91uCO3dGoI
|
36
|
-
55uFRHMvEcJMTDeImC/nuucPCAiEGMHggr9+NPC0tqpxjGKTo7lS7GzUFjg=
|
37
|
-
-----END CERTIFICATE-----
|
38
|
-
date: 2024-03-28 00:00:00.000000000 Z
|
9
|
+
cert_chain: []
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
39
11
|
dependencies:
|
40
12
|
- !ruby/object:Gem::Dependency
|
41
13
|
name: bson
|
@@ -57,7 +29,10 @@ dependencies:
|
|
57
29
|
- - "<"
|
58
30
|
- !ruby/object:Gem::Version
|
59
31
|
version: 6.0.0
|
60
|
-
description:
|
32
|
+
description: |
|
33
|
+
A pure-Ruby driver for connecting to, querying, and manipulating MongoDB
|
34
|
+
databases. Officially developed and supported by MongoDB, with love for
|
35
|
+
the Ruby community.
|
61
36
|
email: dbx-ruby@mongodb.com
|
62
37
|
executables:
|
63
38
|
- mongo_console
|
@@ -931,6 +906,7 @@ files:
|
|
931
906
|
- spec/runners/unified/test.rb
|
932
907
|
- spec/runners/unified/test_group.rb
|
933
908
|
- spec/runners/unified/thread_operations.rb
|
909
|
+
- spec/shared/CANDIDATE.md
|
934
910
|
- spec/shared/LICENSE
|
935
911
|
- spec/shared/bin/get-mongodb-download-url
|
936
912
|
- spec/shared/bin/s3-copy
|
@@ -942,11 +918,14 @@ files:
|
|
942
918
|
- spec/shared/lib/mrss/eg_config_utils.rb
|
943
919
|
- spec/shared/lib/mrss/event_subscriber.rb
|
944
920
|
- spec/shared/lib/mrss/lite_constraints.rb
|
921
|
+
- spec/shared/lib/mrss/release/candidate.rb
|
922
|
+
- spec/shared/lib/mrss/release/product_data.rb
|
945
923
|
- spec/shared/lib/mrss/server_version_registry.rb
|
946
924
|
- spec/shared/lib/mrss/session_registry.rb
|
947
925
|
- spec/shared/lib/mrss/session_registry_legacy.rb
|
948
926
|
- spec/shared/lib/mrss/spec_organizer.rb
|
949
927
|
- spec/shared/lib/mrss/utils.rb
|
928
|
+
- spec/shared/lib/tasks/candidate.rake
|
950
929
|
- spec/shared/share/Dockerfile.erb
|
951
930
|
- spec/shared/share/haproxy-1.conf
|
952
931
|
- spec/shared/share/haproxy-2.conf
|
@@ -1941,8 +1920,6 @@ files:
|
|
1941
1920
|
- spec/support/crypt/schema_maps/schema_map_kmip_key_alt_names.json
|
1942
1921
|
- spec/support/crypt/schema_maps/schema_map_local.json
|
1943
1922
|
- spec/support/crypt/schema_maps/schema_map_local_key_alt_names.json
|
1944
|
-
- spec/support/dns.rb
|
1945
|
-
- spec/support/faas/app/aws_lambda/mongodb/Gemfile.lock
|
1946
1923
|
- spec/support/json_ext_formatter.rb
|
1947
1924
|
- spec/support/keyword_struct.rb
|
1948
1925
|
- spec/support/local_resource_registry.rb
|
@@ -1970,10 +1947,9 @@ licenses:
|
|
1970
1947
|
metadata:
|
1971
1948
|
bug_tracker_uri: https://jira.mongodb.org/projects/RUBY
|
1972
1949
|
changelog_uri: https://github.com/mongodb/mongo-ruby-driver/releases
|
1973
|
-
documentation_uri: https://mongodb.com/docs/ruby-driver/
|
1974
1950
|
homepage_uri: https://mongodb.com/docs/ruby-driver/
|
1951
|
+
documentation_uri: https://mongodb.com/docs/ruby-driver/current/tutorials/quick-start/
|
1975
1952
|
source_code_uri: https://github.com/mongodb/mongo-ruby-driver
|
1976
|
-
post_install_message:
|
1977
1953
|
rdoc_options: []
|
1978
1954
|
require_paths:
|
1979
1955
|
- lib
|
@@ -1988,8 +1964,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
1988
1964
|
- !ruby/object:Gem::Version
|
1989
1965
|
version: '0'
|
1990
1966
|
requirements: []
|
1991
|
-
rubygems_version: 3.
|
1992
|
-
signing_key:
|
1967
|
+
rubygems_version: 3.7.1
|
1993
1968
|
specification_version: 4
|
1994
1969
|
summary: Ruby driver for MongoDB
|
1995
1970
|
test_files:
|
@@ -2350,10 +2325,11 @@ test_files:
|
|
2350
2325
|
- spec/runners/change_streams/outcome.rb
|
2351
2326
|
- spec/runners/change_streams/spec.rb
|
2352
2327
|
- spec/runners/change_streams/test.rb
|
2353
|
-
- spec/runners/cmap/verifier.rb
|
2354
2328
|
- spec/runners/cmap.rb
|
2329
|
+
- spec/runners/cmap/verifier.rb
|
2355
2330
|
- spec/runners/command_monitoring.rb
|
2356
2331
|
- spec/runners/connection_string.rb
|
2332
|
+
- spec/runners/crud.rb
|
2357
2333
|
- spec/runners/crud/context.rb
|
2358
2334
|
- spec/runners/crud/operation.rb
|
2359
2335
|
- spec/runners/crud/outcome.rb
|
@@ -2362,17 +2338,17 @@ test_files:
|
|
2362
2338
|
- spec/runners/crud/test.rb
|
2363
2339
|
- spec/runners/crud/test_base.rb
|
2364
2340
|
- spec/runners/crud/verifier.rb
|
2365
|
-
- spec/runners/crud.rb
|
2366
2341
|
- spec/runners/gridfs.rb
|
2367
2342
|
- spec/runners/read_write_concern_document.rb
|
2368
|
-
- spec/runners/sdam/verifier.rb
|
2369
2343
|
- spec/runners/sdam.rb
|
2344
|
+
- spec/runners/sdam/verifier.rb
|
2370
2345
|
- spec/runners/server_selection.rb
|
2371
2346
|
- spec/runners/server_selection_rtt.rb
|
2347
|
+
- spec/runners/transactions.rb
|
2372
2348
|
- spec/runners/transactions/operation.rb
|
2373
2349
|
- spec/runners/transactions/spec.rb
|
2374
2350
|
- spec/runners/transactions/test.rb
|
2375
|
-
- spec/runners/
|
2351
|
+
- spec/runners/unified.rb
|
2376
2352
|
- spec/runners/unified/assertions.rb
|
2377
2353
|
- spec/runners/unified/change_stream_operations.rb
|
2378
2354
|
- spec/runners/unified/client_side_encryption_operations.rb
|
@@ -2388,7 +2364,7 @@ test_files:
|
|
2388
2364
|
- spec/runners/unified/test.rb
|
2389
2365
|
- spec/runners/unified/test_group.rb
|
2390
2366
|
- spec/runners/unified/thread_operations.rb
|
2391
|
-
- spec/
|
2367
|
+
- spec/shared/CANDIDATE.md
|
2392
2368
|
- spec/shared/LICENSE
|
2393
2369
|
- spec/shared/bin/get-mongodb-download-url
|
2394
2370
|
- spec/shared/bin/s3-copy
|
@@ -2400,11 +2376,14 @@ test_files:
|
|
2400
2376
|
- spec/shared/lib/mrss/eg_config_utils.rb
|
2401
2377
|
- spec/shared/lib/mrss/event_subscriber.rb
|
2402
2378
|
- spec/shared/lib/mrss/lite_constraints.rb
|
2379
|
+
- spec/shared/lib/mrss/release/candidate.rb
|
2380
|
+
- spec/shared/lib/mrss/release/product_data.rb
|
2403
2381
|
- spec/shared/lib/mrss/server_version_registry.rb
|
2404
2382
|
- spec/shared/lib/mrss/session_registry.rb
|
2405
2383
|
- spec/shared/lib/mrss/session_registry_legacy.rb
|
2406
2384
|
- spec/shared/lib/mrss/spec_organizer.rb
|
2407
2385
|
- spec/shared/lib/mrss/utils.rb
|
2386
|
+
- spec/shared/lib/tasks/candidate.rake
|
2408
2387
|
- spec/shared/share/Dockerfile.erb
|
2409
2388
|
- spec/shared/share/haproxy-1.conf
|
2410
2389
|
- spec/shared/share/haproxy-2.conf
|
@@ -3323,11 +3302,11 @@ test_files:
|
|
3323
3302
|
- spec/stress/fork_reconnect_stress_spec.rb
|
3324
3303
|
- spec/stress/push_monitor_close_spec.rb
|
3325
3304
|
- spec/support/authorization.rb
|
3305
|
+
- spec/support/aws_utils.rb
|
3326
3306
|
- spec/support/aws_utils/base.rb
|
3327
3307
|
- spec/support/aws_utils/inspector.rb
|
3328
3308
|
- spec/support/aws_utils/orchestrator.rb
|
3329
3309
|
- spec/support/aws_utils/provisioner.rb
|
3330
|
-
- spec/support/aws_utils.rb
|
3331
3310
|
- spec/support/background_thread_registry.rb
|
3332
3311
|
- spec/support/certificates/README.md
|
3333
3312
|
- spec/support/certificates/atlas-ocsp-ca.crt
|
@@ -3361,6 +3340,7 @@ test_files:
|
|
3361
3340
|
- spec/support/cluster_tools.rb
|
3362
3341
|
- spec/support/common_shortcuts.rb
|
3363
3342
|
- spec/support/constraints.rb
|
3343
|
+
- spec/support/crypt.rb
|
3364
3344
|
- spec/support/crypt/corpus/corpus-encrypted.json
|
3365
3345
|
- spec/support/crypt/corpus/corpus-key-aws.json
|
3366
3346
|
- spec/support/crypt/corpus/corpus-key-azure.json
|
@@ -3398,9 +3378,6 @@ test_files:
|
|
3398
3378
|
- spec/support/crypt/schema_maps/schema_map_kmip_key_alt_names.json
|
3399
3379
|
- spec/support/crypt/schema_maps/schema_map_local.json
|
3400
3380
|
- spec/support/crypt/schema_maps/schema_map_local_key_alt_names.json
|
3401
|
-
- spec/support/crypt.rb
|
3402
|
-
- spec/support/dns.rb
|
3403
|
-
- spec/support/faas/app/aws_lambda/mongodb/Gemfile.lock
|
3404
3381
|
- spec/support/json_ext_formatter.rb
|
3405
3382
|
- spec/support/keyword_struct.rb
|
3406
3383
|
- spec/support/local_resource_registry.rb
|
checksums.yaml.gz.sig
DELETED
Binary file
|
data/spec/support/dns.rb
DELETED
@@ -1,16 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
# rubocop:todo all
|
3
|
-
|
4
|
-
require 'rubydns'
|
5
|
-
|
6
|
-
# Hack to stop the server - https://github.com/socketry/rubydns/issues/75
|
7
|
-
module Async
|
8
|
-
class Task
|
9
|
-
alias :run_without_record :run
|
10
|
-
def run(*args)
|
11
|
-
run_without_record.tap do
|
12
|
-
$last_async_task = self
|
13
|
-
end
|
14
|
-
end
|
15
|
-
end
|
16
|
-
end
|
@@ -1,19 +0,0 @@
|
|
1
|
-
GEM
|
2
|
-
remote: https://rubygems.org/
|
3
|
-
specs:
|
4
|
-
bson (4.15.0)
|
5
|
-
mongo (2.19.1)
|
6
|
-
bson (>= 4.14.1, < 5.0.0)
|
7
|
-
|
8
|
-
PLATFORMS
|
9
|
-
arm64-darwin-22
|
10
|
-
x86_64-linux
|
11
|
-
|
12
|
-
DEPENDENCIES
|
13
|
-
mongo
|
14
|
-
|
15
|
-
RUBY VERSION
|
16
|
-
ruby 3.2.2p53
|
17
|
-
|
18
|
-
BUNDLED WITH
|
19
|
-
2.4.12
|
data.tar.gz.sig
DELETED
Binary file
|
metadata.gz.sig
DELETED
@@ -1,3 +0,0 @@
|
|
1
|
-
K&���;�y�qM�y�S��4���m��)pVar���g�S������B16M�T��p���jjh�Ф����P��1ӢD�1��@��u)�Vl�>���݅=�B��wqݕ-&�HѬ�:ZM�M��J���m�Һ~z�ڕ� ���ܥ�ӹ�Oڇ��
|
2
|
-
?f�z���ϸ\��9"��y��l�IF�����=9�q{�Ce�&y�te_W���"���$��?������T����k�λ�ߛN!��J�;Lk��V�?Z+�PR�b�GSk'x��(���Lw�@"�%�XVf�����G��?P��|��,X&* �9w$��Oq�8�VS�@
|
3
|
-
��C��t��}��{�9�^�:�7l��y,�LUR��:��g�
|