mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +00:00
b87ebb2a83
Sometimes the requests library detect the encoding incorrectly, and because this test compares binary data it fails. Here is an example of successfull attempt: 2023-10-30 07:32:37 [ 654 ] DEBUG : http://172.16.1.2:8123 "GET /?query=SELECT+%2A+FROM+test.simple+FORMAT+Protobuf+SETTINGS+format_schema%3D%27simple%3AKeyValuePair%27 HTTP/1.1" 200 None (connectionpool.py:546, _make_request) 2023-10-30 07:32:37 [ 654 ] DEBUG : Encoding detection: utf_8 will be used as a fallback match (api.py:480, from_bytes) 2023-10-30 07:32:37 [ 654 ] DEBUG : Encoding detection: Found utf_8 as plausible (best-candidate) for content. With 0 alternatives. (api.py:487, from_bytes) And here is failed [1]: 2023-10-29 18:12:56 [ 525 ] DEBUG : http://172.16.9.2:8123 "GET /?query=SELECT+%2A+FROM+test.simple+FORMAT+Protobuf+SETTINGS+format_schema%3D%27message_tmp%3AMessageTmp%27 HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2023-10-29 18:12:56 [ 525 ] DEBUG : Encoding detection: Found utf_16_be as plausible (best-candidate) for content. With 1 alternatives. (api.py:487, from_bytes) E AssertionError: assert '܈Ē͡扣܈Ȓͤ敦' == '\x07\x08\x01\x12\x03abc\x07\x08\x02\x12\x03def' E - abcdef E + ܈Ē͡扣܈Ȓͤ敦 [1]: https://s3.amazonaws.com/clickhouse-test-reports/56030/c7f392500e93863638c9ca9bd56c93b3193091f3/integration_tests__release__[3_4].html Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com> |
||
---|---|---|
.. | ||
dictonaries | ||
s3_mocks | ||
__init__.py | ||
0_common_enable_analyzer.xml | ||
0_common_enable_dictionaries.xml | ||
0_common_enable_keeper_async_replication.xml | ||
0_common_instance_config.xml | ||
0_common_instance_users.xml | ||
client.py | ||
cluster.py | ||
config_cluster.py | ||
corrupt_part_data_on_disk.py | ||
dictionary.py | ||
external_sources.py | ||
fake_cert.pem | ||
hdfs_api.py | ||
http_server.py | ||
keeper_config1.xml | ||
keeper_config2.xml | ||
keeper_config3.xml | ||
keeper_utils.py | ||
mock_servers.py | ||
mongo_cert.pem | ||
mongo_secure.conf | ||
network.py | ||
postgres_utility.py | ||
pytest_xdist_logging_to_separate_files.py | ||
s3_tools.py | ||
s3_url_proxy_tests_util.py | ||
ssl_context.py | ||
test_tools.py | ||
uclient.py | ||
uexpect.py | ||
utility.py | ||
wait_for_helpers.py | ||
zookeeper_config.xml | ||
zookeeper_secure_config.xml |