acelyc111 commented on issue #2067:
URL: 
https://github.com/apache/incubator-pegasus/issues/2067#issuecomment-2224288805

   > Next I need to `run test` command, for this I run below command ,
   > 
   > ```
   > docker run -v /home/ubuntu/pegasus:/root/pegasus \
   >            apache/pegasus:build-env-ubuntu2004-v2.5 \
   >            /bin/bash -c "cd /root/pegasus; ./run.sh test"
   > ```
   > 
   > But I got below error ,
   > 
   > ```
   > Cluster becomes healthy.
   > sed: can't read /root/pegasus/build/latest/src/server/test/config.ini: No 
such file or directory
   > ```
   
   I see, we should add `--test` when build the project by `./run.sh build ...`.
   
   Please try this at first:
   ```
   sudo docker run -v /home/ubuntu/apache-pegasus-2.5.0:/root/pegasus 
apache/pegasus:build-env-ubuntu2004-v2.5 /bin/bash -c "cd /root/pegasus; 
./run.sh build -c --clear_thirdparty -j 1 --test"
   ```


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to