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

ProtocolBench Build Rules #626

Open
wants to merge 8 commits into
base: main
Choose a base branch
from

Conversation

lukalt
Copy link

@lukalt lukalt commented Oct 27, 2024

This PR adds CMake build rules to build ProtocolBench. This will generate a ProtocolBench executable inside bin/ in fbthrift's install directory.

This required a change to the ThriftLibrary, as generating sources from multiple thrift files with the same name (in different) directories was no supported. Previously, this led to multiple targets with identical name in CMake. By overloading the thrift_generate macro with an variant that takes a separate target name as an input, we add support for this while maintaining backwards compatibility.

@facebook-github-bot
Copy link
Contributor

Hi @lukalt!

Thank you for your pull request and welcome to our community.

Action Required

In order to merge any pull request (code, docs, etc.), we require contributors to sign our Contributor License Agreement, and we don't seem to have one on file for you.

Process

In order for us to review and merge your suggested changes, please sign at https://code.facebook.com/cla. If you are contributing on behalf of someone else (eg your employer), the individual CLA may not be sufficient and your employer may need to sign the corporate CLA.

Once the CLA is signed, our tooling will perform checks and validations. Afterwards, the pull request will be tagged with CLA signed. The tagging process may take up to 1 hour after signing. Please give it that time before contacting us about it.

If you have received this in error or have any questions, please contact us at [email protected]. Thanks!

@praihan
Copy link
Contributor

praihan commented Oct 29, 2024

Hey @lukalt Thanks for the contribution. Could you please sign the CLA?

@lukalt
Copy link
Author

lukalt commented Oct 29, 2024

Hey @lukalt Thanks for the contribution. Could you please sign the CLA?

The signed CLA will be submitted beginning of next week. Sorry for the delay

Copy link
Contributor

@vitaut vitaut left a comment

Choose a reason for hiding this comment

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

Thanks for the PR. I think we shouldn't introduce another version of thrift_generate and the latter has too many positional arguments already. Instead add an optional named argument to thrift_generate.

@lukalt lukalt force-pushed the fbthrift-build-rules branch 2 times, most recently from ee52a02 to dceca99 Compare November 4, 2024 15:36
@lukalt
Copy link
Author

lukalt commented Nov 4, 2024

Hey,

@praihan The CLA has been submitted now
@vitaut Thank you for the feedback. I absolutely agree and made the new parameter an optional named argument of that macro.

I also integrated the Protocol tests into the CMake project. There seems to be some incompatibility between gtest and glog causing CHECK(..) calls inside EXPECTED_DEATH to fail with the error macro "EXPECT_EXIT" passed 4 arguments, but takes just 3. I rewrote the failing lines to not use glog for now.

@facebook-github-bot
Copy link
Contributor

Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Meta Open Source project. Thanks!

ThriftLibrary.cmake Outdated Show resolved Hide resolved
ThriftLibrary.cmake Outdated Show resolved Hide resolved
ThriftLibrary.cmake Outdated Show resolved Hide resolved
thrift/lib/cpp2/protocol/test/BinaryProtocolTest.cpp Outdated Show resolved Hide resolved
thrift/lib/cpp2/protocol/test/CMakeLists.txt Outdated Show resolved Hide resolved
@lukalt lukalt mentioned this pull request Nov 5, 2024
thrift/lib/cpp2/protocol/test/BinaryProtocolTest.cpp Outdated Show resolved Hide resolved
thrift/lib/cpp2/protocol/test/CMakeLists.txt Outdated Show resolved Hide resolved
thrift/lib/cpp2/test/CMakeLists.txt Show resolved Hide resolved
Copy link
Contributor

@vitaut vitaut left a comment

Choose a reason for hiding this comment

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

Just one more minor comment, otherwise LGTM.

ThriftLibrary.cmake Outdated Show resolved Hide resolved
@lukalt
Copy link
Author

lukalt commented Nov 8, 2024

Thank you. I made the final change now. Builds on Windows seem to be failing but it does not look like it is caused by my changes. It looks like it is related to fmtlib

@facebook-github-bot
Copy link
Contributor

@vitaut has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.

Copy link
Contributor

@vitaut vitaut left a comment

Choose a reason for hiding this comment

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

Looks like there are some test failures:

[ RUN      ] BinaryProtocolTest.writeInvalidBool
.../thrift/lib/cpp2/protocol/test/BinaryProtocolTest.cpp:63: Failure
Death test: { w.writeBool(makeInvalidBool()); auto s = std::string(); q.appendToString(s); if(s != std::string(1, '\0')) { exit(1); } }
    Result: failed to die.
 Error msg:
[  DEATH   ] 

thrift/lib/cpp2/test/CMakeLists.txt Outdated Show resolved Hide resolved
thrift/lib/cpp2/protocol/test/BinaryProtocolTest.cpp Outdated Show resolved Hide resolved
@facebook-github-bot
Copy link
Contributor

@vitaut has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.

@lukalt
Copy link
Author

lukalt commented Nov 12, 2024

@vitaut Formatting issues and test failures are now resolved

@vitaut
Copy link
Contributor

vitaut commented Nov 12, 2024

@vitaut Formatting issues and test failures are now resolved

Great but please update the copyright headers per my earlier comment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants