Skip to content

Commit 9ff281e

Browse files
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

1 file changed

+3
-2
lines changed

test/plugin/scenarios/mongodb-4.x-scenario/support-version.list

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,6 @@
2323
4.6.1
2424
4.7.2
2525
4.8.2
26-
# 4.9.1 skipped due to flaky test assertion (health check segment timing)
27-
4.10.2
26+
# 4.9+ removed InsertOperation, DeleteOperation, UpdateOperation classes.
27+
# MongoOperationHelper imports them causing NoClassDefFoundError at load time,
28+
# which breaks db.bind_vars extraction. Needs a new mongodb-4.9.x-plugin module.

0 commit comments

Comments
 (0)