You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by GitBox <gi...@apache.org> on 2021/11/25 03:09:13 UTC

[GitHub] [servicecomb-kie] robotLJW commented on a change in pull request #228: [Sync task] adding, deleting and modifying operations to add tasks when synchronization is turned on

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:123@127.0.0.1:27017/kie
+        export TEST_DB_URI=mongodb://kie:123@127.0.0.1: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: commits-unsubscribe@servicecomb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org