You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by GitBox <gi...@apache.org> on 2020/12/05 09:46:03 UTC

[GitHub] [dubbo-go-samples] mark4z opened a new issue #18: There are no any integration test can be passed on MacOS 11

mark4z opened a new issue #18:
URL: https://github.com/apache/dubbo-go-samples/issues/18


   Running integration test for application go-server
   2020/12/05 17:39:00 [InitLog] warn: ioutil.ReadFile(file:dist/darwin_amd64/release/conf/log.yml) = error:open dist/darwin_amd64/release/conf/log.yml: no such file or directory
   2020/12/05 17:39:00 [consumerInit] unmarshalYmlConfig error ioutil.ReadFile(file:dist/darwin_amd64/release/conf/client.yml) = error:open dist/darwin_amd64/release/conf/client.yml: no such file or directory
   
   
   I will fix it.


----------------------------------------------------------------
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.

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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo-go-samples] mark4z edited a comment on issue #18: There are no any integration test can be passed on MacOS 11

Posted by GitBox <gi...@apache.org>.
mark4z edited a comment on issue #18:
URL: https://github.com/apache/dubbo-go-samples/issues/18#issuecomment-739242759


   > You should run `make` follow the [README.md](https://github.com/apache/dubbo-go-samples) in dubbo-go-samples.
   > 
   > It points out run `make` in `helloworld/go-server` not `helloworld/go-server/tests `or run follow script in root dir
   > 
   > ```
   > ./integrate_test.sh helloworld/go-server
   > ```
   
   I try to run it follow readMe and get a err
   
   `cd helloworld/go-server`
   `make -f ../../build/Makefile integration`


----------------------------------------------------------------
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.

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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo-go-samples] mark4z commented on issue #18: There are no any integration test can be passed on MacOS 11

Posted by GitBox <gi...@apache.org>.
mark4z commented on issue #18:
URL: https://github.com/apache/dubbo-go-samples/issues/18#issuecomment-739242759


   > You should run `make` follow the [README.md](https://github.com/apache/dubbo-go-samples) in dubbo-go-samples.
   > 
   > It points out run `make` in `helloworld/go-server` not `helloworld/go-server/tests `or run follow script in root dir
   > 
   > ```
   > ./integrate_test.sh helloworld/go-server
   > ```
   
   I try to run it follow and get a err
   
   `cd helloworld/go-server`
   `make -f ../../build/Makefile integration`


----------------------------------------------------------------
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.

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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo-go-samples] mark4z commented on issue #18: There are no any integration test can be passed on MacOS 11

Posted by GitBox <gi...@apache.org>.
mark4z commented on issue #18:
URL: https://github.com/apache/dubbo-go-samples/issues/18#issuecomment-739243764


   > > > You should run `make` follow the [README.md](https://github.com/apache/dubbo-go-samples) in dubbo-go-samples.
   > > > It points out run `make` in `helloworld/go-server` not `helloworld/go-server/tests `or run follow script in root dir
   > > > ```
   > > > ./integrate_test.sh helloworld/go-server
   > > > ```
   > > 
   > > 
   > > I try to run it follow readMe and get a err
   > > `cd helloworld/go-server`
   > > `make -f ../../build/Makefile integration`
   > 
   > You should run `make -f ../../build/Makefile docker-up` for start zookeeper and `make -f ../../build/Makefile start` for start provider before `make -f ../../build/Makefile integration`.Can not just run `make -f ../../build/Makefile integration`
   > 
   > If you have not docker , you should install a zookeeper server for integration.
   
   yep, i start zookeeper  and go-server, then integration test and got a err


----------------------------------------------------------------
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.

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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo-go-samples] zouyx commented on issue #18: There are no any integration test can be passed on MacOS 11

Posted by GitBox <gi...@apache.org>.
zouyx commented on issue #18:
URL: https://github.com/apache/dubbo-go-samples/issues/18#issuecomment-739242504


   You should run `make` follow the [README.md](https://github.com/apache/dubbo-go-samples) in dubbo-go-samples.
   
   It points out run `make` in `helloworld/go-server` not `helloworld/go-server/tests `or run follow script in root dir
   ```
   ./integrate_test.sh helloworld/go-server
   ```


----------------------------------------------------------------
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.

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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo-go-samples] zouyx commented on issue #18: There are no any integration test can be passed on MacOS 11

