Tests extraction#410
Open
gshigin wants to merge 6 commits into
Open
Conversation
vporoshok
approved these changes
Jul 21, 2026
vporoshok
left a comment
Collaborator
There was a problem hiding this comment.
Please, resolve conflict
cherep58
approved these changes
Jul 21, 2026
vporoshok
approved these changes
Jul 22, 2026
vporoshok
enabled auto-merge (squash)
July 22, 2026 16:43
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Tests were moved away from test directories and placed near respective header files.
Some tests were lest in test directories due to the fact, that they require rework to be addressed to specific header files. So they left in place for later pr, this pr being only file moving and no behaviour changed
Whats left:
bare_bones/tests/container_tests.cpp- shared typed fixture forstream_v_byte.handvector.h.bare_bones/tests/coredump_test_separate.cpp- separate crash-process test forexception.hand vector bounds failures. Can be removed as core-dumping will be removed.series_data/tests/serialization/serializer_deserializer_tests.cpp- serialization round-trip across data storage, encoding, deserialization, and serialized data. More like integration test to be placed closer to entrypoint.series_data/tests/unloading/loader_unloader_tests.cpp- end-to-end unload/load state transition. Same.series_index/tests/trie/cedarpp_trie_tests.cpp- covers bothcedarpp_tree.hand its regexp-searcher integration.series_index/tests/trie/regexp_searcher_test_cases.h- header with test data. Can be inlined into test file.