Merge branch 'ClickHouse:master' into fix_test_00080_show_tables_and_system_tables

This commit is contained in:
Yarik Briukhovetskyi 2024-08-23 01:42:16 +02:00 committed by GitHub
commit 13680b3c5f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 2 additions and 4 deletions

View File

@ -70,7 +70,7 @@ SELECT '{"a" : {"b" : 42},"c" : [1, 2, 3], "d" : "Hello, World!"}'::JSON as json
└────────────────────────────────────────────────┘
```
CAST from named `Tuple`, `Map` and `Object('json')` to `JSON` type will be supported later.
CAST from `JSON`, named `Tuple`, `Map` and `Object('json')` to `JSON` type will be supported later.
## Reading JSON paths as subcolumns

View File

@ -339,7 +339,7 @@ export -f run_tests
if [ "$NUM_TRIES" -gt "1" ]; then
# We don't run tests with Ordinary database in PRs, only in master.
# So run new/changed tests with Ordinary at least once in flaky check.
NUM_TRIES=1; USE_DATABASE_ORDINARY=1; run_tests \
NUM_TRIES=1 USE_DATABASE_ORDINARY=1 run_tests \
| sed 's/All tests have finished/Redacted: a message about tests finish is deleted/' | sed 's/No tests were run/Redacted: a message about no tests run is deleted/' ||:
fi

View File

@ -1,11 +1,9 @@
v24.8.2.3-lts 2024-08-22
v24.8.1.2684-lts 2024-08-21
v24.7.3.47-stable 2024-08-22
v24.7.3.42-stable 2024-08-08
v24.7.2.13-stable 2024-08-01
v24.7.1.2915-stable 2024-07-30
v24.6.3.95-stable 2024-08-06
v24.6.3.38-stable 2024-08-22
v24.6.2.17-stable 2024-07-05
v24.6.1.4423-stable 2024-07-01
v24.5.5.78-stable 2024-08-05

1 v24.8.2.3-lts 2024-08-22
2 v24.8.1.2684-lts 2024-08-21
v24.7.3.47-stable 2024-08-22
3 v24.7.3.42-stable 2024-08-08
4 v24.7.2.13-stable 2024-08-01
5 v24.7.1.2915-stable 2024-07-30
6 v24.6.3.95-stable 2024-08-06
v24.6.3.38-stable 2024-08-22
7 v24.6.2.17-stable 2024-07-05
8 v24.6.1.4423-stable 2024-07-01
9 v24.5.5.78-stable 2024-08-05