Bug #78962 | unittest test_version_tokens fails on configuring server | ||
---|---|---|---|
Submitted: | 26 Oct 2015 11:35 | Modified: | 3 Nov 2015 19:43 |
Reporter: | Ingo Strüwing | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Fabric | Severity: | S3 (Non-critical) |
Version: | 1.6.2 | OS: | Any |
Assigned to: | CPU Architecture: | Any |
[26 Oct 2015 11:35]
Ingo Strüwing
[3 Nov 2015 19:43]
Philip Olson
Fixed as of the upcoming MySQL Fabric 1.6.3 release, and here's the changelog entry: Some version token unit test values resulted in unexpected values. The MySQLServer object is now instantiated with the default status of SPARE instead of CONFIGURING, to account as an "active" status. In addition, setup_xmlrpc() was added to setUp() to initialize passwords, thus allowing the tests to be run on their own. Thank you for the bug report.