Skip to content

Commit

Permalink
GODRIVER-3365 Update specifications links and remove stale specificat…
Browse files Browse the repository at this point in the history
…ions docs. (#1891)
  • Loading branch information
matthewdale authored Nov 15, 2024
1 parent 91abd88 commit a74791f
Show file tree
Hide file tree
Showing 28 changed files with 7 additions and 6,177 deletions.
10 changes: 6 additions & 4 deletions internal/integration/client_side_encryption_prose_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1381,8 +1381,9 @@ func TestClientSideEncryptionProse(t *testing.T) {
}
})

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

// These tests only run when 3 KMS HTTP servers and 1 KMS KMIP server are running. See specification for port numbers and necessary arguments:
// https://github.com/mongodb/specifications/blob/master/source/client-side-encryption/tests/README.rst#kms-tls-options-tests
// These tests only run when 3 KMS HTTP servers and 1 KMS KMIP server are
// running. See specification for port numbers and necessary arguments:
// https://github.com/mongodb/specifications/blob/master/source/client-side-encryption/tests/README.md#11-kms-tls-options-tests
mt.RunOpts("11. kms tls options tests", noClientOpts, func(mt *mtest.T) {
if os.Getenv("KMS_MOCK_SERVERS_RUNNING") == "" {
mt.Skipf("Skipping test as KMS_MOCK_SERVERS_RUNNING is not set")
Expand Down
2 changes: 1 addition & 1 deletion internal/integration/server_selection_prose_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ func runsServerSelection(mt *mtest.T, monitor *eventtest.TestPoolMonitor,
}

// TestServerSelectionProse implements the Server Selection prose tests:
// https://github.com/mongodb/specifications/blob/master/source/server-selection/server-selection-tests.rst
// https://github.com/mongodb/specifications/blob/master/source/server-selection/server-selection-tests.md
func TestServerSelectionProse(t *testing.T) {
const maxPoolSize = 10
const localThreshold = 30 * time.Second
Expand Down
85 changes: 0 additions & 85 deletions testdata/atlas-data-lake-testing/README.rst

This file was deleted.

53 changes: 0 additions & 53 deletions testdata/auth/README.rst

This file was deleted.

94 changes: 0 additions & 94 deletions testdata/auth/mongodb-aws.rst

This file was deleted.

Loading

0 comments on commit a74791f

Please sign in to comment.