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

refactor(CI): enable and parallelize function test #1149

Merged
merged 49 commits into from
Sep 8, 2022

Conversation

acelyc111
Copy link
Member

@acelyc111 acelyc111 commented Sep 5, 2022

#1053

The 'function test' in Pegasus is used to test some complex functions of Pegasus, it's some type of integreation test, however, it will last a very long time, say, dozens of minutes, so we disabled it in GitHub CI to save time.
This patch enable the function tests and parallelize them, which will save much time. Running function test regularlly can keep the system stablility.

@acelyc111 acelyc111 changed the title refactor(CI): enable and parallelize function test - new refactor(CI): enable and parallelize function test Sep 5, 2022
@acelyc111 acelyc111 marked this pull request as ready for review September 5, 2022 15:46
levy5307
levy5307 previously approved these changes Sep 6, 2022
src/test/function_test/utils/utils.h Outdated Show resolved Hide resolved
src/test/function_test/utils/utils.h Outdated Show resolved Hide resolved
src/test/function_test/utils/utils.h Outdated Show resolved Hide resolved
src/test/function_test/utils/utils.h Outdated Show resolved Hide resolved
src/test/function_test/utils/utils.h Outdated Show resolved Hide resolved
src/test/function_test/utils/test_util.h Show resolved Hide resolved
src/test/function_test/utils/CMakeLists.txt Outdated Show resolved Hide resolved
src/server/config.ini Show resolved Hide resolved
src/test/function_test/partition_split_test/test_split.cpp Outdated Show resolved Hide resolved
src/test/function_test/partition_split_test/test_split.cpp Outdated Show resolved Hide resolved
Co-authored-by: Dan Wang <wangdan@apache.org>
acelyc111 and others added 17 commits September 7, 2022 21:58
Co-authored-by: Dan Wang <wangdan@apache.org>
Co-authored-by: Dan Wang <wangdan@apache.org>
Co-authored-by: Dan Wang <wangdan@apache.org>
Co-authored-by: Dan Wang <wangdan@apache.org>
Co-authored-by: Dan Wang <wangdan@apache.org>
Co-authored-by: Dan Wang <wangdan@apache.org>
Co-authored-by: Dan Wang <wangdan@apache.org>
Co-authored-by: Dan Wang <wangdan@apache.org>
Co-authored-by: Dan Wang <wangdan@apache.org>
Co-authored-by: Dan Wang <wangdan@apache.org>
Co-authored-by: Dan Wang <wangdan@apache.org>
Co-authored-by: Dan Wang <wangdan@apache.org>
Co-authored-by: Dan Wang <wangdan@apache.org>
Co-authored-by: Dan Wang <wangdan@apache.org>
Co-authored-by: Dan Wang <wangdan@apache.org>
Co-authored-by: Dan Wang <wangdan@apache.org>
@acelyc111 acelyc111 closed this Sep 7, 2022
@acelyc111 acelyc111 reopened this Sep 7, 2022
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.

3 participants