GithubHelp home page GithubHelp logo

Comments (5)

AlexStocks avatar AlexStocks commented on May 30, 2024

@LaurenceLiZhixin pls answer this question.

from dubbo-go-samples.

LaurenceLiZhixin avatar LaurenceLiZhixin commented on May 30, 2024

I guess you run it on windows.
Run test on windows environment is not suggested.
You can run the test with the following choice:

  1. Run make PROJECT_DIR=$(pwd) BASE_DIR=$(pwd)/dist -f ../../build/Makefile docker-up with git bash instead of make -f ../ /xxx/xxx/dobbo-go samles/build/Makefile docker-up
  2. Run sh start_integrate_test.sh in the root directory of dubbo-go-samples to run all tests.

Inside the HOWTO.md guide, the
make -f ... /... /build/Makefile docker-up command does not correspond to the corresponding directory, and ... /build/makefile operation returns a folder under attachment, so I think we should use the absolute path like make -f ../ /xxx/xxx/dobbo-go samles/build/Makefile docker-up

from dubbo-go-samples.

bokket avatar bokket commented on May 30, 2024

I guess you run it on windows.
Run test on windows environment is not suggested.
You can run the test with the following choice:

  1. Run make PROJECT_DIR=$(pwd) BASE_DIR=$(pwd)/dist -f ../../build/Makefile docker-up with git bash instead of make -f ../ /xxx/xxx/dobbo-go samles/build/Makefile docker-up
  2. Run sh start_integrate_test.sh in the root directory of dubbo-go-samples to run all tests.

Inside the HOWTO.md guide, the
make -f ... /... /build/Makefile docker-up command does not correspond to the corresponding directory, and ... /build/makefile operation returns a folder under attachment, so I think we should use the absolute path like make -f ../ /xxx/xxx/dobbo-go samles/build/Makefile docker-up

Thank you for your reply.
I used ubuntu.I think this problem may be due to historical reasons, and later put them in a folder again.
On Linux, the ../ operation cannot reach the build directory. I will go down and try again for the operation you suggest.
I just want to talk about another problem, the debain system does not seem to have the en0 network card,See #101 for details.Can you help me?Thank you.

from dubbo-go-samples.

tylitianrui avatar tylitianrui commented on May 30, 2024

PLS update the HOETO
contents of the HOWTO are different from code of demos,such as dir attachment .
now:

├── README.md
├── README_zh.md
├── go-client
│   ├── cmd
│   │   └── client.go
│   ├── conf
│   │   ├── client.yml
│   │   └── log.yml
│   └── pkg
│       └── user.go
└── go-server
    ├── cmd
    │   └── server.go
    ├── conf
    │   ├── client.yml
    │   ├── log.yml
    │   └── server.yml
    ├── docker
    │   └── docker-compose.yml
    ├── pkg
    │   └── user.go
    └── tests
        └── integration
            ├── main_test.go
            └── userprovider_test.go

from dubbo-go-samples.

justxuewei avatar justxuewei commented on May 30, 2024

This issue could be closed. @LaurenceLiZhixin

from dubbo-go-samples.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.