← Back to team overview

linux-traipu team mailing list archive

[Bug 794547] Re: drizzle failing sql-bench crash-me test

 

** Changed in: drizzle
       Status: Confirmed => Invalid

** Also affects: drizzle/fremont
   Importance: High
       Status: Invalid

-- 
You received this bug notification because you are a member of UBUNTU -
AL - BR, which is subscribed to Drizzle.
https://bugs.launchpad.net/bugs/794547

Title:
  drizzle failing sql-bench crash-me test

Status in A Lightweight SQL Database for Cloud Infrastructure and Web Applications:
  Invalid
Status in Drizzle fremont series:
  Invalid

Bug description:
  When running the crash-me test as we do in drizzle-automation, we are seeing the following two failures:
  It should be noted that our crash-me jenkins slave has been down for a while and this may have slipped through the cracks.
  Need to maybe do bzrfind to pinpoint the regression.

  To repeat, from the linked branch, run:
  ./dbqp --mode=crashme  

  sql-bench is located in-tree, all you will need is the dbd:drizzle driver installed.
  20110607-225755  ===============================================================
  20110607-225755  TEST NAME                                  [ RESULT ] TIME (ms)
  20110607-225755  ===============================================================
  20110607-225755  main.crashme                               [ fail ]   153271
  20110607-225755  func_extra_to_days=error		# Function TO_DAYS
  20110607-225755  ###
  20110607-225755  ###<select to_days('1996-01-01') from crash_me_d
  20110607-225755  ###>2450084
  20110607-225755  ###We expected '729024' but got '2450084'
  20110607-225755  func_odbc_timestampadd=error		# Function TIMESTAMPADD
  20110607-225755  ###
  20110607-225755  ###<select timestampadd(SQL_TSI_SECOND,1,'1997-01-01 00:00:00')
  20110607-225755  ###>1997-01-01 00:00:01.000000
  20110607-225755  ###We expected '1997-01-01 00:00:01' but got '1997-01-01 00:00:01.000000'
  20110607-225755  ###
  20110607-225755  ###<select {fn timestampadd(SQL_TSI_SECOND,1,{ts '1997-01-01 00:00:00'}) }
  20110607-225755  ###>1997-01-01 00:00:01.000000
  20110607-225755  ###We expected '1997-01-01 00:00:01' but got '1997-01-01 00:00:01.000000'
  20110607-225755  
  20110607-225755 ERROR Failed test.  Use --force to execute beyond the first test failure

To manage notifications about this bug go to:
https://bugs.launchpad.net/drizzle/+bug/794547/+subscriptions


References