HolyLow commented on PR #3202: URL: https://github.com/apache/celeborn/pull/3202#issuecomment-2782410740
@FMX @RexXiong Could you kindly help review this PR? Thanks a lot. There are several notations for triggering this PR's test: 1. The cpp code must be compiled under $projectRoot/cpp/build. The sample command would be: ``` # assume currentDir is $projectRoot $ cd cpp; rm -rf build && mkdir build && cd build && cmake .. && make -j ``` 2. The test suite is marked by @Ignored to avoid influencing existing CICD procedure. To test it manually, we have to remove the @Ignored tag manually. Any suggestion is welcome. -- 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]
