Skip Menu |

This queue is for tickets about the BenchmarkAnything-Storage-Frontend-Lib CPAN distribution.

Report information
The Basics
Id: 116664
Status: new
Priority: 0/
Queue: BenchmarkAnything-Storage-Frontend-Lib

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.016
Fixed in: (no value)



Subject: Tests started to fail (wtih BenchmarkAnything::Storage::Backend::SQL 0.018?)
The t/lib.t test started to fail: # # Using DSN: 'dbi:SQLite:t/benchmarkanything.sqlite' # # ========== Test lib config ========== # # ========== Test typical queries ========== # # ========== Metric names ========== # # ========== Complete single data points ========== # Failed test 'getpoint - expected key/value pairs' # at t/lib.t line 145. # Comparing $data as a Set # Extra: 'CREATED_AT', 'VALUE_ID' # # ========== Internals: additional keys ========== # # ========== Internals: operators ========== # # ========== Stats ========== # Looks like you failed 1 test of 106. t/lib.t ................... Dubious, test returned 1 (wstat 256, 0x100) Failed 1/106 subtests analysis.cpantesters.org does not have any results, but analysis on my own pass/fail reports suggest that BenchmarkAnything::Storage::Backend::SQL 0.018 is causing the problem: **************************************************************** Regression 'mod:BenchmarkAnything::Storage::Backend::SQL' **************************************************************** Name Theta StdErr T-stat [0='const'] 1.0000 0.0000 85204816113114992.00 [1='eq_0.018'] -1.0000 0.0000 -31321913339588096.00 R^2= 1.000, N= 74, K= 2 ****************************************************************
On 2016-08-02 13:32:13, SREZIC wrote: Show quoted text
> The t/lib.t test started to fail: > > # > # Using DSN: 'dbi:SQLite:t/benchmarkanything.sqlite' > # > # ========== Test lib config ========== > # > # ========== Test typical queries ========== > # > # ========== Metric names ========== > # > # ========== Complete single data points ========== > > # Failed test 'getpoint - expected key/value pairs' > # at t/lib.t line 145. > # Comparing $data as a Set > # Extra: 'CREATED_AT', 'VALUE_ID' > # > # ========== Internals: additional keys ========== > # > # ========== Internals: operators ========== > # > # ========== Stats ========== > # Looks like you failed 1 test of 106. > t/lib.t ................... > Dubious, test returned 1 (wstat 256, 0x100) > Failed 1/106 subtests > > > analysis.cpantesters.org does not have any results, but analysis on my > own pass/fail reports suggest that > BenchmarkAnything::Storage::Backend::SQL 0.018 is causing the problem: > > **************************************************************** > Regression 'mod:BenchmarkAnything::Storage::Backend::SQL' > **************************************************************** > Name Theta StdErr T-stat > [0='const'] 1.0000 0.0000 85204816113114992.00 > [1='eq_0.018'] -1.0000 0.0000 -31321913339588096.00 > > R^2= 1.000, N= 74, K= 2 > ****************************************************************
In the meanwhile analysis has some results: http://analysis.cpantesters.org/solved?distv=BenchmarkAnything-Storage-Frontend-Lib-0.016#mod%3ABenchmarkAnything%3A%3AStorage%3A%3ABackend%3A%3ASQL
On 2016-09-18 07:15:23, SREZIC wrote: Show quoted text
> On 2016-08-02 13:32:13, SREZIC wrote:
> > The t/lib.t test started to fail: > > > > # > > # Using DSN: 'dbi:SQLite:t/benchmarkanything.sqlite' > > # > > # ========== Test lib config ========== > > # > > # ========== Test typical queries ========== > > # > > # ========== Metric names ========== > > # > > # ========== Complete single data points ========== > > > > # Failed test 'getpoint - expected key/value pairs' > > # at t/lib.t line 145. > > # Comparing $data as a Set > > # Extra: 'CREATED_AT', 'VALUE_ID' > > # > > # ========== Internals: additional keys ========== > > # > > # ========== Internals: operators ========== > > # > > # ========== Stats ========== > > # Looks like you failed 1 test of 106. > > t/lib.t ................... > > Dubious, test returned 1 (wstat 256, 0x100) > > Failed 1/106 subtests > > > > > > analysis.cpantesters.org does not have any results, but analysis on > > my > > own pass/fail reports suggest that > > BenchmarkAnything::Storage::Backend::SQL 0.018 is causing the > > problem: > > > > **************************************************************** > > Regression 'mod:BenchmarkAnything::Storage::Backend::SQL' > > **************************************************************** > > Name Theta StdErr T-stat > > [0='const'] 1.0000 0.0000 85204816113114992.00 > > [1='eq_0.018'] -1.0000 0.0000 -31321913339588096.00 > > > > R^2= 1.000, N= 74, K= 2 > > ****************************************************************
> > In the meanwhile analysis has some results: > http://analysis.cpantesters.org/solved?distv=BenchmarkAnything- > Storage-Frontend-Lib- > 0.016#mod%3ABenchmarkAnything%3A%3AStorage%3A%3ABackend%3A%3ASQL
With the current version (0.022) it's the other way around: it fails with older BenchmarkAnything::Storage::Backend::SQL and passes with newer: **************************************************************** Regression 'mod:BenchmarkAnything::Storage::Backend::SQL' **************************************************************** Name Theta StdErr T-stat [0='const'] 0.0000 0.0000 10.77 [1='eq_0.024'] 1.0000 0.0000 40099537193039728.00 R^2= 1.000, N= 60, K= 2 ****************************************************************