You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2021/01/30 14:18:48 UTC

[GitHub] [pulsar] Renkai opened a new issue #9374: Use prebuilt C++ client to reduce test time for build image

Renkai opened a new issue #9374:
URL: https://github.com/apache/pulsar/issues/9374


   Build C++ client now use lots of GitHub actions resource in our test workflow. If we can skip this step when the C++ client code is not changed, the time to build the docker image in the integration test will be reduced significantly.


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



[GitHub] [pulsar] Renkai commented on issue #9374: Use prebuilt C++ client to reduce test time for build image

Posted by GitBox <gi...@apache.org>.
Renkai commented on issue #9374:
URL: https://github.com/apache/pulsar/issues/9374#issuecomment-772578587


   Maybe we can build a Debian package and upload it to somewhere every time the C++ client code updated, then retrieve it back when the integration test needs the debian package


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



[GitHub] [pulsar] merlimat commented on issue #9374: Use prebuilt C++ client to reduce test time for build image

Posted by GitBox <gi...@apache.org>.
merlimat commented on issue #9374:
URL: https://github.com/apache/pulsar/issues/9374#issuecomment-772911712


   The only reason we compile the C++ library for the Docker images is to include the Python client library, so that Python function can be executed in the Docker containers.
   
   For CI tests purposes, it would be ok to use a snapshot of the Python lib. We could be pushing a nightly wheel file to the Apache Snapshot maven repo and fetch it from there in the integration tests. 
   
   The thing to be careful though, is that the same Dockerfile are also used to prepare the images for release. In that case, we must ensure the image is containing the right library compiled from the current working copy of the sources.


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



[GitHub] [pulsar] jiazhai commented on issue #9374: Use prebuilt C++ client to reduce test time for build image

Posted by GitBox <gi...@apache.org>.
jiazhai commented on issue #9374:
URL: https://github.com/apache/pulsar/issues/9374#issuecomment-771332528






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



[GitHub] [pulsar] Renkai commented on issue #9374: Use prebuilt C++ client to reduce test time for build image

Posted by GitBox <gi...@apache.org>.
Renkai commented on issue #9374:
URL: https://github.com/apache/pulsar/issues/9374#issuecomment-771332966


   @jiazhai Sure, I'm working on 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



[GitHub] [pulsar] jiazhai commented on issue #9374: Use prebuilt C++ client to reduce test time for build image

Posted by GitBox <gi...@apache.org>.
jiazhai commented on issue #9374:
URL: https://github.com/apache/pulsar/issues/9374#issuecomment-771332528


   @Renkai Are you working on this issue?


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



[GitHub] [pulsar] jiazhai commented on issue #9374: Use prebuilt C++ client to reduce test time for build image

Posted by GitBox <gi...@apache.org>.
jiazhai commented on issue #9374:
URL: https://github.com/apache/pulsar/issues/9374#issuecomment-771333217


   Thanks, will assign it to you


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



[GitHub] [pulsar] codelipenghui commented on issue #9374: Use prebuilt C++ client to reduce test time for build image

Posted by GitBox <gi...@apache.org>.
codelipenghui commented on issue #9374:
URL: https://github.com/apache/pulsar/issues/9374#issuecomment-1058893790


   The issue had no activity for 30 days, mark with Stale label.


-- 
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@pulsar.apache.org

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



[GitHub] [pulsar] Renkai commented on issue #9374: Use prebuilt C++ client to reduce test time for build image

Posted by GitBox <gi...@apache.org>.
Renkai commented on issue #9374:
URL: https://github.com/apache/pulsar/issues/9374#issuecomment-771332966


   @jiazhai Sure, I'm working on 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