Skip to content

Commit

Permalink
Merge pull request #32234 from vespa-engine/toregge/rewrite-searchcor…
Browse files Browse the repository at this point in the history
…e-unit-tests-using-mock-gid-to-lid-change-handle-to-gtest

Rewrite searchcore unit tests using MockGidToLidChangeHandler to gtest.
  • Loading branch information
toregge authored Aug 23, 2024
2 parents d570444 + 387a9be commit f1c1f04
Show file tree
Hide file tree
Showing 7 changed files with 423 additions and 414 deletions.
4 changes: 2 additions & 2 deletions searchcore/src/tests/proton/documentdb/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,10 @@ vespa_add_executable(searchcore_proton_documentdb_vespatest_test_app TEST
vespatest_runner.cpp
buckethandler_test.cpp
combiningfeedview_test.cpp
configurer_test.cpp
document_scan_iterator_test.cpp
document_subdbs_test.cpp
documentdbconfig_test.cpp
documentdbconfigscout_test.cpp
feedview_test.cpp
job_tracked_maintenance_job_test.cpp
maintenancecontroller_test.cpp
storeonlyfeedview_test.cpp
Expand All @@ -48,9 +46,11 @@ vespa_add_executable(searchcore_proton_documentdb_gtest_test_app TEST
gtest_runner.cpp
clusterstatehandler_test.cpp
bucketmover_common.cpp
configurer_test.cpp
documentbucketmover_test.cpp
documentmover_test.cpp
executor_threading_service_test.cpp
feedview_test.cpp
lid_space_common.cpp
lid_space_compaction_test.cpp
lid_space_handler_test.cpp
Expand Down
201 changes: 113 additions & 88 deletions searchcore/src/tests/proton/documentdb/configurer_test.cpp

Large diffs are not rendered by default.

Loading

0 comments on commit f1c1f04

Please sign in to comment.