Skip to content

Commit

Permalink
CDRIVER-4806 sync insertOne-errorLabels retryable writes legacy spec …
Browse files Browse the repository at this point in the history
  • Loading branch information
jmikola authored Jan 12, 2024
1 parent b03ed8d commit ee146c1
Showing 1 changed file with 16 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
},
"outcome": {
"result": {
"insertedId": 3
"insertedId": 1
},
"collection": {
"data": [
Expand Down Expand Up @@ -157,7 +157,7 @@
},
"outcome": {
"result": {
"insertedId": 3
"insertedId": 1
},
"collection": {
"data": [
Expand Down Expand Up @@ -198,7 +198,7 @@
},
"outcome": {
"result": {
"insertedId": 3
"insertedId": 1
},
"collection": {
"data": [
Expand Down Expand Up @@ -239,7 +239,7 @@
},
"outcome": {
"result": {
"insertedId": 3
"insertedId": 1
},
"collection": {
"data": [
Expand Down Expand Up @@ -280,7 +280,7 @@
},
"outcome": {
"result": {
"insertedId": 3
"insertedId": 1
},
"collection": {
"data": [
Expand Down Expand Up @@ -321,7 +321,7 @@
},
"outcome": {
"result": {
"insertedId": 3
"insertedId": 1
},
"collection": {
"data": [
Expand Down Expand Up @@ -362,7 +362,7 @@
},
"outcome": {
"result": {
"insertedId": 3
"insertedId": 1
},
"collection": {
"data": [
Expand Down Expand Up @@ -403,7 +403,7 @@
},
"outcome": {
"result": {
"insertedId": 3
"insertedId": 1
},
"collection": {
"data": [
Expand Down Expand Up @@ -444,7 +444,7 @@
},
"outcome": {
"result": {
"insertedId": 3
"insertedId": 1
},
"collection": {
"data": [
Expand Down Expand Up @@ -485,7 +485,7 @@
},
"outcome": {
"result": {
"insertedId": 3
"insertedId": 1
},
"collection": {
"data": [
Expand Down Expand Up @@ -526,7 +526,7 @@
},
"outcome": {
"result": {
"insertedId": 3
"insertedId": 1
},
"collection": {
"data": [
Expand Down Expand Up @@ -567,7 +567,7 @@
},
"outcome": {
"result": {
"insertedId": 3
"insertedId": 1
},
"collection": {
"data": [
Expand Down Expand Up @@ -610,7 +610,7 @@
},
"outcome": {
"result": {
"insertedId": 3
"insertedId": 1
},
"collection": {
"data": [
Expand Down Expand Up @@ -653,7 +653,7 @@
},
"outcome": {
"result": {
"insertedId": 3
"insertedId": 1
},
"collection": {
"data": [
Expand Down Expand Up @@ -696,7 +696,7 @@
},
"outcome": {
"result": {
"insertedId": 3
"insertedId": 1
},
"collection": {
"data": [
Expand Down Expand Up @@ -739,7 +739,7 @@
},
"outcome": {
"result": {
"insertedId": 3
"insertedId": 1
},
"collection": {
"data": [
Expand Down

0 comments on commit ee146c1

Please sign in to comment.