This is an automated email from the ASF dual-hosted git repository.
sunyi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-dashboard.git
The following commit(s) were added to refs/heads/master by this push:
new 703667f feat: update dubbo test dataset (#1516)
703667f is described below
commit 703667f988ff8cf72d42a6d2065ce722da40103a
Author: litesun <[email protected]>
AuthorDate: Fri Feb 26 13:25:17 2021 +0800
feat: update dubbo test dataset (#1516)
---
web/cypress/fixtures/plugin-dataset.json | 19 ++++++++++++++++++-
1 file changed, 18 insertions(+), 1 deletion(-)
diff --git a/web/cypress/fixtures/plugin-dataset.json
b/web/cypress/fixtures/plugin-dataset.json
index 5730d82..b097ea8 100644
--- a/web/cypress/fixtures/plugin-dataset.json
+++ b/web/cypress/fixtures/plugin-dataset.json
@@ -1390,5 +1390,22 @@
}
}
],
- "mqtt-proxy": []
+ "mqtt-proxy": [],
+ "dubbo-proxy": [
+ {
+ "shouldValid": true,
+ "data": {
+ "service_name": "org.apache.dubbo.backend.DemoService",
+ "service_version": "0.0.0",
+ "method": "hello"
+ }
+ },
+ {
+ "shouldValid": false,
+ "data": {
+ "service_name": "org.apache.dubbo.backend.DemoService",
+ "method": "hello"
+ }
+ }
+ ]
}