Skip to content

Commit

Permalink
PYTHON-4999 Resync retryable writes tests (#2073)
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaneHarvey authored Jan 23, 2025
1 parent cfe7784 commit a3cc43f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion test/retryable_writes/unified/aggregate-out-merge.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"description": "aggregate with $out/$merge does not set txnNumber",
"schemaVersion": "1.3",
"schemaVersion": "1.4",
"runOnRequirements": [
{
"minServerVersion": "3.6",
Expand Down Expand Up @@ -45,6 +45,11 @@
"tests": [
{
"description": "aggregate with $out does not set txnNumber",
"runOnRequirements": [
{
"serverless": "forbid"
}
],
"operations": [
{
"object": "collection0",
Expand Down

0 comments on commit a3cc43f

Please sign in to comment.