File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 4343 run : ./mvnw --version
4444 - name : Test with NIO
4545 run : |
46- ./mvnw verify -P use-nio -Drabbitmqctl.bin=DOCKER:rabbitmq \
46+ ./mvnw verify -Dio.layer=netty -Drabbitmqctl.bin=DOCKER:rabbitmq \
4747 -Dtest-broker.A.nodename=rabbit@$(hostname) -Dmaven.javadoc.skip=true \
4848 -Dca.certificate=./tls-gen/basic/result/ca_certificate.pem \
4949 -Dclient.certificate=./tls-gen/basic/result/client_$(hostname)_certificate.pem \
5252 -Dnet.bytebuddy.experimental=true
5353 - name : Test with blocking IO
5454 run : |
55- ./mvnw verify -Drabbitmqctl.bin=DOCKER:rabbitmq \
55+ ./mvnw verify -Dio.layer=socket - Drabbitmqctl.bin=DOCKER:rabbitmq \
5656 -Dtest-broker.A.nodename=rabbit@$(hostname) -Dmaven.javadoc.skip=true \
5757 -Dca.certificate=./tls-gen/basic/result/ca_certificate.pem \
5858 -Dclient.certificate=./tls-gen/basic/result/client_$(hostname)_certificate.pem \
You can’t perform that action at this time.
0 commit comments