|
1 | 1 | { |
2 | 2 | "description": "transaction getMore spans", |
3 | | - "schemaVersion": "1.27", |
| 3 | + "schemaVersion": "1.29", |
4 | 4 | "runOnRequirements": [ |
5 | 5 | { |
6 | 6 | "minServerVersion": "4.0", |
|
124 | 124 | "db.namespace": "transaction-get-more", |
125 | 125 | "db.collection.name": "test", |
126 | 126 | "db.operation.name": "find", |
127 | | - "db.operation.summary": "find transaction-get-more.test" |
| 127 | + "db.operation.summary": "find transaction-get-more.test", |
| 128 | + "db.mongodb.cursor_id": { |
| 129 | + "$$gte": 1 |
| 130 | + } |
128 | 131 | }, |
129 | 132 | "nested": [ |
130 | 133 | { |
|
136 | 139 | "db.command.name": "find", |
137 | 140 | "db.query.summary": "find transaction-get-more.test", |
138 | 141 | "db.mongodb.cursor_id": { |
139 | | - "$$type": [ |
140 | | - "int", |
141 | | - "long" |
142 | | - ] |
| 142 | + "$$gte": 1 |
143 | 143 | } |
144 | 144 | } |
145 | 145 | } |
|
152 | 152 | "db.namespace": "transaction-get-more", |
153 | 153 | "db.collection.name": "test", |
154 | 154 | "db.operation.name": "getMore", |
155 | | - "db.operation.summary": "getMore transaction-get-more.test" |
| 155 | + "db.operation.summary": "getMore transaction-get-more.test", |
| 156 | + "db.mongodb.cursor_id": { |
| 157 | + "$$gte": 1 |
| 158 | + } |
156 | 159 | }, |
157 | 160 | "nested": [ |
158 | 161 | { |
|
164 | 167 | "db.command.name": "getMore", |
165 | 168 | "db.query.summary": "getMore transaction-get-more.test", |
166 | 169 | "db.mongodb.cursor_id": { |
167 | | - "$$type": [ |
168 | | - "int", |
169 | | - "long" |
170 | | - ] |
| 170 | + "$$gte": 1 |
171 | 171 | } |
172 | 172 | } |
173 | 173 | } |
|
0 commit comments