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

albumenj pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-samples.git


The following commit(s) were added to refs/heads/master by this push:
     new 0f1a53af Fix configuration
0f1a53af is described below

commit 0f1a53af90b146080f863b9b8ebea059aaf8c9e8
Author: Albumen Kevin <[email protected]>
AuthorDate: Sat Aug 27 10:35:25 2022 +0800

    Fix configuration
---
 dubbo-samples-triple-reactor/case-configuration.yml | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/dubbo-samples-triple-reactor/case-configuration.yml 
b/dubbo-samples-triple-reactor/case-configuration.yml
index 250281c8..7eed0617 100644
--- a/dubbo-samples-triple-reactor/case-configuration.yml
+++ b/dubbo-samples-triple-reactor/case-configuration.yml
@@ -15,21 +15,21 @@
 # limitations under the License.
 
 services:
-  dubbo-samples-reactor:
+  dubbo-samples-triple-reactor:
     type: app
     basedir: .
     checkPorts:
       - 2181
       - 50052
-    mainClass: org.apache.dubbo.samples.reactor.ReactorServer
+    mainClass: org.apache.dubbo.samples.triple.reactor.ReactorServer
 
   dubbo-samples-triple-test:
     type: test
     basedir: .
     tests:
-      - "org.apache.dubbo.samples.reactor/ReactorServerTest.class"
+      - "org.apache.dubbo.samples.triple.reactor/ReactorServerTest.class"
     waitPortsBeforeRun:
-      - dubbo-samples-triple:2181
-      - dubbo-samples-triple:50052
+      - dubbo-samples-triple-reactor:2181
+      - dubbo-samples-triple-reactor:50052
     depends_on:
-      - dubbo-samples-reactor
+      - dubbo-samples-triple-reactor


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to