mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Fix flappy test, because dictionaries are loaded lazily
This commit is contained in:
parent
7b8443710d
commit
172bbb1a2f
@ -1,2 +1,3 @@
|
||||
INITIALIZING DICTIONARY
|
||||
1
|
||||
1 10
|
||||
|
@ -36,6 +36,8 @@ LAYOUT(FLAT());
|
||||
|
||||
SELECT 'INITIALIZING DICTIONARY';
|
||||
|
||||
SELECT dictGetUInt8('ordinary_db.dict1', 'second_column', toUInt64(100500));
|
||||
|
||||
SELECT lifetime_min, lifetime_max FROM system.dictionaries WHERE name = 'dict1';
|
||||
|
||||
DROP DICTIONARY IF EXISTS ordinary_db.dict1;
|
||||
|
Loading…
Reference in New Issue
Block a user