Alexey Milovidov
909873b45c
Prepare Fuzzer to run with different builds
2021-01-16 23:54:39 +03:00
alexey-milovidov
6689f6e675
Merge pull request #19096 from filimonov/docker_fix_uid_gid
...
Docker: fix uid/gid of the clickhouse user
2021-01-15 20:59:39 +03:00
alexey-milovidov
e0c90cd20e
Update Dockerfile.alpine
2021-01-15 20:59:12 +03:00
alexey-milovidov
c846f76ffa
Update Dockerfile
2021-01-15 20:58:51 +03:00
Alexander Kuzmenkov
1b37d7716f
Update run-fuzzer.sh
2021-01-15 18:06:51 +03:00
alesapin
dfc1e8ef1d
Also upload query log
2021-01-15 10:53:37 +03:00
Mikhail Filimonov
0d23f3f16a
Docker: fix uid/gid of the clickhouse user
...
Explicitly set uid / gid of clickhouse user & group to the fixed values 101.
It is especially important for rootless containers: in that case entrypoint can't do chown
and owners of mounted volumes should be configured externally.
We do that in advance at the begining of Dockerfile before any packages will be installed
to prevent picking those uid / gid by some unrelated software.
The same uid / gid (101) is used both for alpine and ubuntu.
Number 101 is used by default in openshift, and was used by all clickhouse-server docker images
before 20.10. In 20.11 it was changed (by accident) to 999.
2021-01-14 23:37:27 +01:00
alesapin
cabfa3b7df
Merge pull request #19055 from ClickHouse/more_debug_for_writer
...
More debug for stateless tests writer
2021-01-15 00:26:42 +03:00
alesapin
b6170c1326
No logs
2021-01-15 00:18:50 +03:00
alesapin
8da81a4791
No errors
2021-01-15 00:15:48 +03:00
alesapin
490326e6b0
Fix symlinks
2021-01-14 19:24:06 +03:00
Mikhail Filimonov
6bec839ab3
Touch dockerfiles to trigger rebuild
2021-01-14 12:46:24 +01:00
Mikhail Filimonov
7be81c3a71
Fix images dependencies
2021-01-14 12:45:56 +01:00
alesapin
29685aac3c
More debug for stateless tests writer
2021-01-14 13:42:51 +03:00
alexey-milovidov
fc5e09d6b8
Merge pull request #18954 from filimonov/docker-entrypoint
...
Docker: better clickhouse-server entrypoint
2021-01-14 11:33:38 +03:00
alexey-milovidov
7d7af00afb
Merge pull request #19015 from nikitamikhaylov/defaults-for-file-engine
...
Added tests for defaults in URL and File engine
2021-01-14 10:12:27 +03:00
Nikita Mikhailov
3d62d6503b
better
2021-01-13 18:34:16 +03:00
Ilya Yatsishin
038f52d08b
Merge pull request #19006 from qoega/add-sqlancer-test-docker
2021-01-13 15:14:18 +03:00
Yatsishin Ilya
3f17fac469
Add docker to run SQLancer in CI
2021-01-13 12:49:52 +03:00
filimonov
f8dc5cc740
Update alpine-build.sh
2021-01-11 18:35:20 +01:00
Mikhail Filimonov
9f22bcefb0
Docker: better server entrypoint
2021-01-11 18:24:49 +01:00
Danila Kutenin
e5ec4e21b6
Fix Darwin build
2021-01-11 09:04:34 +00:00
Alexey Milovidov
42f63e14b5
Revert "Auto version update to [21.2.1.1] [54446]"
...
This reverts commit bc2593688e
.
2021-01-11 11:32:52 +03:00
robot-clickhouse
bc2593688e
Auto version update to [21.2.1.1] [54446]
2021-01-11 11:12:11 +03:00
Alexey Milovidov
c7d4d12f72
Auto version update to [21.1.0] [54445]
2021-01-11 03:51:08 +03:00
alexey-milovidov
fdff71a36f
Merge pull request #18770 from ClickHouse/fix-query-fuzzer
...
Query Fuzzer: fix some cultural issues
2021-01-06 20:02:30 +03:00
Alexey Milovidov
4f726784c9
Fix shellcheck
2021-01-06 04:56:10 +03:00
Alexey Milovidov
b6a733c2dd
Do not allow Fuzzer to enable LLVM
2021-01-06 04:07:59 +03:00
Alexey Milovidov
822682f2f8
Fix exit code
2021-01-06 03:56:51 +03:00
Alexey Milovidov
7f074cb491
Remove half of strange code from query fuzzer
2021-01-06 00:20:39 +03:00
Alexey Milovidov
6ecf4fe921
More robust stateful test
2021-01-05 03:02:40 +03:00
Azat Khuzhin
de7909211d
Try using top_level_domains from the patched performance archive
...
If there is top_level_domains list in the upstream/master, use from the
patched version (this is required to run all performance tests for
upstream/master in the PR).
2021-01-02 17:27:03 +03:00
Azat Khuzhin
469b631ca6
Fix performance comparison
...
In #18113 the top_level_domains list copying was moved into
docker/packager/binary/build.sh, this was done to avoid symlinks (since
Dockerfile cannot dereference them).
But the patch was wrong, since it copied into the root (/), which is not
included into performance.tgz and also compare.sh was not modified.
This wasn't showed up with CI checks since the docker image wasn't
updated and it still included that top_level_domains, once it was
modified the image was updated and it became broken.
Cc: @akuzm
2021-01-02 17:09:20 +03:00
Yatsishin Ilya
011d2b4631
disable couple checks for now
2020-12-29 17:57:12 +03:00
Yatsishin Ilya
a25fa1996b
fix style checks
2020-12-29 17:57:12 +03:00
alesapin
e81485653b
Merge pull request #18491 from ClickHouse/add_nuraft
...
Add NuRaft to contrib
2020-12-26 16:19:05 +03:00
alesapin
b4cac6a8a4
Fix unbundled, splitted and disable freebsd build
2020-12-25 15:36:49 +03:00
alesapin
c9bbde649c
Merge pull request #18312 from ClickHouse/simplier_coverage
...
Make single image for building coverage report
2020-12-25 10:18:39 +03:00
Yatsishin Ilya
ce1e2b18a3
Fix codespell warnings. Split style checks. Update style checks docker
2020-12-24 13:17:52 +03:00
alesapin
e68bafd508
Merge branch 'master' into simplier_coverage
2020-12-24 12:39:33 +03:00
alesapin
58d0e8901e
Remove hardcoded tests
2020-12-23 14:05:59 +03:00
Nikolai Kochetov
af7f5c9518
Merge pull request #17868 from ClickHouse/async-read-from-socket
...
Async read from socket
2020-12-23 12:20:42 +03:00
alesapin
f0b2bf9247
Merge branch 'master' into simplier_coverage
2020-12-22 18:37:15 +03:00
alesapin
4b28d6d030
Merge branch 'master' into enable_thread_fuzzer_for_flaky_check
2020-12-22 16:36:51 +03:00
alesapin
41229b8bc9
Run small tests
2020-12-22 14:52:48 +03:00
alesapin
b184141e20
Collect client coverage
2020-12-22 12:22:49 +03:00
alesapin
2d28c8cb60
Better runner
2020-12-22 11:20:57 +03:00
Alexey Milovidov
5bdf287910
Check for conflict markers in docs
2020-12-22 00:55:54 +03:00
alesapin
b10f13f34a
More thread fuzzer
2020-12-21 23:24:16 +03:00
alesapin
8bbb678758
Correctly forward env
2020-12-21 23:12:01 +03:00