From c33a55cda110d0140d3c09254e46ae83544a3e65 Mon Sep 17 00:00:00 2001 From: harvies Date: Tue, 22 Sep 2020 22:08:58 +0800 Subject: [PATCH] Test for mongo3.x support version (#5539) --- .github/workflows/plugins-test.1.yaml | 2 +- .../java-agent/Supported-list.md | 2 +- .../mongodb-3.x-scenario/support-version.list | 19 ++++++++++++++++++- 3 files changed, 20 insertions(+), 3 deletions(-) diff --git a/.github/workflows/plugins-test.1.yaml b/.github/workflows/plugins-test.1.yaml index f6adf64bfc..335b547d12 100644 --- a/.github/workflows/plugins-test.1.yaml +++ b/.github/workflows/plugins-test.1.yaml @@ -46,7 +46,7 @@ jobs: - { name: 'kafka-scenario', title: 'Kafka 0.11.0.0-2.3.0 (16)' } - { name: 'kotlin-coroutine-scenario', title: 'Kotlin Coroutine 1.0.1-1.3.3 (4)' } - { name: 'lettuce-scenario', title: 'Lettuce 5.x (17)' } - - { name: 'mongodb-3.x-scenario', title: 'Mongodb 3.4.0-3.11.1 (22)' } + - { name: 'mongodb-3.x-scenario', title: 'Mongodb 3.4.0-3.12.7 (31)' } - { name: 'mongodb-4.x-scenario', title: 'Mongodb 4.0.0-4.1.0 (7)' } - { name: 'netty-socketio-scenario', title: 'Netty-SocketIO 1.x (4)' } - { name: 'postgresql-above9.4.1207-scenario', title: 'PostgreSQL 9.4.1207+ (62)' } diff --git a/docs/en/setup/service-agent/java-agent/Supported-list.md b/docs/en/setup/service-agent/java-agent/Supported-list.md index bac5bd4490..4fc1e5323a 100644 --- a/docs/en/setup/service-agent/java-agent/Supported-list.md +++ b/docs/en/setup/service-agent/java-agent/Supported-list.md @@ -58,7 +58,7 @@ * [Jedis](https://github.com/xetorthio/jedis) 2.x * [Redisson](https://github.com/redisson/redisson) Easy Java Redis client 3.5.2+ * [Lettuce](https://github.com/lettuce-io/lettuce-core) 5.x - * [MongoDB Java Driver](https://github.com/mongodb/mongo-java-driver) 2.13-2.14, 3.4.0-3.11.1, 4.0.0-4.1.0 + * [MongoDB Java Driver](https://github.com/mongodb/mongo-java-driver) 2.13-2.14, 3.4.0-3.12.7, 4.0.0-4.1.0 * Memcached Client * [Spymemcached](https://github.com/couchbase/spymemcached) 2.x * [Xmemcached](https://github.com/killme2008/xmemcached) 2.x diff --git a/test/plugin/scenarios/mongodb-3.x-scenario/support-version.list b/test/plugin/scenarios/mongodb-3.x-scenario/support-version.list index c84abc8e06..0ce8b5b8ca 100644 --- a/test/plugin/scenarios/mongodb-3.x-scenario/support-version.list +++ b/test/plugin/scenarios/mongodb-3.x-scenario/support-version.list @@ -15,16 +15,33 @@ # limitations under the License. 3.4.0 +3.4.1 3.4.2 +3.4.3 3.5.0 3.6.0 +3.6.1 3.6.2 +3.6.3 3.6.4 3.7.0 +3.7.1 3.8.0 +3.8.1 3.8.2 3.9.0 +3.9.1 3.10.0 +3.10.1 3.10.2 3.11.0 -3.11.1 \ No newline at end of file +3.11.1 +3.11.2 +3.12.0 +3.12.1 +3.12.2 +3.12.3 +3.12.4 +3.12.5 +3.12.6 +3.12.7 \ No newline at end of file