ClickHouse/tests
Azat Khuzhin 9a9bbac19b tests: avoid model overlap for obfuscator
In case of stress tests it is possible, and there is LOGICAL_ERROR in
case of error, which will create core dump.

Actually on CI [1] there error was likely this:

    stress_test_run_17.txt:/usr/share/clickhouse-test/queries/1_stateful/00175_obfuscator_schema_inference.sh: line 18: /tmp/clickhouse-test/1_stateful/model.bin: No such file or directory

So the file had been removed by another concurrent test.

  [1]: https://s3.amazonaws.com/clickhouse-test-reports/42190/56bc85746fa0b553e43c2253250404cfcca46855/stress_test__ubsan_.html

Note, that actually it is enough just to change the name in this two
tests, however let's make them even more error-resistant.

Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2022-10-22 21:14:49 +02:00
..
ci
config add test for bypass_cache_threshold 2022-10-19 06:54:09 +00:00
fuzz
instructions
integration Merge pull request #42549 from evillique/disks-better-logs 2022-10-22 04:31:44 +02:00
jepsen.clickhouse-keeper
perf_drafts
performance
queries tests: avoid model overlap for obfuscator 2022-10-22 21:14:49 +02:00
.gitignore
clickhouse-test fix another issue 2022-10-19 17:24:50 +02:00
CMakeLists.txt
msan_suppressions.txt
tsan_suppressions.txt
ubsan_suppressions.txt