Commit 9ff281e
committed
Drop MongoDB 4.9+ from test: db.bind_vars extraction broken
MongoDB driver 4.9+ changed internal operation class filter/document
accessor methods, causing MongoOperationHelper.getTraceParam() to
return empty. Tracing and span creation still work correctly, but
db.bind_vars tags are lost. This needs a code fix in a follow-up PR.1 parent d662340 commit 9ff281e
File tree
1 file changed
+3
-2
lines changed- test/plugin/scenarios/mongodb-4.x-scenario
1 file changed
+3
-2
lines changedLines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | | - | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
0 commit comments