Fixed 01030_storage_s3_syntax stateless test.

This commit is contained in:
Vladimir Chebotarev 2019-12-01 15:35:04 +03:00
parent d0760bc169
commit 03ec61fff3

View File

@ -2,7 +2,7 @@ drop table if exists test_table_s3_syntax
;
create table test_table_s3_syntax (id UInt32) ENGINE = S3('')
; -- { serverError 42 }
create table test_table_s3_syntax (id UInt32) ENGINE = S3('','','','')
create table test_table_s3_syntax (id UInt32) ENGINE = S3('','','','','','')
; -- { serverError 42 }
drop table if exists test_table_s3_syntax
;