yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #33964
[Bug 1467275] [NEW] Full stack tests should run in their own job
Public bug reported:
tox -e dsvm-functional currently runs both functional and fullstack tests, because of this piece of code:
http://git.openstack.org/cgit/openstack/neutron/tree/neutron/tests/functional/__init__.py
This means that functional and fullstack tests can run in parallel in different workers. This is causing bad interaction as evident from this run:
http://logs.openstack.org/32/190832/6/check/check-neutron-dsvm-functional/b977f76/
I think that this sort of interaction is to be expected, and it's not
worth trying to fix it. I think that fullstack tests should run in a
separate job.
** Affects: neutron
Importance: High
Assignee: Assaf Muller (amuller)
Status: New
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1467275
Title:
Full stack tests should run in their own job
Status in OpenStack Neutron (virtual network service):
New
Bug description:
tox -e dsvm-functional currently runs both functional and fullstack tests, because of this piece of code:
http://git.openstack.org/cgit/openstack/neutron/tree/neutron/tests/functional/__init__.py
This means that functional and fullstack tests can run in parallel in different workers. This is causing bad interaction as evident from this run:
http://logs.openstack.org/32/190832/6/check/check-neutron-dsvm-functional/b977f76/
I think that this sort of interaction is to be expected, and it's not
worth trying to fix it. I think that fullstack tests should run in a
separate job.
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1467275/+subscriptions
Follow ups
References