Commit Graph

3 Commits

Author SHA1 Message Date
HolyLow
3896249b92 [CELEBORN-1978][CIP-14] Add code style checking for cppClient
### What changes were proposed in this pull request?
This PR adds code style checking in github action for cppClient.

### Why are the changes needed?
To keep the cpp code style consistent.

### Does this PR introduce _any_ user-facing change?
No.

### How was this patch tested?
By github action procedure.

Closes #3252 from HolyLow/issue/celeborn-1978-add-codestyle-check-to-cppclient.

Authored-by: HolyLow <jiaming.xie7@gmail.com>
Signed-off-by: mingji <fengmingxiao.fmx@alibaba-inc.com>
2025-05-12 11:16:36 +08:00
HolyLow
44e2c793e2 [CELEBORN-1958][CIP-14] Add testsuite to test writing with javaClient and reading with cppClient
### What changes were proposed in this pull request?
This PR adds joint test suite between java and cpp code, which test writing data with javaClient and reading with cppClient. Besides, the CICD procedure is added to verify the code automatically.

### Why are the changes needed?
The joint test suite could be used to verify the cppClient's correctness.

### Does this PR introduce _any_ user-facing change?
No.

### How was this patch tested?
Compilation and CICD procedure.

Closes #3202 from HolyLow/issue/celeborn-1958-add-integration-test-to-cppclient.

Authored-by: HolyLow <jiaming.xie7@gmail.com>
Signed-off-by: mingji <fengmingxiao.fmx@alibaba-inc.com>
2025-04-15 17:04:23 +08:00
HolyLow
a568672536 [CELEBORN-1874][CIP-14] Add CICD procedure in github action for cppClient
### What changes were proposed in this pull request?
This PR adds cicd procedure in github action for cppClient.

### Why are the changes needed?
To run the cppClient's unit tests in cicd procedure.

### Does this PR introduce _any_ user-facing change?
No.

### How was this patch tested?
By cicd.

Closes #3211 from HolyLow/issue/celeborn-1874-add-cpp-cicd-to-cppClient.

Authored-by: HolyLow <jiaming.xie7@gmail.com>
Signed-off-by: mingji <fengmingxiao.fmx@alibaba-inc.com>
2025-04-14 18:26:12 +08:00