Skip to content

Commit 1e14d8a

Browse files
EarthChenzrlw
andauthored
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 <zrlw@sina.com>
1 parent 9c864a7 commit 1e14d8a

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

2-advanced/dubbo-samples-triple-backpressure/case-configuration.yml

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -13,21 +13,13 @@
1313
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
16-
1716
services:
18-
zookeeper:
19-
image: zookeeper:latest
20-
2117
dubbo-samples-triple-backpressure:
2218
type: app
2319
basedir: .
2420
mainClass: org.apache.dubbo.samples.backpressure.BackpressureProvider
25-
systemProps:
26-
- zookeeper.address=zookeeper
27-
- zookeeper.port=2181
28-
waitPortsBeforeRun:
29-
- zookeeper:2181
3021
checkPorts:
22+
- 2181
3123
- 50051
3224
checkLog: "BackpressureProvider started"
3325

@@ -37,12 +29,12 @@ services:
3729
tests:
3830
- "**/*IT.class"
3931
systemProps:
40-
- zookeeper.address=zookeeper
32+
- zookeeper.address=dubbo-samples-triple-backpressure
4133
- zookeeper.port=2181
4234
- dubbo.address=dubbo-samples-triple-backpressure
4335
- dubbo.port=50051
4436
waitPortsBeforeRun:
45-
- zookeeper:2181
4637
- dubbo-samples-triple-backpressure:50051
38+
- dubbo-samples-triple-backpressure:2181
4739
depends_on:
4840
- dubbo-samples-triple-backpressure

0 commit comments

Comments
 (0)