Reviewed: https://review.openstack.org/467105 Committed: https://git.openstack.org/cgit/openstack/zun/commit/?id=516127040eae162add5dcffe80d0d55be80a62d4 Submitter: Jenkins Branch: master
commit 516127040eae162add5dcffe80d0d55be80a62d4 Author: jiangpengcheng <[email protected]> Date: Tue May 23 06:01:49 2017 -0400 Tests: remove .testrepository/times.dbm in tox.ini Existance of this file causes py3* tests to fail if run after py27. This patch adds cleaning up of this file before running py3* tests. Closes-Bug: #1229445 Change-Id: I9e908f2520c39c2f97fc5a841d604a0cf4406621 ** Changed in: zun Status: New => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchpad.net/bugs/1229445 Title: db type could not be determined Status in Ironic: Fix Released Status in Magnum: Fix Released Status in OpenStack Compute (nova): Fix Released Status in Testrepository: Triaged Status in Zun: Fix Released Bug description: In openstack/python-novaclient project, run test in py27 env, then run test in py33 env, the following error will stop test: db type could not be determined But, if you run "tox -e py33" fist, then run "tox -e py27", it will be fine, no error. workaround: remove the file in .testrepository/times.dbm, then run py33 test, it will be fine. To manage notifications about this bug go to: https://bugs.launchpad.net/ironic/+bug/1229445/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

