This is an automated email from the ASF dual-hosted git repository.
zrlw 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 1e14d8a8f Opt tri backpress test (#1284)
1e14d8a8f is described below
commit 1e14d8a8f6f2e44f8fa07c8cc866cafa22a9799b
Author: earthchen <[email protected]>
AuthorDate: Tue Jan 27 15:16:11 2026 +0800
Opt tri backpress test (#1284)
* opt triple backpress test
* fix
* opt tri backpressure test user embed zk
* opt tri backpressure test user embed zk
---------
Co-authored-by: zrlw <[email protected]>
---
.../case-configuration.yml | 14 +++-----------
1 file changed, 3 insertions(+), 11 deletions(-)
diff --git
a/2-advanced/dubbo-samples-triple-backpressure/case-configuration.yml
b/2-advanced/dubbo-samples-triple-backpressure/case-configuration.yml
index 396ffb97b..f0c04da5a 100644
--- a/2-advanced/dubbo-samples-triple-backpressure/case-configuration.yml
+++ b/2-advanced/dubbo-samples-triple-backpressure/case-configuration.yml
@@ -13,21 +13,13 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
-
services:
- zookeeper:
- image: zookeeper:latest
-
dubbo-samples-triple-backpressure:
type: app
basedir: .
mainClass: org.apache.dubbo.samples.backpressure.BackpressureProvider
- systemProps:
- - zookeeper.address=zookeeper
- - zookeeper.port=2181
- waitPortsBeforeRun:
- - zookeeper:2181
checkPorts:
+ - 2181
- 50051
checkLog: "BackpressureProvider started"
@@ -37,12 +29,12 @@ services:
tests:
- "**/*IT.class"
systemProps:
- - zookeeper.address=zookeeper
+ - zookeeper.address=dubbo-samples-triple-backpressure
- zookeeper.port=2181
- dubbo.address=dubbo-samples-triple-backpressure
- dubbo.port=50051
waitPortsBeforeRun:
- - zookeeper:2181
- dubbo-samples-triple-backpressure:50051
+ - dubbo-samples-triple-backpressure:2181
depends_on:
- dubbo-samples-triple-backpressure
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]