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 2021/05/21 07:00:54 UTC

[skywalking-nodejs] branch master updated: Fix test and require pull request to be up to date (#56)

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-nodejs.git


The following commit(s) were added to refs/heads/master by this push:
     new fef50fe  Fix test and require pull request to be up to date (#56)
fef50fe is described below

commit fef50fe43e967fd7139590cecc8022d34ee59156
Author: Zhenxu Ke <ke...@apache.org>
AuthorDate: Fri May 21 15:00:46 2021 +0800

    Fix test and require pull request to be up to date (#56)
---
 .asf.yaml                               | 5 +++++
 tests/plugins/mysql2/expected.data.yaml | 4 ++++
 2 files changed, 9 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
index 9ecd1d0..0a7c186 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -32,5 +32,10 @@ github:
     rebase:  false
   protected_branches:
     master:
+      required_status_checks:
+        strict: true
+
       required_pull_request_reviews:
         dismiss_stale_reviews: true
+        required_approving_review_count: 1
+
diff --git a/tests/plugins/mysql2/expected.data.yaml b/tests/plugins/mysql2/expected.data.yaml
index 221f4e9..dd297fb 100644
--- a/tests/plugins/mysql2/expected.data.yaml
+++ b/tests/plugins/mysql2/expected.data.yaml
@@ -51,6 +51,8 @@ segmentItems:
             peer: not null
             skipAnalysis: false
             tags:
+              - key: coldStart
+                value: 'true'
               - key: http.url
                 value: http://server:5000/mysql
               - key: http.method
@@ -85,6 +87,8 @@ segmentItems:
             peer: not null
             skipAnalysis: false
             tags:
+              - key: coldStart
+                value: 'true'
               - key: http.url
                 value: http://localhost:5001/mysql
               - key: http.method