Bug #75217 Fabric unittests please do precautionary cleanup
Submitted: 15 Dec 2014 16:05 Modified: 4 Mar 2015 2:58
Reporter: Ingo Strüwing Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Fabric Severity:S3 (Non-critical)
Version: OS:Any
Assigned to: CPU Architecture:Any

[15 Dec 2014 16:05] Ingo Strüwing
Description:
After an interrupted test suite, the Fabric database exists on the backing store.

One cannot start a new test suite if that database exists.

As a first step of the test program, please DROP DATABASE IF EXISTS 'fabric' on the backing store.

How to repeat:
Interrupt a test suite and start it again.
[4 Mar 2015 2:58] Philip Olson
Posted by developer:
 
Fixed as of the upcoming MySQL Fabric 1.5.4 / 1.6.1 release, and here's the changelog entry:

With Fabric, an interrupted test suite caused future executions of the
test suite to fail due to test database remnants. The test suite now drops
existing test databases and test users before creating new ones.

Thank you for the bug report.