Han Fei
454f40ab17
fix test
2022-12-30 16:30:33 +01:00
Han Fei
7bf4c0a386
make test faster
2022-12-28 13:16:35 +01:00
Han Fei
4d8513024c
fix bug that async blocks cleanup not work
2022-12-27 20:12:09 +01:00
Alexey Milovidov
05c27f4e15
Merge pull request #44603 from ClickHouse/runlog
...
Rename `runlog.log` to `run.log` in tests
2022-12-27 15:14:05 +03:00
Alexey Milovidov
2c5485b86e
Merge pull request #44617 from ClickHouse/fix-create_drop_replicated_db_stress
...
Fix test `01111_create_drop_replicated_db_stress`
2022-12-27 15:12:54 +03:00
Alexey Milovidov
c37fc45d07
Merge pull request #44611 from ClickHouse/maybe-fix-bogus-msan-error
...
Maybe fix a bogus MSan error
2022-12-27 15:08:42 +03:00
Alexey Milovidov
2e315b55f2
Merge pull request #44600 from azat/fuzzy-search-prefix
...
Use already written part of the query for fuzzy search (pass to skim)
2022-12-27 15:03:30 +03:00
Alexey Milovidov
4e53ddb2e1
Merge pull request #44340 from ClickHouse/add-test-29386
...
Add a test for #29386
2022-12-27 14:58:59 +03:00
Alexey Milovidov
55131f7ae8
Merge pull request #44341 from ClickHouse/add-test-22929
...
Add a test for #22929
2022-12-27 14:58:28 +03:00
Alexey Milovidov
1b21cc018e
Merge pull request #44342 from ClickHouse/add-test-29883
...
Add a test for #29883
2022-12-27 14:55:14 +03:00
Alexey Milovidov
31348a0c2b
Merge pull request #44355 from ClickHouse/add-test-22160
...
Add a test for #22160
2022-12-27 14:53:46 +03:00
Alexey Milovidov
21d9e7ebc3
Merge pull request #44360 from ClickHouse/add-test-34724
...
Add a test for #34724
2022-12-27 14:53:34 +03:00
Alexey Milovidov
58d849d732
Merge pull request #44356 from ClickHouse/add-test-34708
...
Add a test for #34708
2022-12-27 14:48:58 +03:00
Alexey Milovidov
8d23d2f2f2
Merge pull request #44357 from ClickHouse/add-test-30679
...
Add a test for #30679
2022-12-27 14:46:31 +03:00
Kseniia Sumarokova
b5431e971e
Merge pull request #44519 from jh0x/improve-column-hints
...
Prevent duplicates in column name hints. Improve formatting.
2022-12-27 12:37:19 +01:00
Alexey Milovidov
b11d01dff5
Merge pull request #44599 from ClickHouse/fix-bad-log-message
...
Fix bad log message about MergeTree metadata cache.
2022-12-27 14:35:47 +03:00
Alexey Milovidov
7e447592b1
Merge pull request #44618 from azat/tests/integration/pytest-logging-fix
...
tests/integration: suppress exceptions during logging (due to pytest)
2022-12-27 14:33:37 +03:00
Alexey Milovidov
279a27d626
Merge pull request #44613 from ClickHouse/fix-too-large-allocation
...
Fix "too large allocation" message from MSan
2022-12-27 14:32:31 +03:00
Alexey Milovidov
3342b84321
Merge pull request #44569 from ClickHouse/stack-traces-debug-build
...
Fix extremely slow stack traces in debug build
2022-12-27 14:31:35 +03:00
Alexey Milovidov
d5a29d5d36
Merge pull request #44609 from ClickHouse/fuzz-stress-disable-analyzer
...
Disable Analyzer in fuzz and stress tests
2022-12-27 14:31:23 +03:00
Alexey Milovidov
79d43c836a
Merge pull request #44572 from ClickHouse/fix-hdfs-test
...
Fix HDFS test
2022-12-27 14:31:00 +03:00
Alexey Milovidov
41fc65b47b
Merge pull request #44573 from ClickHouse/fix-distributed-queries-stress
...
Fix test_distributed_queries_stress
2022-12-27 14:30:28 +03:00
alesapin
31460e8684
Merge pull request #44605 from ClickHouse/fix-variable-name
...
Improve variable name
2022-12-27 12:30:02 +01:00
alesapin
ebc022feba
Merge pull request #44604 from ClickHouse/fix-stress-test-hung
...
Fix hung query in stress test
2022-12-27 12:26:21 +01:00
Alexey Milovidov
fdbda368f3
Suggestion from @azat
2022-12-27 12:24:52 +01:00
Alexander Gololobov
8a94bacd82
Merge pull request #44596 from ClickHouse/fix-bad-punctuation-in-log-message
...
Fix bad punctuation in log
2022-12-27 00:01:05 +01:00
Azat Khuzhin
8b2ed0e3cd
tests/integration: disable logging.raiseExceptions
...
Due to pytest play games with logging [1] it is better to ignore it.
[1]: https://github.com/pytest-dev/pytest/issues/5502
This is due to incorrect kazoo client usage (not all clients calls
stop())
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2022-12-26 22:57:54 +01:00
Alexey Milovidov
64bc1899cc
Merge pull request #44612 from den-crane/patch-54
...
Doc. Dict source Null
2022-12-27 00:56:54 +03:00
Alexey Milovidov
37cc622559
Fix test 01111_create_drop_replicated_db_stress
2022-12-26 22:54:41 +01:00
Alexey Milovidov
a92a9b4d55
Merge pull request #44535 from azat/tests/integration-dmesg
...
tests: capture dmesg in integration tests
2022-12-26 23:49:02 +03:00
Alexey Milovidov
3a4d4703d6
Fix "too large allocation" message from MSan
2022-12-26 21:21:58 +01:00
Denny Crane
850f77f4d2
Update external-dicts-dict-sources.md
2022-12-26 16:21:36 -04:00
Alexey Milovidov
e1e1448143
Maybe fix a bogus MSan error
2022-12-26 20:26:55 +01:00
Alexey Milovidov
c5155b8d32
Merge pull request #44442 from Avogar/csv-bool-crlf
...
Fix reading bool value with CRLF in CSV format
2022-12-26 21:25:18 +03:00
Alexey Milovidov
a0753cbca2
Disable analyzer in fuzz and stress tests
2022-12-26 19:04:10 +01:00
Alexey Milovidov
52b306d544
Improve variable name
2022-12-26 18:00:18 +01:00
Alexey Milovidov
ba07b57722
Merge branch 'master' into fix-bad-log-message
2022-12-26 19:21:00 +03:00
Alexey Milovidov
3ca585c907
Update CMakeLists.txt
2022-12-26 19:17:13 +03:00
Alexey Milovidov
47cc08ada3
Fix hung query in stress test
2022-12-26 16:46:51 +01:00
Alexey Milovidov
6ba360be71
Rename runlog.log to run.log
2022-12-26 16:29:32 +01:00
alesapin
3555017336
Merge pull request #44564 from ClickHouse/turn_offable_bc_check
...
Make BC check optional (if env var set)
2022-12-26 16:15:13 +01:00
alesapin
6339f4f429
Revert "Disable BC check for asan (just test)"
...
This reverts commit 60408d6543
.
2022-12-26 16:14:29 +01:00
alesapin
d8924f0b0e
Merge pull request #44578 from ClickHouse/check-bad-index-granularity
...
Check for bad index granularity
2022-12-26 15:20:36 +01:00
Azat Khuzhin
4d17510fca
Use already written part of the query for fuzzy search (pass to skim)
...
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2022-12-26 14:52:38 +01:00
Alexey Milovidov
b218d549bf
Fix bad log message
2022-12-26 13:56:09 +01:00
Alexey Milovidov
b6bf942f70
Fix bad punctuation in log
2022-12-26 13:35:44 +01:00
Alexey Milovidov
a06c8268ea
Remove the offender
2022-12-26 11:28:26 +01:00
Yakov Olkhovskiy
280e14456f
Merge pull request #44026 from ClickHouse/bug-ephemeral-default
...
Support expression for EPHEMERAL (currently only literal is supported)
2022-12-25 18:59:38 -05:00
Yakov Olkhovskiy
24eeaa500b
Merge pull request #44502 from mayamika/add-null-dictionary-source
...
Add null dictionary source
2022-12-25 17:02:37 -05:00
alesapin
211c6062bc
Fix
2022-12-25 19:37:02 +01:00