Skip to content

Commit a74791f

Browse files
authored
GODRIVER-3365 Update specifications links and remove stale specifications docs. (#1891)
1 parent 91abd88 commit a74791f

File tree

28 files changed

+7
-6177
lines changed

28 files changed

+7
-6177
lines changed

internal/integration/client_side_encryption_prose_test.go

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1381,8 +1381,9 @@ func TestClientSideEncryptionProse(t *testing.T) {
13811381
}
13821382
})
13831383

1384-
// These tests only run when 3 KMS HTTP servers and 1 KMS KMIP server are running. See specification for port numbers and necessary arguments:
1385-
// https://github.com/mongodb/specifications/blob/master/source/client-side-encryption/tests/README.rst#kms-tls-options-tests
1384+
// These tests only run when 3 KMS HTTP servers and 1 KMS KMIP server are
1385+
// running. See specification for port numbers and necessary arguments:
1386+
// https://github.com/mongodb/specifications/blob/master/source/client-side-encryption/tests/README.md#10-kms-tls-tests
13861387
mt.RunOpts("10. kms tls tests", noClientOpts, func(mt *mtest.T) {
13871388
kmsTlsTestcase := os.Getenv("KMS_TLS_TESTCASE")
13881389
if kmsTlsTestcase == "" {
@@ -1436,8 +1437,9 @@ func TestClientSideEncryptionProse(t *testing.T) {
14361437
}
14371438
})
14381439

1439-
// These tests only run when 3 KMS HTTP servers and 1 KMS KMIP server are running. See specification for port numbers and necessary arguments:
1440-
// https://github.com/mongodb/specifications/blob/master/source/client-side-encryption/tests/README.rst#kms-tls-options-tests
1440+
// These tests only run when 3 KMS HTTP servers and 1 KMS KMIP server are
1441+
// running. See specification for port numbers and necessary arguments:
1442+
// https://github.com/mongodb/specifications/blob/master/source/client-side-encryption/tests/README.md#11-kms-tls-options-tests
14411443
mt.RunOpts("11. kms tls options tests", noClientOpts, func(mt *mtest.T) {
14421444
if os.Getenv("KMS_MOCK_SERVERS_RUNNING") == "" {
14431445
mt.Skipf("Skipping test as KMS_MOCK_SERVERS_RUNNING is not set")

internal/integration/server_selection_prose_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ func runsServerSelection(mt *mtest.T, monitor *eventtest.TestPoolMonitor,
105105
}
106106

107107
// TestServerSelectionProse implements the Server Selection prose tests:
108-
// https://github.com/mongodb/specifications/blob/master/source/server-selection/server-selection-tests.rst
108+
// https://github.com/mongodb/specifications/blob/master/source/server-selection/server-selection-tests.md
109109
func TestServerSelectionProse(t *testing.T) {
110110
const maxPoolSize = 10
111111
const localThreshold = 30 * time.Second

testdata/atlas-data-lake-testing/README.rst

Lines changed: 0 additions & 85 deletions
This file was deleted.

testdata/auth/README.rst

Lines changed: 0 additions & 53 deletions
This file was deleted.

testdata/auth/mongodb-aws.rst

Lines changed: 0 additions & 94 deletions
This file was deleted.

0 commit comments

Comments
 (0)