8000 [PREGEL] Provide test binary for Pregel by markuspf · Pull Request #17922 · arangodb/arangodb · GitHub
[go: up one dir, main page]

Skip to content

[PREGEL] Provide test binary for Pregel #17922

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

Merged
merged 6 commits into from
Jan 17, 2023
Merged

Conversation

markuspf
Copy link
Contributor

Scope & Purpose

Adds CMakeLists.txt for tests/Pregel, which adds a test executable arangodbtests_pregel and a test case pregel;

Note that typedbuffer.cpp is not included in this test-binary intentionally because of its large dependency footprint and the fact that we plan to remove that class. It is still tested by arangodbtests.

@markuspf markuspf added the 3 Pregel Graph processing label Jan 11, 2023
@markuspf markuspf added this to the devel milestone Jan 11, 2023
@markuspf markuspf requested a review from jvolmer January 11, 2023 17:15
@cla-bot cla-bot bot added the cla-signed label Jan 11, 2023
@markuspf markuspf closed this Jan 11, 2023
@markuspf markuspf reopened this Jan 11, 2023
Copy link
Contributor
@jvolmer jvolmer left a comment

Choose a reason for hiding this comment

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

LGTM

${PROJECT_SOURCE_DIR}/arangod
${PROJECT_SOURCE_DIR}/lib)

target_link_libraries(arango_tests_pregel
Copy link
Contributor

Choose a reason for hiding this comment

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

I think you can make the linking of all these targets PRIVATE to not spill the public API of arango_tests_pregel

@markuspf markuspf force-pushed the chore/pregel-test-executable branch from 90f7c54 to 61893d1 Compare January 16, 2023 17:17
@markuspf markuspf requested a review from a team January 16, 2023 17:17
@markuspf markuspf force-pushed the chore/pregel-test-executable branch from 37e590b to b193761 Compare January 17, 2023 08:30
@markuspf markuspf merged commit 809183f into devel Ja 7422 n 17, 2023
@markuspf markuspf deleted the chore/pregel-test-executable branch January 17, 2023 16:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3 Pregel Graph processing cla-signed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants
0