Skip to content

Commit ee8127d

Browse files
committed
Merge branch 'v1' of github.com:mongodb/mongo-go-driver into kmip-server-scripts
2 parents cee5960 + ff8ab9e commit ee8127d

File tree

3 files changed

+32
-8
lines changed

3 files changed

+32
-8
lines changed

.evergreen/config.yml

Lines changed: 25 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2463,7 +2463,13 @@ buildvariants:
24632463

24642464
- matrix_name: "tests-42-plus-zlib-zstd-support"
24652465
tags: ["pullrequest"]
2466-
matrix_spec: { version: ["4.2", "4.4", "5.0", "6.0", "7.0", "latest"], os-ssl-40: ["windows-64-go-1-20", "rhel87-64-go-1-20"] }
2466+
matrix_spec: { version: ["4.2", "4.4", "5.0", "6.0", "7.0"], os-ssl-40: ["windows-64-go-1-20", "rhel87-64-go-1-20"] }
2467+
display_name: "${version} ${os-ssl-40}"
2468+
tasks:
2469+
- name: ".test !.enterprise-auth !.snappy"
2470+
2471+
- matrix_name: "tests-latest-zlib-zstd-support"
2472+
matrix_spec: { version: ["latest"], os-ssl-40: ["windows-64-go-1-20", "rhel87-64-go-1-20"] }
24672473
display_name: "${version} ${os-ssl-40}"
24682474
tasks:
24692475
- name: ".test !.enterprise-auth !.snappy"
@@ -2505,27 +2511,39 @@ buildvariants:
25052511

25062512
- matrix_name: "race-test"
25072513
tags: ["pullrequest"]
2508-
matrix_spec: { version: ["latest"], os-ssl-40: ["rhel87-64-go-1-20"] }
2514+
matrix_spec: { version: ["7.0"], os-ssl-40: ["rhel87-64-go-1-20"] }
25092515
display_name: "Race Detector Test"
25102516
tasks:
25112517
- name: ".race"
25122518

25132519
- matrix_name: "versioned-api-test"
25142520
tags: ["pullrequest"]
2515-
matrix_spec: { version: ["5.0", "6.0", "7.0", "latest"], os-ssl-40: ["windows-64-go-1-20", "rhel87-64-go-1-20"] }
2521+
matrix_spec: { version: ["5.0", "6.0", "7.0"], os-ssl-40: ["windows-64-go-1-20", "rhel87-64-go-1-20"] }
2522+
display_name: "API Version ${version} ${os-ssl-40}"
2523+
tasks:
2524+
- name: ".versioned-api"
2525+
2526+
- matrix_name: "versioned-api-latest-test"
2527+
matrix_spec: { version: ["latest"], os-ssl-40: ["windows-64-go-1-20", "rhel87-64-go-1-20"] }
25162528
display_name: "API Version ${version} ${os-ssl-40}"
25172529
tasks:
25182530
- name: ".versioned-api"
25192531

25202532
- matrix_name: "kms-tls-test"
2521-
matrix_spec: { version: ["latest"], os-ssl-40: ["rhel87-64-go-1-20"] }
2533+
matrix_spec: { version: ["7.0"], os-ssl-40: ["rhel87-64-go-1-20"] }
25222534
display_name: "KMS TLS ${os-ssl-40}"
25232535
tasks:
25242536
- name: ".kms-tls"
25252537

25262538
- matrix_name: "load-balancer-test"
25272539
tags: ["pullrequest"]
2528-
matrix_spec: { version: ["5.0", "6.0", "7.0", "latest", "rapid"], os-ssl-40: ["rhel87-64-go-1-20"] }
2540+
matrix_spec: { version: ["5.0", "6.0", "7.0"], os-ssl-40: ["rhel87-64-go-1-20"] }
2541+
display_name: "Load Balancer Support ${version} ${os-ssl-40}"
2542+
tasks:
2543+
- name: ".load-balancer"
2544+
2545+
- matrix_name: "load-balancer-latest-test"
2546+
matrix_spec: { version: ["latest"], os-ssl-40: ["rhel87-64-go-1-20"] }
25292547
display_name: "Load Balancer Support ${version} ${os-ssl-40}"
25302548
tasks:
25312549
- name: ".load-balancer"
@@ -2538,7 +2556,7 @@ buildvariants:
25382556
- "serverless_task_group"
25392557

25402558
- matrix_name: "kms-kmip-test"
2541-
matrix_spec: { version: ["latest"], os-ssl-40: ["rhel87-64-go-1-20"] }
2559+
matrix_spec: { version: ["7.0"], os-ssl-40: ["rhel87-64-go-1-20"] }
25422560
display_name: "KMS KMIP ${os-ssl-40}"
25432561
tasks:
25442562
- name: ".kms-kmip"
@@ -2551,7 +2569,7 @@ buildvariants:
25512569
batchtime: 1440 # Run at most once per 24 hours.
25522570

25532571
- matrix_name: "faas-test"
2554-
matrix_spec: { version: ["latest"], os-faas-80: ["rhel87-large-go-1-20"] }
2572+
matrix_spec: { version: ["7.0"], os-faas-80: ["rhel87-large-go-1-20"] }
25552573
display_name: "FaaS ${version} ${os-faas-80}"
25562574
tasks:
25572575
- test-aws-lambda-task-group

.pre-commit-config.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,12 @@ repos:
4444
exclude: ^(vendor/|benchmark/operation_test.go)
4545
exclude_types: [json,yaml,pem]
4646

47+
- repo: https://github.com/tcort/markdown-link-check
48+
rev: v3.11.2
49+
hooks:
50+
- id: markdown-link-check
51+
exclude: ^(vendor)
52+
4753
- repo: https://github.com/golangci/golangci-lint
4854
rev: v1.55.1
4955
hooks:

docs/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,4 +221,4 @@ TOPOLOGY=sharded_cluster bash etc/run_docker.sh evg-test-enterprise-auth
221221

222222
## Talk To Us
223223

224-
If you want to work on the driver, write documentation, or have questions/complaints, please reach out to us either via [MongoDB Community Forums](https://community.mongodb.com/tags/c/drivers-odms-connectors/7/go-driver) or by creating a Question issue in [Jira](https://jira.mongodb.org/secure/CreateIssue!default.jspa).
224+
If you want to work on the driver, write documentation, or have questions/complaints, please reach out to us either via [MongoDB Community Forums](https://www.mongodb.com/community/forums/tag/go-driver) or by creating a Question issue in [Jira](https://jira.mongodb.org/secure/CreateIssue!default.jspa).

0 commit comments

Comments
 (0)