You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For English only, other languages will not accept.
Please pay attention on issues you submitted, because we maybe need more details.
If no response anymore and we cannot make decision by current information, we will close it.
Please answer these questions before submitting your issue. Thanks!
This is needed to prevent unit tests and E2E from using host ports 3181 and 18181. Maybe we need to introduce some means of dynamically defining configuration files.
Removes use of host port 3181.
Removes use of host port 18181.
The text was updated successfully, but these errors were encountered:
Feature Request
For English only, other languages will not accept.
Please pay attention on issues you submitted, because we maybe need more details.
If no response anymore and we cannot make decision by current information, we will close it.
Please answer these questions before submitting your issue. Thanks!
Is your feature request related to a problem?
1
,2181
,7181
,8181
,8899
,9000
,9181
,9872
and9875
#2409 .Describe the feature you would like.
In Prevent unit tests and E2E from using host ports
1
,2181
,7181
,8181
,8899
,9000
,9181
,9872
and9875
#2409, most of the host port usage has been removed, but a few unit tests are still hard-coded into Spring Boot and properties configuration files.spring/boot-starter/src/test/resources/application-snapshot.yml
spring/boot-starter/src/test/resources/application-elasticjob.yml
spring/boot-starter/src/test/resources/application-tracing.yml
spring/namespace/src/test/resources/conf/job/conf.properties
spring/namespace/src/test/resources/conf/reg/conf.properties
This is needed to prevent unit tests and E2E from using host ports
3181
and18181
. Maybe we need to introduce some means of dynamically defining configuration files.Removes use of host port
3181
.Removes use of host port
18181
.The text was updated successfully, but these errors were encountered: