Subject: | Tests fail (with older Exception::DB and/or QBit::Application::Model::DB?) |
On some of my smokers the test suite is failing:
# Failed test 'Check create_sql'
# at t/clickhouse.t line 37.
# +---+------------------------------------------------------------------------------------+---------------------------------------------------------------+
# | Ln|Got |Expected |
# +---+------------------------------------------------------------------------------------+---------------------------------------------------------------+
# | 1|'CREATE TABLE `stat` ( |'CREATE TABLE `stat` ( |
# | 2| `f_date` Date, | `f_date` Date, |
# | 3| `f_string` FixedString(512), | `f_string` FixedString(512), |
# | 4| `f_uint8` UInt8, | `f_uint8` UInt8, |
# | 5| `f_uint32` UInt32, | `f_uint32` UInt32, |
# | 6| `f_enum` Enum8(\'one\' = 1, \'two\' = 2) | `f_enum` Enum8(\'one\' = 1, \'two\' = 2) |
# * 7|) ENGINE = MergeTree(`stat`.`f_date`, (`stat`.`f_date` , `stat`.`f_uint8`), 8192); |) ENGINE = MergeTree(`f_date`, (`f_date` , `f_uint8`), 8192); *
# | 8|' |' |
# +---+------------------------------------------------------------------------------------+---------------------------------------------------------------+
# Looks like you failed 1 test of 36.
t/clickhouse.t ..
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/36 subtests
This seems to happen if either Exception::DB or QBit::Application::Model::DB is too old:
****************************************************************
Regression 'mod:Exception::DB'
****************************************************************
Name Theta StdErr T-stat
[0='const'] 0.0000 0.0000 0.00
[1='eq_0.015'] 0.0000 0.0000 0.00
[2='eq_0.016'] 0.0000 0.0000 0.00
[3='eq_0.018'] 0.0000 0.0000 0.00
[4='eq_0.019'] 1.0000 0.0000 12030765708107298.00
R^2= 1.000, N= 55, K= 5
****************************************************************
****************************************************************
Regression 'mod:QBit::Application::Model::DB'
****************************************************************
Name Theta StdErr T-stat
[0='const'] 0.0000 0.0000 0.00
[1='eq_0.015'] 0.0000 0.0000 0.00
[2='eq_0.016'] 0.0000 0.0000 0.00
[3='eq_0.018'] 0.0000 0.0000 0.00
[4='eq_0.019'] 1.0000 0.0000 12030765708107298.00
R^2= 1.000, N= 55, K= 5
****************************************************************