From 840e381181107fb3c0837d07b0fcac223d534e9e Mon Sep 17 00:00:00 2001 From: "pg.yang" Date: Sun, 7 Aug 2022 07:54:42 +0800 Subject: [PATCH] Fix inconsistent description about configuration.yml (#289) --- CHANGES.md | 1 + docs/en/setup/service-agent/java-agent/Plugin-test.md | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index c0cca7cc5..8ed63a674 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -18,6 +18,7 @@ Release Notes. #### Documentation * Add a section in `Bootstrap-plugins` doc, introducing HttpURLConnection Plugin compatibility. +* Update `Plugin automatic test framework` ,fix inconsistent description about configuration.yml All issues and pull requests are [here](https://github.com/apache/skywalking/milestone/138?closed=1) diff --git a/docs/en/setup/service-agent/java-agent/Plugin-test.md b/docs/en/setup/service-agent/java-agent/Plugin-test.md index 129f0cdbf..287bf6dfe 100644 --- a/docs/en/setup/service-agent/java-agent/Plugin-test.md +++ b/docs/en/setup/service-agent/java-agent/Plugin-test.md @@ -58,7 +58,7 @@ All test case codes should be in the `org.apache.skywalking.apm.testcase.*` pack |- [resource] |- log4j2.xml |- pom.xml - |- configuration.yaml + |- configuration.yml |- support-version.list [] = directory @@ -79,7 +79,7 @@ All test case codes should be in the `org.apache.skywalking.apm.testcase.*` pack |- [WEB-INF] |- web.xml |- pom.xml - |- configuration.yaml + |- configuration.yml |- support-version.list [] = directory