You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2020/09/22 14:09:13 UTC

[skywalking] branch master updated: Test for mongo3.x support version (#5539)

This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking.git


The following commit(s) were added to refs/heads/master by this push:
     new c33a55c  Test for mongo3.x support version (#5539)
c33a55c is described below

commit c33a55cda110d0140d3c09254e46ae83544a3e65
Author: harvies <cr...@gmail.com>
AuthorDate: Tue Sep 22 22:08:58 2020 +0800

    Test for mongo3.x support version (#5539)
---
 .github/workflows/plugins-test.1.yaml                 |  2 +-
 .../setup/service-agent/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 f6adf64..335b547 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 bac5bd4..4fc1e53 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 c84abc8..0ce8b5b 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