*** openstack has joined #openstack-qa | 19:32 | |
*** kashyap has joined #openstack-qa | 19:32 | |
*** mkollaro has joined #openstack-qa | 19:35 | |
*** klrmn has joined #openstack-qa | 19:35 | |
*** HenryG_ has quit IRC | 19:41 | |
*** HenryG_ has joined #openstack-qa | 19:41 | |
*** afazekas is now known as afazekas_zz | 19:41 | |
openstackgerrit | Sean Dague proposed a change to openstack-dev/devstack: make install_heatclient like other client installs https://review.openstack.org/38690 | 19:43 |
---|---|---|
openstackgerrit | Sean Dague proposed a change to openstack-dev/devstack: ensure all horizon needed clients are installed from git https://review.openstack.org/38691 | 19:43 |
*** HenryG_ has quit IRC | 19:45 | |
*** HenryG has joined #openstack-qa | 19:46 | |
*** burt has quit IRC | 19:48 | |
maurosr | sdague: when you have some time to talk about that issue to get novav3 tests in tempest ping me | 19:53 |
sdague | yep | 19:54 |
sdague | actually, I think the thread on the list hit it | 19:54 |
sdague | but basically the issue is that we don't update paste by default | 19:54 |
sdague | so if changes are needed, you need to add them to upgrade-nova | 19:56 |
sdague | maurosr: https://github.com/openstack-dev/grenade/blob/master/upgrade-nova | 19:56 |
maurosr | sdague: ok right, thanks for the info | 19:57 |
*** HenryG has quit IRC | 20:03 | |
*** lexinator has quit IRC | 20:03 | |
*** pwiltsey has quit IRC | 20:10 | |
*** lexinator has joined #openstack-qa | 20:12 | |
*** woodspa has quit IRC | 20:13 | |
openstackgerrit | A change was merged to openstack/tempest: Increase ping timeout on scenario testing https://review.openstack.org/38513 | 20:19 |
sdague | mtreinish: just "tox -e testr-full" ? | 20:25 |
sdague | man, took a long time to get to the beginning of the run | 20:26 |
mtreinish | yeah tox -etestr-full will do gate equivilent with testr-parallel | 20:28 |
mtreinish | sdague: I think the printouts start after a test finishes running | 20:29 |
sdague | ok | 20:29 |
sdague | so I'm on one of the bigger boxes, so probably 24 way parallel by default | 20:29 |
sdague | error: setUpClass (tempest.api.compute.admin.test_flavors_extra_specs.FlavorsExtraSpecsTestJSON) | 20:30 |
sdague | duplicate error there | 20:30 |
sdague | that under tenant issolation? | 20:30 |
sdague | I'm getting the az fail | 20:30 |
sdague | so I can reproduce it | 20:30 |
mtreinish | sdague: yeah I just started reproducing it locally too | 20:31 |
sdague | you can do a run until fail as well | 20:31 |
sdague | I forget the testr flag | 20:31 |
mtreinish | --until-failure | 20:31 |
sdague | if you do that on the Az file, it will probably get to it | 20:31 |
sdague | hmmm at 24 way we run into too many open files | 20:34 |
mtreinish | sdague: I'm using: testr run --parallel --subunit tempest.api.compute.admin.test_aggregates | subunit2pyunit | 20:35 |
sdague | keystone blows it's socket, folls over | 20:35 |
sdague | falls over | 20:35 |
mtreinish | sdague: yeah I think that I saw that once before when I was just working on getting things running | 20:36 |
sdague | you bump your ulimits? | 20:36 |
clarkb | fwiw d-g can bump ulimits in the gate tests if necessary | 20:36 |
sdague | clarkb: well I'm at 24 way | 20:37 |
sdague | I also realized I should sanity check nose tempest here first | 20:38 |
mtreinish | sdague: yeah I set it to unlimited | 20:38 |
sdague | is there a way to do that globally well? | 20:38 |
clarkb | sdague: /etc/security/limits.d on ubuntu | 20:39 |
sdague | it's been too long since I had to play with it | 20:39 |
clarkb | then you have to make sure it applies on whatever login method you use. often easier to just ste it before the command you are running | 20:39 |
sdague | yeh, but then I'll forget | 20:39 |
*** woodspa has joined #openstack-qa | 20:40 | |
*** SergeyLukjanov has quit IRC | 20:42 | |
*** dkranz has quit IRC | 20:48 | |
openstackgerrit | afazekas proposed a change to openstack-dev/devstack: Add ceilometer to the sys.path before the nova starts https://review.openstack.org/38702 | 21:06 |
*** krtaylor has quit IRC | 21:08 | |
cyeoh | sdague, hi | 21:23 |
sdague | yo | 21:24 |
cyeoh | hey just wondering what your thoughts are re: v3 api tests for the gate | 21:24 |
cyeoh | atm I've asked ivan, prem, mauro just not to add the gate tag to the tests | 21:24 |
cyeoh | but at some stage we want to gate or to at least have a non voting job I think | 21:25 |
sdague | so we aren't actually enforcing the gate tag right now | 21:25 |
sdague | so I don't think it matters | 21:25 |
cyeoh | oh I didn't realise :-) | 21:25 |
mtreinish | cyeoh: yeah, the gate tag doesn't do anything | 21:25 |
cyeoh | so it just runs everything? | 21:25 |
cyeoh | heh | 21:25 |
sdague | yeh, well testr got really close | 21:25 |
sdague | and we've just manually held the heat jobs | 21:25 |
mtreinish | we run tempest.api, tempest.scenario, tempest.thirdpary, and tempest.cli in the gate | 21:26 |
cyeoh | ok so as the v3 tests merge the gate time is going to increase... | 21:26 |
cyeoh | I guess we could go the config option as mtreinish suggested on the mailing list | 21:27 |
sdague | yeh, but with parallel we'll get time back | 21:31 |
sdague | actually it opens up a question about getting some help to nail down some of the parallel fails | 21:31 |
sdague | so we can actually shorten things | 21:31 |
*** bclifford has joined #openstack-qa | 21:33 | |
cyeoh | yep. I guess for the moment we'll just plan to merge as usual then... v3 tests are going into v3 directories so i guess it should be possible to exclude them if necessary just by name | 21:33 |
sdague | yep | 21:38 |
*** mkollaro has quit IRC | 21:41 | |
*** mkollaro has joined #openstack-qa | 21:42 | |
openstackgerrit | A change was merged to openstack/tempest: Negative test for rescuing a non-existent server https://review.openstack.org/38436 | 22:03 |
openstackgerrit | A change was merged to openstack-infra/devstack-gate: Handle Jenkins node already being added to Jenkins https://review.openstack.org/38674 | 22:04 |
openstackgerrit | A change was merged to openstack-infra/devstack-gate: Add missing projects to pre-cache list https://review.openstack.org/38180 | 22:06 |
*** jasondotstar has quit IRC | 22:07 | |
*** rahmu_ has joined #openstack-qa | 22:32 | |
*** adarazs_ has joined #openstack-qa | 22:34 | |
*** adarazs has quit IRC | 22:34 | |
*** rahmu has quit IRC | 22:34 | |
*** rahmu_ is now known as rahmu | 22:34 | |
*** bclifford has left #openstack-qa | 23:18 | |
*** mlavalle has quit IRC | 23:28 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!