]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Fix comparison of Variant and other type in test_model_sync
authorAKamyshnikova <akamyshnikova@mirantis.com>
Wed, 16 Dec 2015 12:32:45 +0000 (15:32 +0300)
committerHenry Gessau <gessau@gmail.com>
Wed, 16 Dec 2015 23:52:12 +0000 (18:52 -0500)
commitb8d281a303ca12440aebb55895ebb192d25cecf8
tree9863928287c2336809b4d9ce799bd4bd604b420e
parentab8adcf69380d1042c3440fe40b8a886fb855f45
Fix comparison of Variant and other type in test_model_sync

Tests TestModelsMigrations failed on comparation Variant type and
BigInteger after alembic 0.8.4 release.
Current change corrected compare_type for such case.

Closes-bug: #1526675

Co-Authored-By: Ihar Hrachyshka <ihrachys@redhat.com>
Change-Id: I7ae7aaf053a81f487d9ec14859700806fa4f9017
neutron/tests/functional/db/test_migrations.py