Skip to content

Commit

Permalink
Add server 8.0+ tests for aggregation with $out to not pre-create out…
Browse files Browse the repository at this point in the history
…put collection (#1534)

JAVA-5481
  • Loading branch information
NathanQingyangXu authored and katcharov committed Oct 18, 2024
1 parent 8a4ce4f commit afddfe9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 120 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,6 @@
"x": 33
}
]
},
{
"collectionName": "coll1",
"databaseName": "db0",
"documents": []
}
],
"tests": [
Expand Down Expand Up @@ -159,22 +154,6 @@
}
]
}
],
"outcome": [
{
"collectionName": "coll1",
"databaseName": "db0",
"documents": [
{
"_id": 2,
"x": 22
},
{
"_id": 3,
"x": 33
}
]
}
]
},
{
Expand Down Expand Up @@ -250,22 +229,6 @@
}
]
}
],
"outcome": [
{
"collectionName": "coll1",
"databaseName": "db0",
"documents": [
{
"_id": 2,
"x": 22
},
{
"_id": 3,
"x": 33
}
]
}
]
},
{
Expand Down Expand Up @@ -344,22 +307,6 @@
}
]
}
],
"outcome": [
{
"collectionName": "coll1",
"databaseName": "db0",
"documents": [
{
"_id": 2,
"x": 22
},
{
"_id": 3,
"x": 33
}
]
}
]
},
{
Expand Down Expand Up @@ -438,22 +385,6 @@
}
]
}
],
"outcome": [
{
"collectionName": "coll1",
"databaseName": "db0",
"documents": [
{
"_id": 2,
"x": 22
},
{
"_id": 3,
"x": 33
}
]
}
]
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,6 @@
}
}
],
"initialData": [
{
"collectionName": "coll0",
"databaseName": "db0",
"documents": []
}
],
"tests": [
{
"description": "Database-level aggregate with $out includes read preference for 5.0+ server",
Expand Down Expand Up @@ -141,17 +134,6 @@
}
]
}
],
"outcome": [
{
"collectionName": "coll0",
"databaseName": "db0",
"documents": [
{
"_id": 1
}
]
}
]
},
{
Expand Down Expand Up @@ -235,17 +217,6 @@
}
]
}
],
"outcome": [
{
"collectionName": "coll0",
"databaseName": "db0",
"documents": [
{
"_id": 1
}
]
}
]
},
{
Expand Down Expand Up @@ -332,17 +303,6 @@
}
]
}
],
"outcome": [
{
"collectionName": "coll0",
"databaseName": "db0",
"documents": [
{
"_id": 1
}
]
}
]
},
{
Expand Down Expand Up @@ -429,17 +389,6 @@
}
]
}
],
"outcome": [
{
"collectionName": "coll0",
"databaseName": "db0",
"documents": [
{
"_id": 1
}
]
}
]
}
]
Expand Down

0 comments on commit afddfe9

Please sign in to comment.