ClickHouse/tests
Azat Khuzhin 14fccf572f Fix false-positive failures of the test_distributed_storage_configuration
After first INSERT for disk2 there should not be created any per-shard
directory, so find(1) should report an error, like:

  find: '/disk2/data/test/dist_foo/default@127%2E0%2E0%2E2:9000': No such file or directory"

But sometimes output can be fixed, and output of wc(1) will goes first
and python's int() will parse it and not fail, but if find(1) stderr
will goes first the int() will fail to parse.

And here is an example of such mixing:

  $ docker run --name alpine --rm -it alpine top
  $ docker exec alpine sh -c 'echo foo >&2 | wc -c'
  foo
  0
  $ docker exec alpine sh -c 'echo foo >&2 | wc -c'
  0
  foo
2020-05-03 14:48:00 +03:00
..
config Add graphite config to tests. 2020-04-14 20:12:43 +03:00
external_models/catboost
instructions [docs] replace underscores with hyphens (#10606) 2020-04-30 21:19:18 +03:00
integration Fix false-positive failures of the test_distributed_storage_configuration 2020-05-03 14:48:00 +03:00
perf_drafts
performance Add performance test for sumMap(Tuple). 2020-05-01 10:48:45 +03:00
queries Merge pull request #10560 from Enmk/DateTime64_fixes 2020-05-03 00:54:11 +03:00
users.d Enable access management in stateless tests #3. 2020-04-09 19:12:55 +03:00
.gitignore
clickhouse-client.xml
clickhouse-test Force clickhouse-test to use python2 2020-04-28 22:45:22 +03:00
clickhouse-test-server
client-test.xml Move all folders inside /dbms one level up (#9974) 2020-04-02 02:51:21 +03:00
CMakeLists.txt Move all folders inside /dbms one level up (#9974) 2020-04-02 02:51:21 +03:00
CTestCustom.cmake
decimals_dictionary.xml Fix broken links 2020-04-02 12:10:09 +03:00
ints_dictionary.xml Fix broken links 2020-04-02 12:10:09 +03:00
msan_suppressions.txt
server-test.xml Optional secured communication between ClickHouse and Zookeeper 2020-04-09 01:40:54 +03:00
stress
strings_dictionary.xml Fix broken links 2020-04-02 12:10:09 +03:00
tsan_suppressions.txt
users.xml