ClickHouse/programs/server
Azat Khuzhin dd0fccae47 Disable rotation of the logs in tests (on CI)
Right now due to rotation the archive with the clickhouse-server.log
maybe not full, for example:
- not full - https://clickhouse-test-reports.s3.yandex.net/16947/caf5f98db2ae39dd911f7d1fc0a7c2cc382b1c53/functional_stateless_tests_(ubsan)/clickhouse-server.log (no messages about server start)
- full     - https://clickhouse-test-reports.s3.yandex.net/16993/d1f52dc72d417580c4088cf3880593176416bea2/functional_stateless_tests_(thread).html

And sometimes rotated part may include relative part of the log, so it
is better to disable it.
2020-11-19 01:08:47 +03:00
..
config.d Disable rotation of the logs in tests (on CI) 2020-11-19 01:08:47 +03:00
data Updated gitignore-files. 2020-08-06 18:05:32 -07:00
metadata Updated gitignore-files. 2020-08-06 18:05:32 -07:00
users.d Replace duplicate development config files with symlinks. (#16486) 2020-11-04 23:45:06 +03:00
.gitignore Fixed .gitignore to exclude tests-generated data. 2020-08-25 16:41:23 -07:00
clickhouse-server.cpp Move all folders inside /dbms one level up (#9974) 2020-04-02 02:51:21 +03:00
CMakeLists.txt Added /play handler; added a test 2020-10-20 03:28:33 +03:00
config.xml Add a comment about rotation policy into server config 2020-11-19 01:07:09 +03:00
embedded.xml Embed configs into binary 2020-08-08 06:42:42 +03:00
MetricsTransmitter.cpp Move all folders inside /dbms one level up (#9974) 2020-04-02 02:51:21 +03:00
MetricsTransmitter.h Move all folders inside /dbms one level up (#9974) 2020-04-02 02:51:21 +03:00
play.html Add development roadmap for web UI 2020-11-05 01:17:30 +03:00
Server.cpp Merge pull request #16824 from ClickHouse/replace_stringstreams_with_buffers 2020-11-12 01:11:44 +03:00
Server.h Split programs/server into actual program and library (#11186) 2020-05-27 20:52:52 +03:00
users.xml Expect <ldap_servers> in main config.xml 2020-06-11 02:48:15 +04:00
ya.make Follow Arcadia ya.make rules 2020-11-16 21:24:58 +03:00