Skip to content

Commit 528ed0e

Browse files
dependabot[bot]blva
authored andcommitted
build(deps): bump github.com/yuin/goldmark from 1.7.12 to 1.7.13 (#4084)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7cd8560 commit 528ed0e

File tree

3 files changed

+71
-0
lines changed

3 files changed

+71
-0
lines changed

.tool-versions

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
golang 1.24.2

cluster.json

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
{
2+
"clusterType": "SHARDED",
3+
"name": "AsymmetricCluster",
4+
"mongoDBMajorVersion":"8.0",
5+
"backupEnabled":true,
6+
"replicationSpecs": [
7+
{
8+
"regionConfigs": [
9+
{
10+
"electableSpecs": {
11+
"instanceSize": "M40",
12+
"nodeCount": 3
13+
},
14+
"priority": 7,
15+
"providerName": "AWS",
16+
"regionName": "EU_WEST_1"
17+
}
18+
],
19+
"zoneName": "Zone1"
20+
},
21+
{
22+
"regionConfigs": [
23+
{
24+
"electableSpecs": {
25+
"instanceSize": "M30",
26+
"nodeCount": 3
27+
},
28+
"priority": 7,
29+
"providerName": "AWS",
30+
"regionName": "EU_WEST_1"
31+
}
32+
],
33+
"zoneName": "Zone1"
34+
}
35+
]
36+
}

run-e2e-snapshots.sh

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
#!/bin/bash
2+
3+
# --- Atlas E2E Test Environment Variables ---
4+
export MONGODB_ATLAS_ORG_ID="5efda682a3f2ed2e7dd6cde4"
5+
# export MONGODB_ATLAS_PROJECT_ID="68369c0d9806252ca7c427d1"
6+
export MONGODB_ATLAS_PROJECT_ID="5efda6aea3f2ed2e7dd6ce05"
7+
export MONGODB_ATLAS_PUBLIC_API_KEY="nmtxqlkl"
8+
export MONGODB_ATLAS_PRIVATE_API_KEY="4a7d1c60-00e3-4284-845d-ebb4d167beea"
9+
export MONGODB_ATLAS_OPS_MANAGER_URL="https://cloud-dev.mongodb.com"
10+
export MONGODB_ATLAS_SERVICE="cloud"
11+
export DO_NOT_TRACK="1"
12+
export UPDATE_SNAPSHOTS="true"
13+
export E2E_SKIP_CLEANUP="false"
14+
export E2E_CLOUD_ROLE_ID="your_cloud_role_id"
15+
export E2E_TEST_BUCKET="your_test_bucket"
16+
export E2E_FLEX_INSTANCE_NAME="your_flex_instance_name"
17+
export IDENTITY_PROVIDER_ID="your_identity_provider_id"
18+
export AWS_ACCESS_KEY="your_aws_access_key"
19+
export AWS_SECRET_ACCESS_KEY="your_aws_secret_access_key"
20+
export AZURE_TENANT_ID="your_azure_tenant_id"
21+
export AZURE_CLIENT_ID="your_azure_client_id"
22+
export AZURE_CLIENT_SECRET="your_azure_client_secret"
23+
export GCP_CREDENTIALS="your_gcp_credentials"
24+
export E2E_TIMEOUT="3h"
25+
export E2E_TAGS="clusters,atlas,iss"
26+
# export E2E_TAGS="clusters,atlas,file"
27+
28+
# --- Clean old snapshots ---
29+
# rm -rf test/e2e/testdata/.snapshots
30+
31+
# --- Run the E2E tests ---
32+
make e2e-test
33+
34+
echo "E2E snapshot test run complete. Check test/e2e/testdata/.snapshots for results."

0 commit comments

Comments
 (0)