Skip to content

Commit 989826c

Browse files
committed
chore: update integration tests
1 parent f2f387c commit 989826c

File tree

1 file changed

+4
-4
lines changed
  • dev-packages/node-integration-tests/suites/tracing/mongodb

1 file changed

+4
-4
lines changed

dev-packages/node-integration-tests/suites/tracing/mongodb/test.ts

+4-4
Original file line numberDiff line numberDiff line change
@@ -72,11 +72,11 @@ describe('MongoDB experimental Test', () => {
7272
'net.peer.name': expect.any(String),
7373
'net.peer.port': expect.any(Number),
7474
'db.statement':
75-
'{"title":"?","_id":{"_bsontype":"?","id":{"0":"?","1":"?","2":"?","3":"?","4":"?","5":"?","6":"?","7":"?","8":"?","9":"?","10":"?","11":"?"}}}',
75+
'{"title":"?","_id":{"_bsontype":"?","id":"?"}}',
7676
'otel.kind': 'CLIENT',
7777
},
7878
description:
79-
'{"title":"?","_id":{"_bsontype":"?","id":{"0":"?","1":"?","2":"?","3":"?","4":"?","5":"?","6":"?","7":"?","8":"?","9":"?","10":"?","11":"?"}}}',
79+
'{"title":"?","_id":{"_bsontype":"?","id":"?"}}',
8080
op: 'db',
8181
origin: 'auto.db.otel.mongo',
8282
}),
@@ -163,11 +163,11 @@ describe('MongoDB experimental Test', () => {
163163
'net.peer.name': expect.any(String),
164164
'net.peer.port': expect.any(Number),
165165
'db.statement':
166-
'{"endSessions":[{"id":{"_bsontype":"?","sub_type":"?","position":"?","buffer":{"0":"?","1":"?","2":"?","3":"?","4":"?","5":"?","6":"?","7":"?","8":"?","9":"?","10":"?","11":"?","12":"?","13":"?","14":"?","15":"?"}}}]}',
166+
'{"endSessions":[{"id":{"_bsontype":"?","sub_type":"?","position":"?","buffer":"?"}}]}',
167167
'otel.kind': 'CLIENT',
168168
},
169169
description:
170-
'{"endSessions":[{"id":{"_bsontype":"?","sub_type":"?","position":"?","buffer":{"0":"?","1":"?","2":"?","3":"?","4":"?","5":"?","6":"?","7":"?","8":"?","9":"?","10":"?","11":"?","12":"?","13":"?","14":"?","15":"?"}}}]}',
170+
'{"endSessions":[{"id":{"_bsontype":"?","sub_type":"?","position":"?","buffer":"?"}}]}',
171171
op: 'db',
172172
origin: 'auto.db.otel.mongo',
173173
}),

0 commit comments

Comments
 (0)