← Back to team overview

ubuntu-server-iso-testing-dev team mailing list archive

[Bug 897770] [NEW] MySQL tests fail on Precise, incorrect output

 

Public bug reported:

This affects both AMD64 and i386:


<testsuite errors="0" failures="3" name="" tests="5" time="0.051">
<testcase classname="test.LampTest" name="testApache" time="0.003"/>
<testcase classname="test.LampTest" name="testModPhp" time="0.009"/>
<testcase classname="test.LampTest" name="testMysqlSelectFromUsers" time="0.008">
<failure type="testtools.testresult.real._StringException">_StringException: Text attachment: traceback
------------
Traceback (most recent call last):
  File "test.py", line 63, in testMysqlSelectFromUsers
    self.assertEquals(len(output.strip().split("\n")), 4)
AssertionError: 7 != 4
------------

</failure>
</testcase>
<testcase classname="test.LampTest" name="testMysqlShowDatabases" time="0.007">
<failure type="testtools.testresult.real._StringException">_StringException: Text attachment: traceback
------------
Traceback (most recent call last):
  File "test.py", line 47, in testMysqlShowDatabases
    ["information_schema", "mysql"])
AssertionError: Lists differ: ['information_schema', 'mysql'... != ['information_schema', 'mysql'...

First list contains 2 additional elements.
First extra element 2:
performance_schema

- ['information_schema', 'mysql', 'performance_schema', 'test']
+ ['information_schema', 'mysql']
------------

</failure>
</testcase>
<testcase classname="test.LampTest" name="testMysqlShowTables" time="0.006">
<failure type="testtools.testresult.real._StringException">_StringException: Text attachment: traceback
------------
Traceback (most recent call last):
  File "test.py", line 55, in testMysqlShowTables
    self.assertEquals(len(output.strip().split("\n")), 23)
AssertionError: 24 != 23
------------

</failure>
</testcase>
</testsuite>

** Affects: ubuntu-server-iso-testing
     Importance: High
         Status: Triaged


** Tags: qa-install-testing

-- 
You received this bug notification because you are a member of Ubuntu
Server Iso Testing Developers, which is the registrant for ubuntu-
server-iso-testing.
https://bugs.launchpad.net/bugs/897770

Title:
  MySQL tests fail on Precise, incorrect output

Status in Automated testing of Ubuntu ISO images:
  Triaged

Bug description:
  This affects both AMD64 and i386:

  
  <testsuite errors="0" failures="3" name="" tests="5" time="0.051">
  <testcase classname="test.LampTest" name="testApache" time="0.003"/>
  <testcase classname="test.LampTest" name="testModPhp" time="0.009"/>
  <testcase classname="test.LampTest" name="testMysqlSelectFromUsers" time="0.008">
  <failure type="testtools.testresult.real._StringException">_StringException: Text attachment: traceback
  ------------
  Traceback (most recent call last):
    File "test.py", line 63, in testMysqlSelectFromUsers
      self.assertEquals(len(output.strip().split("\n")), 4)
  AssertionError: 7 != 4
  ------------

  </failure>
  </testcase>
  <testcase classname="test.LampTest" name="testMysqlShowDatabases" time="0.007">
  <failure type="testtools.testresult.real._StringException">_StringException: Text attachment: traceback
  ------------
  Traceback (most recent call last):
    File "test.py", line 47, in testMysqlShowDatabases
      ["information_schema", "mysql"])
  AssertionError: Lists differ: ['information_schema', 'mysql'... != ['information_schema', 'mysql'...

  First list contains 2 additional elements.
  First extra element 2:
  performance_schema

  - ['information_schema', 'mysql', 'performance_schema', 'test']
  + ['information_schema', 'mysql']
  ------------

  </failure>
  </testcase>
  <testcase classname="test.LampTest" name="testMysqlShowTables" time="0.006">
  <failure type="testtools.testresult.real._StringException">_StringException: Text attachment: traceback
  ------------
  Traceback (most recent call last):
    File "test.py", line 55, in testMysqlShowTables
      self.assertEquals(len(output.strip().split("\n")), 23)
  AssertionError: 24 != 23
  ------------

  </failure>
  </testcase>
  </testsuite>

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-server-iso-testing/+bug/897770/+subscriptions


Follow ups

References