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

nic-6443 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix.git


The following commit(s) were added to refs/heads/master by this push:
     new cdcaea13b ci: run proxy-cache and dubbo-proxy plugin subdirectory 
tests (#13613)
cdcaea13b is described below

commit cdcaea13b7f487e2f90f8ac708e9dd49f6dc2153
Author: Nic <[email protected]>
AuthorDate: Mon Jun 29 11:12:07 2026 +0800

    ci: run proxy-cache and dubbo-proxy plugin subdirectory tests (#13613)
---
 .github/workflows/build.yml  | 4 ++--
 t/plugin/dubbo-proxy/route.t | 7 +++++--
 2 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index f600c983f..6ba9126cf 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -29,8 +29,8 @@ jobs:
         os_name:
           - linux_openresty
         test_dir:
-          - t/plugin/[a-k]*.t
-          - t/stream-plugin t/plugin/[l-z]*.t
+          - t/plugin/[a-k]*.t t/plugin/dubbo-proxy
+          - t/stream-plugin t/plugin/[l-z]*.t t/plugin/proxy-cache
           - t/admin t/cli t/config-center-yaml t/control t/core t/debug 
t/discovery t/error_page t/http3/admin t/misc
           - t/node t/pubsub t/router t/script t/secret t/stream-node t/utils 
t/wasm t/xds-library t/xrpc
 
diff --git a/t/plugin/dubbo-proxy/route.t b/t/plugin/dubbo-proxy/route.t
index d21b0629e..c5fb13bef 100644
--- a/t/plugin/dubbo-proxy/route.t
+++ b/t/plugin/dubbo-proxy/route.t
@@ -81,7 +81,7 @@ run_tests();
 
 __DATA__
 
-=== TEST 1: ignore route's dubbo configuration if dubbo is disable globally
+=== TEST 1: route referencing a globally-disabled plugin is rejected
 --- disable_dubbo
 --- apisix_yaml
 routes:
@@ -96,8 +96,11 @@ routes:
         nodes:
             "127.0.0.1:1980": 1
         type: roundrobin
+--- error_code: 404
 --- response_body
-hello world
+{"error_msg":"404 Route Not Found"}
+--- error_log
+unknown plugin [dubbo-proxy]
 
 
 

Reply via email to