This is an automated email from the ASF dual-hosted git repository. wusheng pushed a commit to branch extend-mongodb-5.x in repository https://gitbox.apache.org/repos/asf/skywalking-java.git
commit bb404a23f8a48ed399b69a820668a50d5ea2c3dc Author: Wu Sheng <[email protected]> AuthorDate: Thu Apr 9 15:53:45 2026 +0800 Extend MongoDB 4.x plugin test to cover driver 5.0-5.1 (same MongoClientDelegate API) --- test/plugin/scenarios/mongodb-4.x-scenario/support-version.list | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/test/plugin/scenarios/mongodb-4.x-scenario/support-version.list b/test/plugin/scenarios/mongodb-4.x-scenario/support-version.list index 42c7e89fb5..ec4ce41a71 100644 --- a/test/plugin/scenarios/mongodb-4.x-scenario/support-version.list +++ b/test/plugin/scenarios/mongodb-4.x-scenario/support-version.list @@ -25,4 +25,7 @@ 4.8.2 4.9.1 4.10.2 -4.11.5 \ No newline at end of file +4.11.5 +# 5.0-5.1 still uses MongoClientDelegate (same as 4.x) +5.0.1 +5.1.4 \ No newline at end of file
