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

zrlw pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/dubbo-integration-cases.git


The following commit(s) were added to refs/heads/main by this push:
     new 231cc97b Add jctools-core.jar to run-dubbo-test.sh (#81)
231cc97b is described below

commit 231cc97bad8cc823343fed0206119cca7353b589
Author: zrlw <[email protected]>
AuthorDate: Tue Nov 11 23:26:39 2025 +0800

    Add jctools-core.jar to run-dubbo-test.sh (#81)
    
    * Add jctools-core.jar to run-dubbo-app.sh
    
    * Add jctools-core.jar to run-dubbo-test.sh
---
 test/dubbo-test-runner/src/docker/run-dubbo-test.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/dubbo-test-runner/src/docker/run-dubbo-test.sh 
b/test/dubbo-test-runner/src/docker/run-dubbo-test.sh
index 100767d7..95c9abbc 100755
--- a/test/dubbo-test-runner/src/docker/run-dubbo-test.sh
+++ b/test/dubbo-test-runner/src/docker/run-dubbo-test.sh
@@ -40,7 +40,7 @@ report_dir=$DIR/app/test-reports
 
 # Fix Class loading problem in java9+: CompletableFuture.supplyAsync() is 
executed in the ForkJoinWorkerThread
 # and it only uses system classloader to load classes instead of the 
IsolatedClassLoader
-classpath=dubbo-test-runner.jar:$TEST_CLASSES_DIR:$APP_CLASSES_DIR:$APP_DEPENDENCY_DIR/*
+classpath=dubbo-test-runner.jar:$TEST_CLASSES_DIR:$APP_CLASSES_DIR:$APP_DEPENDENCY_DIR/*:$APP_CLASSES_DIR/../../jctools-core.jar
 java -server $JAVA_OPTS $DEBUG_OPTS -cp $classpath 
org.apache.dubbo.test.runner.TestRunnerMain "$TEST_CLASSES_DIR" 
"$APP_CLASSES_DIR" "$APP_DEPENDENCY_DIR" "$report_dir" "$TEST_PATTERNS" 2>&1
 result=$?
 if [ $result -ne 0 ]; then

Reply via email to