Alexey Milovidov
ea0052aba5
Fix error in fuzzer
2021-01-20 03:02:58 +03:00
Alexander Kuzmenkov
20dd97b4b4
Update run-fuzzer.sh
2021-01-19 21:02:31 +03:00
Alexander Kuzmenkov
f5931a2289
Merge pull request #19236 from ClickHouse/aku/echo-leading
...
Make `-- { echo }` hint preserve leading comments
2021-01-19 20:20:58 +03:00
Yatsishin Ilya
a565638129
stop server
2021-01-19 17:37:27 +03:00
Yatsishin Ilya
2e9c27eaf6
fix tar
2021-01-19 14:42:56 +03:00
Yatsishin Ilya
2a924c1186
ls
2021-01-19 13:31:23 +03:00
Yatsishin Ilya
3ae8d37e83
better
2021-01-19 12:48:05 +03:00
Yatsishin Ilya
b32f6cdf10
Merge remote-tracking branch 'origin' into add-sqlancer-test-docker
2021-01-19 11:20:12 +03:00
alexey-milovidov
eabc90075c
Update run-fuzzer.sh
2021-01-18 21:57:45 +03:00
alexey-milovidov
179158ac5a
Update run-fuzzer.sh
2021-01-18 18:24:05 +03:00
Yatsishin Ilya
e590509d67
Merge remote-tracking branch 'origin' into add-sqlancer-test-docker
2021-01-18 17:24:59 +03:00
Alexander Kuzmenkov
c153268da7
Make -- { echo }
hint preserve leading comments.
2021-01-18 15:15:46 +03:00
Alexey Milovidov
3289078ead
Merge branch 'master' into aggressive-fuzz-new-tests
2021-01-18 14:04:00 +03:00
Alexey Milovidov
c595a3deaa
Update images.json
2021-01-17 23:57:30 +03:00
Alexey Milovidov
2c96fc53f5
Make symbolizers available in fuzzer Docker image
2021-01-17 23:54:00 +03:00
alexey-milovidov
b3d137471e
Merge branch 'master' into aggressive-fuzz-new-tests
2021-01-16 23:56:44 +03:00
Alexey Milovidov
909873b45c
Prepare Fuzzer to run with different builds
2021-01-16 23:54:39 +03:00
alexey-milovidov
ea5e7d98a4
Update run-fuzzer.sh
2021-01-16 23:47:01 +03:00
alexey-milovidov
41c77b4775
Update run-fuzzer.sh
2021-01-16 22:01:29 +03:00
alexey-milovidov
b226a4ed4d
Update run-fuzzer.sh
2021-01-16 19:36:08 +03:00
Alexey Milovidov
52a05f4b5d
Extreme fuzzing of newly added tests
2021-01-16 18:03:32 +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
Yatsishin Ilya
fd309086c6
add logs to output
2021-01-15 17:36:27 +03:00
Yatsishin Ilya
28b1447738
fix
2021-01-15 16:01:22 +03:00
Yatsishin Ilya
ea1f15f619
Merge remote-tracking branch 'origin' into add-sqlancer-test-docker
2021-01-15 15:25:46 +03:00
Yatsishin Ilya
ea853cea6c
fix
2021-01-15 14:03:59 +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
Yatsishin Ilya
8b2768fbb0
More tests
2021-01-14 18:37:15 +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