Skip to content

fix for reset bug and add ut#435

Merged
jt2594838 merged 3 commits intoapache:developfrom
zwhzzz0821:fix/reset_bug
Mar 11, 2025
Merged

fix for reset bug and add ut#435
jt2594838 merged 3 commits intoapache:developfrom
zwhzzz0821:fix/reset_bug

Conversation

@zwhzzz0821
Copy link
Contributor

No description provided.

Comment on lines 54 to +56
if (NOT CMAKE_BUILD_TYPE)
set(CMAKE_BUILD_TYPE "Release" CACHE STRING "Choose the type of build." FORCE)
endif ()
set(CMAKE_BUILD_TYPE "Release" CACHE STRING "Choose the type of build." FORCE)
Copy link
Contributor

Choose a reason for hiding this comment

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

Revert this


# disable asan by default.
option(ENABLE_ASAN "Enable Address Sanitizer" OFF)
option(ENABLE_ASAN "Enable Address Sanitizer" ON)
Copy link
Contributor

Choose a reason for hiding this comment

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

Revert this

@jt2594838 jt2594838 merged commit 0adbc26 into apache:develop Mar 11, 2025
12 of 13 checks passed
ColinLeeo pushed a commit to ColinLeeo/tsfile that referenced this pull request Apr 16, 2025
* fix for reset bug and add ut

* fix for num_of_pages_

* fix mem leak{
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants