Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading