← Back to team overview

linux-traipu team mailing list archive

[Bug 972753] [NEW] kewpie crashme doesn't need to be a mysqlBaseTestCase

 

Public bug reported:

The test case for our crashme suite currently uses mysqlBaseTestCase as
it's source.  However, we don't need any of the functionality provided
by this class and the requirement for MySQLdb is cumbersome.

By making this a unittest.TestCase, we eliminate the issue and pave the
way for dbqp removal.

** Affects: drizzle
     Importance: Medium
     Assignee: Patrick Crews (patrick-crews)
         Status: Fix Committed

** Affects: drizzle/7.1
     Importance: Medium
         Status: Fix Committed

** Branch linked: lp:~patrick-crews/drizzle/qp-crashme-fix

** Changed in: drizzle
   Importance: Undecided => Medium

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

** Changed in: drizzle
     Assignee: (unassigned) => Patrick Crews (patrick-crews)

** Changed in: drizzle
    Milestone: None => 7.1.33

** Also affects: drizzle/7.1
   Importance: Undecided
       Status: New

** Changed in: drizzle/7.1
    Milestone: None => 7.1.33

** Changed in: drizzle/7.1
       Status: New => Fix Committed

** Changed in: drizzle/7.1
   Importance: Undecided => Medium

** Changed in: drizzle
       Status: Confirmed => Fix Committed

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

Title:
  kewpie crashme doesn't need to be a mysqlBaseTestCase

Status in A Lightweight SQL Database for Cloud Infrastructure and Web Applications:
  Fix Committed
Status in Drizzle 7.1 series:
  Fix Committed

Bug description:
  The test case for our crashme suite currently uses mysqlBaseTestCase
  as it's source.  However, we don't need any of the functionality
  provided by this class and the requirement for MySQLdb is cumbersome.

  By making this a unittest.TestCase, we eliminate the issue and pave
  the way for dbqp removal.

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


Follow ups

References