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

fix: fix 'assert' disabled caused function_test failed bug #1080

Merged
merged 3 commits into from
Jul 27, 2022

Conversation

acelyc111
Copy link
Member

@acelyc111 acelyc111 commented Jul 26, 2022

In #1062, we passed the debug/release to CMAKE_BUILD_TYPE in cmake, then assert will be disabled. Some function calls are in assert in the former, but now build the project in release type, these functions will not be called, which will lead the test failures as described in:
#1077

@acelyc111 acelyc111 marked this pull request as ready for review July 26, 2022 16:54
@acelyc111 acelyc111 added the type/bug-fix This PR fixes a bug. label Jul 27, 2022
@hycdong hycdong merged commit 25a4d8b into apache:master Jul 27, 2022
GehaFearless pushed a commit to GehaFearless/incubator-pegasus that referenced this pull request Aug 3, 2022
ZhongChaoqiang pushed a commit to ZhongChaoqiang/incubator-pegasus that referenced this pull request Nov 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cpp type/bug-fix This PR fixes a bug.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants