update test

This commit is contained in:
flynn 2023-02-15 02:38:35 +00:00
parent 50dace9571
commit 4eacbecc16

View File

@ -15,7 +15,7 @@ SELECT * FROM test_2554_tinylog;
DROP TABLE test_2554_tinylog;
DROP TABLE IF EXISTS test_2554_stripelog;
CREATE TABLE test_2554_stripelog (n UInt32) ENGINE = StripeLog SETTINGS storage_policy = 'default';
CREATE TABLE test_2554_stripelog (n UInt32) ENGINE = StripeLog SETTINGS storage_policy = 's3_cache';
INSERT INTO test_2554_stripelog SELECT 1;
SELECT * FROM test_2554_stripelog;