Posted by GitBox <gi...@apache.org>.
zouyx commented on issue #18:
URL: https://github.com/apache/dubbo-go-samples/issues/18#issuecomment-739246099


   > /dist in helloworld/go-server
   > 
   > and tests try to find /dist in helloworld/go-server/tests
   
   ok,you are right


----------------------------------------------------------------
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.

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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo-go-samples] zouyx closed issue #18: There are no any integration test can be passed on MacOS 11

Posted by GitBox <gi...@apache.org>.
zouyx closed issue #18:
URL: https://github.com/apache/dubbo-go-samples/issues/18


   


----------------------------------------------------------------
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.

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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo-go-samples] mark4z edited a comment on issue #18: There are no any integration test can be passed on MacOS 11

Posted by GitBox <gi...@apache.org>.
mark4z edited a comment on issue #18:
URL: https://github.com/apache/dubbo-go-samples/issues/18#issuecomment-739243764


   > > > You should run `make` follow the [README.md](https://github.com/apache/dubbo-go-samples) in dubbo-go-samples.
   > > > It points out run `make` in `helloworld/go-server` not `helloworld/go-server/tests `or run follow script in root dir
   > > > ```
   > > > ./integrate_test.sh helloworld/go-server
   > > > ```
   > > 
   > > 
   > > I try to run it follow readMe and get a err
   > > `cd helloworld/go-server`
   > > `make -f ../../build/Makefile integration`
   > 
   > You should run `make -f ../../build/Makefile docker-up` for start zookeeper and `make -f ../../build/Makefile start` for start provider before `make -f ../../build/Makefile integration`.Can not just run `make -f ../../build/Makefile integration`
   > 
   > If you have not docker , you should install a zookeeper server for integration.
   
   yep, i start zookeeper  and go-server, then run integration test and got a err


----------------------------------------------------------------
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.

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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo-go-samples] mark4z edited a comment on issue #18: There are no any integration test can be passed on MacOS 11

Posted by GitBox <gi...@apache.org>.
mark4z edited a comment on issue #18:
URL: https://github.com/apache/dubbo-go-samples/issues/18#issuecomment-739243764


   > > > You should run `make` follow the [README.md](https://github.com/apache/dubbo-go-samples) in dubbo-go-samples.
   > > > It points out run `make` in `helloworld/go-server` not `helloworld/go-server/tests `or run follow script in root dir
   > > > ```
   > > > ./integrate_test.sh helloworld/go-server
   > > > ```
   > > 
   > > 
   > > I try to run it follow readMe and get a err
   > > `cd helloworld/go-server`
   > > `make -f ../../build/Makefile integration`
   > 
   > You should run `make -f ../../build/Makefile docker-up` for start zookeeper and `make -f ../../build/Makefile start` for start provider before `make -f ../../build/Makefile integration`.Can not just run `make -f ../../build/Makefile integration`
   > 
   > If you have not docker , you should install a zookeeper server for integration.
   
   yep, i start zookeeper  and go-server, then run integration test and got a err.
   
   


----------------------------------------------------------------
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.

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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo-go-samples] mark4z commented on issue #18: There are no any integration test can be passed on MacOS 11

Posted by GitBox <gi...@apache.org>.
mark4z commented on issue #18:
URL: https://github.com/apache/dubbo-go-samples/issues/18#issuecomment-739243864


   /dist in helloworld/go-server
   
   and tests try to find /dist in helloworld/go-server/tests


----------------------------------------------------------------
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.

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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo-go-samples] zouyx commented on issue #18: There are no any integration test can be passed on MacOS 11

Posted by GitBox <gi...@apache.org>.
zouyx commented on issue #18:
URL: https://github.com/apache/dubbo-go-samples/issues/18#issuecomment-739243240


   > > You should run `make` follow the [README.md](https://github.com/apache/dubbo-go-samples) in dubbo-go-samples.
   > > It points out run `make` in `helloworld/go-server` not `helloworld/go-server/tests `or run follow script in root dir
   > > ```
   > > ./integrate_test.sh helloworld/go-server
   > > ```
   > 
   > I try to run it follow readMe and get a err
   > 
   > `cd helloworld/go-server`
   > `make -f ../../build/Makefile integration`
   
   You should run ```make -f ../../build/Makefile docker-up``` for start zookeeper and ```make -f ../../build/Makefile start``` for start provider before ```make -f ../../build/Makefile integration```.Can not  just run ```make -f ../../build/Makefile integration```
   
   If you have not docker , you should install a zookeeper server for  integration.
   


----------------------------------------------------------------
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.

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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org