ClickHouse/tests
Azat Khuzhin 17f6c82ffa Prohibit toUnixTimestamp(Date())
Making it implicitly cast to Date() does not looks correct, since before
it returns somewhat unexpected result:

    SELECT toUnixTimestamp(today())

    ┌─toUnixTimestamp(today())─┐
    │                    18591 │
    └──────────────────────────┘
2020-11-25 00:26:14 +03:00
..
ci
config Disable rotation of the logs in tests (on CI) 2020-11-19 01:08:47 +03:00
external_models/catboost
fuzz
instructions
integration Merge pull request #17299 from Jokser/flaky-s3-test-custom-auth-headers 2020-11-23 20:33:48 +03:00
perf_drafts
performance Do not use SET via <full_query> in perf tests 2020-11-21 14:02:21 +03:00
queries Prohibit toUnixTimestamp(Date()) 2020-11-25 00:26:14 +03:00
testflows Moving to using TestFlows version 1.6.65 2020-11-17 20:22:43 -05:00
users.d
.gitignore
clickhouse-client.xml
clickhouse-test
clickhouse-test-server
client-test.xml
CMakeLists.txt
CTestCustom.cmake
decimals_dictionary.xml
ints_dictionary.xml
msan_suppressions.txt
server-test.xml
stress
strings_dictionary.xml
tsan_suppressions.txt Update tsan_suppressions.txt 2020-10-01 16:02:14 +03:00
ubsan_suppressions.txt
users.xml