ClickHouse/tests/queries/0_stateless/helpers
Robert Schulze 08d3f7fa14
Add tests for ProtobufList formats
- Various tests of the Protobuf format existed already. Most of them
  check serialization/deserialization of specific data types, e.g.
  arrays, arrays in arrays, enums, maps, columns with default values
  etc. There is also an end-to-end test which uses a complex table
  that combines aforementioned data types.

- Since "ProtobufList" reuses the data conversion code of "Protobuf"
  and only differs slightly in the schema matching logic it should
  suffice to extend only the end-to-end test. This avoids testing the
  same stuff twice (and the same was done btw. for the ProtobufSingle
  format).
2022-03-16 19:33:58 +01:00
..
00900_parquet_create_table_columns.py
02112_clean.sh tests: fix 02112_delayed_clickhouse_*_with_queries_file 2021-12-29 10:02:38 +03:00
02112_prepare.sh tests: fix 02112_delayed_clickhouse_*_with_queries_file 2021-12-29 10:02:38 +03:00
client.py
httpclient.py
httpexpect.py
protobuf_length_delimited_encoder.py Add tests for ProtobufList formats 2022-03-16 19:33:58 +01:00
pure_http_client.py fix asynchronous inserts with Native format 2022-01-28 03:25:15 +03:00
shell.py
uexpect.py