Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the submodule carta-protobuf #1367

Merged
merged 5 commits into from
Apr 23, 2024
Merged

Bump the submodule carta-protobuf #1367

merged 5 commits into from
Apr 23, 2024

Conversation

markccchiang
Copy link
Contributor

@markccchiang markccchiang commented Apr 1, 2024

Description

  • What is implemented or fixed? Mention the linked issue(s), if any.
    Following the update of protobuf package on branches protobuf and carta-frontend, the backend protobuf package is also updated to the version 4.25.3 (for C++ protobuf). The new version of protobuf has dependencies on abseil and jsoncpp packages. I have to manually link abseil libraries in order to make the backend build successful. Not sure if this problem only happened on the Mac brew installation for the new version of protobuf package (?)

  • How does this PR solve the issue? Give a brief summary.
    No particular issue is related.

  • Are there any companion PRs (frontend, protobuf)?
    Yes, protobuf and carta-frontend.

  • Is there anything else that testers should know (e.g. exactly how to reproduce the issue)?
    All tests should not be affected.

Checklist

  • changelog updated / no changelog update needed
  • e2e test passing / corresponding fix added / new e2e test created
  • ICD test passing / corresponding fix added / new ICD test created
  • protobuf updated to the latest dev commit / no protobuf update needed
  • protobuf version bumped / protobuf version not bumped
  • added reviewers and assignee
  • added ZenHub estimate, milestone, and release

Copy link
Contributor

@kswang1029 kswang1029 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested with the frontend PR CARTAvis/carta-frontend#2361 and the carta-protobuf PR CARTAvis/carta-protobuf#95. All e2e tests are passing. 👍

@markccchiang markccchiang marked this pull request as ready for review April 8, 2024 04:47
Copy link

Code Coverage

Package Line Rate Health
src.Cache 72%
src.DataStream 44%
src.FileList 67%
src.Frame 36%
src.HttpServer 42%
src.ImageData 28%
src.ImageFitter 83%
src.ImageGenerators 43%
src.ImageStats 75%
src.Logger 37%
src.Main 52%
src.Region 69%
src.Session 4%
src.Table 52%
src.ThreadingManager 67%
src.Timer 85%
src.Util 40%
Summary 46% (8605 / 18779)

@confluence confluence merged commit 848e982 into dev Apr 23, 2024
14 checks passed
@confluence confluence deleted the mark/update_protobuf branch April 23, 2024 08:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants