Activity log for bug #1508519

Date Who What changed Old value New value Message
2015-10-21 15:26:55 Eva Balycheva bug added bug
2015-10-21 15:37:39 Eva Balycheva zaqar: assignee Eva Balycheva (ubershy)
2015-10-23 17:50:03 Eva Balycheva description For example, lets perform MongodbFlavorsTest from zaqar.tests.unit.storage.test_impl_mongodb package under python 2, using this command: tox -r -epy27 -- MongodbFlavorsTest The log is normal: http://paste.openstack.org/show/JWTgydALfVxPw37oQ1bf/ And now let's try to do the same under python 3. tox -r -epy27 -- MongodbFlavorsTest The log is not normal, because no tests are performed: http://paste.openstack.org/show/lSim4UIq4OF8eV8VwRPn/ The problem occurs because some environment variables are not defined in tox.ini for py34 environment. These variables are: ZAQAR_TEST_MONGODB=1 ZAQAR_TEST_SLOW=1 And when these variables are not defined, many tests are being skipped during testing. For example, lets perform MongodbFlavorsTest from zaqar.tests.unit.storage.test_impl_mongodb package under python 2, using this command: tox -r -epy27 -- MongodbFlavorsTest The log is normal: http://paste.openstack.org/show/JWTgydALfVxPw37oQ1bf/ And now let's try to do the same under python 3. tox -r -epy34 -- MongodbFlavorsTest The log is not normal, because no tests are performed: http://paste.openstack.org/show/lSim4UIq4OF8eV8VwRPn/ The problem occurs because some environment variables are not defined in tox.ini for py34 environment. These variables are: ZAQAR_TEST_MONGODB=1 ZAQAR_TEST_SLOW=1 And when these variables are not defined, many tests are being skipped during testing.
2015-10-23 17:54:22 Eva Balycheva description For example, lets perform MongodbFlavorsTest from zaqar.tests.unit.storage.test_impl_mongodb package under python 2, using this command: tox -r -epy27 -- MongodbFlavorsTest The log is normal: http://paste.openstack.org/show/JWTgydALfVxPw37oQ1bf/ And now let's try to do the same under python 3. tox -r -epy34 -- MongodbFlavorsTest The log is not normal, because no tests are performed: http://paste.openstack.org/show/lSim4UIq4OF8eV8VwRPn/ The problem occurs because some environment variables are not defined in tox.ini for py34 environment. These variables are: ZAQAR_TEST_MONGODB=1 ZAQAR_TEST_SLOW=1 And when these variables are not defined, many tests are being skipped during testing. For example, lets perform MongodbFlavorsTest from: zaqar.tests.unit.storage.test_impl_mongodb package under python 2 using this command: tox -r -epy27 -- MongodbFlavorsTest The log is normal: http://paste.openstack.org/show/JWTgydALfVxPw37oQ1bf/ And now let's try to do the same under python 3. tox -r -epy34 -- MongodbFlavorsTest The log is not normal because no tests were performed: http://paste.openstack.org/show/lSim4UIq4OF8eV8VwRPn/ The problem occurs because some environment variables are not defined in tox.ini for py34 environment. These variables are: ZAQAR_TEST_MONGODB=1 ZAQAR_TEST_SLOW=1 And when these variables are not defined, many tests are being skipped during testing.
2015-10-23 17:54:37 Eva Balycheva description For example, lets perform MongodbFlavorsTest from: zaqar.tests.unit.storage.test_impl_mongodb package under python 2 using this command: tox -r -epy27 -- MongodbFlavorsTest The log is normal: http://paste.openstack.org/show/JWTgydALfVxPw37oQ1bf/ And now let's try to do the same under python 3. tox -r -epy34 -- MongodbFlavorsTest The log is not normal because no tests were performed: http://paste.openstack.org/show/lSim4UIq4OF8eV8VwRPn/ The problem occurs because some environment variables are not defined in tox.ini for py34 environment. These variables are: ZAQAR_TEST_MONGODB=1 ZAQAR_TEST_SLOW=1 And when these variables are not defined, many tests are being skipped during testing. For example, lets perform MongodbFlavorsTest from: zaqar.tests.unit.storage.test_impl_mongodb package under python 2 using this command: tox -r -epy27 -- MongodbFlavorsTest The log is normal: http://paste.openstack.org/show/JWTgydALfVxPw37oQ1bf/ And now let's try to do the same under python 3. tox -r -epy34 -- MongodbFlavorsTest The log is not normal because no tests were performed: http://paste.openstack.org/show/lSim4UIq4OF8eV8VwRPn/ The problem occurs because some environment variables are not defined in tox.ini for py34 environment. These variables are: ZAQAR_TEST_MONGODB=1 ZAQAR_TEST_SLOW=1 And when these variables are not defined, many tests are being skipped during testing.
2015-11-04 02:09:02 Feilong Wang zaqar: status New Confirmed
2015-11-04 02:09:15 Feilong Wang zaqar: importance Undecided Medium
2015-11-05 18:09:33 OpenStack Infra zaqar: status Confirmed In Progress
2015-11-18 18:09:48 OpenStack Infra zaqar: status In Progress Fix Committed
2015-12-04 14:35:59 Thierry Carrez zaqar: status Fix Committed Fix Released