test(mapper,transport,rpc): comprehensive unit tests for type mapping, protocol framing and memory zeroization - #39
Merged
Conversation
…, protocol framing and memory zeroization
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.
Реализовано для Issue #21 [Stage 6/6]:
test_parse_compact_output_complex_typesдля проверки корректной десериализации сложных типов ClickHouse (Array,Tuple,DateTime64,Nullable,UInt64).test_dispatch_system_handshake_and_pingиtest_dispatch_unknown_method_errorдля проверки корректной работы системных методов и возврата JSON-RPC ошибок (код-32601).test_write_ndjson_error_payloadна корректное форматирование NDJSON при ошибках.test_secret_zeroization_on_drop_and_disconnect, проверяющий инварианты трейтаZeroizeOnDropобёрткиsecrecy::SecretStringи корректное удаление чувствительных данных из памяти при разрыве соединения.-D warnings).