mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Minor fixes to the tests
This commit is contained in:
parent
f1a438ca63
commit
aa6ea037f4
@ -143,16 +143,13 @@ extra_ops =\
|
||||
],
|
||||
'arg':
|
||||
[
|
||||
'1',
|
||||
'-1',
|
||||
# 'toUInt8(1)',
|
||||
# 'toInt8(-1)',
|
||||
# 'toUInt16(1)',
|
||||
# 'toInt16(-1)',
|
||||
# 'toUInt32(1)',
|
||||
# 'toInt32(-1)',
|
||||
# 'toUInt64(1)',
|
||||
'toInt64(1)',
|
||||
'toUInt8(1)',
|
||||
'toInt8(-1)',
|
||||
'toUInt16(1)',
|
||||
'toInt16(-1)',
|
||||
'toUInt32(1)',
|
||||
'toInt32(-1)',
|
||||
'toUInt64(1)',
|
||||
'toInt64(-1)'
|
||||
],
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user