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

Feature/verify client version #67

Merged

Conversation

Shylock-Hg
Copy link
Contributor

No description provided.

@@ -139,10 +139,10 @@ jobs:
ASAN_OPTIONS: fast_unwind_on_malloc=1
run: |
pushd build
ctest -j $(($(nproc)/2+1)) --timeout 400 --output-on-failure
ctest -j $(nproc) --timeout 10000 --output-on-failure
Copy link

Choose a reason for hiding this comment

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

Why change the number of cores?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Speed up.

Copy link

@Aiee Aiee Dec 8, 2021

Choose a reason for hiding this comment

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

This may cause other PRs' actions to fail.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Never happen.

include/common/graph/Response.h Show resolved Hide resolved
@Shylock-Hg Shylock-Hg requested a review from Aiee December 7, 2021 09:52
@Shylock-Hg Shylock-Hg merged commit e440939 into vesoft-inc:master Dec 8, 2021
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.

None yet

2 participants