Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b966e7f

Browse files
committedApr 2, 2025··
Added mongodb/specifications as a git submodule
Set the specifications submodule to last schemaVersion 1.21 commit Deleted old copied json tests. Updated test runners to use the new submodule locations Added skips for any tests that haven't been implemented JAVA-5821
1 parent 3e95e0d commit b966e7f

File tree

1,112 files changed

+291
-333640
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,112 files changed

+291
-333640
lines changed
 

‎.evergreen/.evg.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,12 @@ functions:
3131
# Applies the subitted patch, if any
3232
# Deprecated. Should be removed. But still needed for certain agents (ZAP)
3333
- command: git.apply_patch
34+
# Fetch the specifications submodule
35+
- command: shell.exec
36+
params:
37+
working_dir: "src"
38+
script: |
39+
git submodule update --init
3440
# Make an evergreen expansion file with dynamic values
3541
- command: shell.exec
3642
params:

‎.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "specifications"]
2+
path = driver-core/src/test/resources/specifications
3+
url = https://github.com/mongodb/specifications

0 commit comments

Comments
 (0)
Please sign in to comment.