ClickHouse/dbms/tests/integration/test_dictionaries_update_and_reload
Alexander Kuzmenkov 9d9ae00956 Relax a test due to Poco regression.
Poco 1.9.3 has one second precision for mtime, because of this we can
miss an update of a dictionary file if it happens in the same second
we've read the file.

Should probably be fixed by switching to std::filesystem.

Also add some logs because finding out what's going on with dictionary
reloading is borderline impossible.
2020-03-19 19:05:41 +03:00
..
configs Split the integration test test_dictionaries into 4 separate tests. 2019-09-02 17:50:57 +03:00
__init__.py Split the integration test test_dictionaries into 4 separate tests. 2019-09-02 17:50:57 +03:00
test.py Relax a test due to Poco regression. 2020-03-19 19:05:41 +03:00