robotLJW commented on a change in pull request #228:
URL: https://github.com/apache/servicecomb-kie/pull/228#discussion_r756541586
##########
File path: .github/workflows/mongo_storage.yml
##########
@@ -13,11 +13,8 @@ jobs:
uses: actions/checkout@v1
- name: UT
run: |
- cd build
- time bash build_docker.sh
- cd ../
- sudo docker-compose -f ./deployments/docker/docker-compose.yaml up -d
- sleep 20
+ sudo docker-compose -f ./deployments/docker/mongo-compose.yaml up -d
+ sleep 15
export TEST_DB_KIND=mongo
- export TEST_DB_URI=mongodb://kie:[email protected]:27017/kie
+ export TEST_DB_URI=mongodb://kie:[email protected]:30001/kie
Review comment:
主要是因为副本集以27017端口起不来
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]