Skip Menu |

This queue is for tickets about the QBit-Application-Model-DB-clickhouse CPAN distribution.

Report information
The Basics
Id: 123073
Status: open
Priority: 0/
Queue: QBit-Application-Model-DB-clickhouse

People
Owner: MADSKILL [...] cpan.org
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in:
  • 0.004
  • 0.005
Fixed in:
  • 0.005
  • 0.006



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 ****************************************************************
On 2017-09-19 12:49:23, SREZIC wrote: Show quoted text
> 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 > ****************************************************************
I have to reopen --- this seems to be still an issue with 0.005. See also: http://analysis.cpantesters.org/solved?distv=QBit-Application-Model-DB-clickhouse-0.005
On 2017-12-27 13:50:28, SREZIC wrote: Show quoted text
> On 2017-09-19 12:49:23, SREZIC wrote:
> > 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 > > ****************************************************************
> > I have to reopen --- this seems to be still an issue with 0.005. See > also: > http://analysis.cpantesters.org/solved?distv=QBit-Application-Model- > DB-clickhouse-0.005
I see the same problem also with 0.006.
On 2018-01-07 06:42:43, SREZIC wrote: Show quoted text
> On 2017-12-27 13:50:28, SREZIC wrote:
> > On 2017-09-19 12:49:23, SREZIC wrote:
> > > 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 > > > ****************************************************************
> > > > I have to reopen --- this seems to be still an issue with 0.005. See > > also: > > http://analysis.cpantesters.org/solved?distv=QBit-Application-Model- > > DB-clickhouse-0.005
> > I see the same problem also with 0.006.
And with 0.007.