Skip to content

Commit

Permalink
updated dbengine unittest (#17232)
Browse files Browse the repository at this point in the history
* when a page cannot be acquired, repeat the call until it can or does not exist

* updated dbengine unittest

* Update dbengine-unittest.c

(cherry picked from commit 4355e50)
  • Loading branch information
ktsaou authored and Ferroin committed Mar 27, 2024
1 parent 88f3412 commit 63fab38
Show file tree
Hide file tree
Showing 4 changed files with 877 additions and 848 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Expand Up @@ -1047,6 +1047,8 @@ if(ENABLE_DBENGINE)
src/database/engine/metric.h
src/database/engine/pdc.c
src/database/engine/pdc.h
src/database/engine/dbengine-unittest.c
src/database/engine/dbengine-stresstest.c
)
endif()

Expand Down

0 comments on commit 63fab38

Please sign in to comment.