Skip to content

Commit a425c7e

Browse files
committed
Change _id of document inserted without acknowledgement, so that it doesn't clash with other documents in the same collection
1 parent 3ff3ece commit a425c7e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

driver-core/src/test/resources/command-monitoring/bulkWrite.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
{
116116
"insertOne": {
117117
"document": {
118-
"_id": 4,
118+
"_id": 1000,
119119
"x": 44
120120
}
121121
}
@@ -134,7 +134,7 @@
134134
"insert": "test",
135135
"documents": [
136136
{
137-
"_id": 4,
137+
"_id": 1000,
138138
"x": 44
139139
}
140140
],
@@ -158,4 +158,4 @@
158158
]
159159
}
160160
]
161-
}
161+
}

0 commit comments

Comments
 (0)