*** fnaval has joined #openstack-qa | 00:01 | |
*** oanson has quit IRC | 00:22 | |
*** oanson has joined #openstack-qa | 00:24 | |
*** yangyapeng has quit IRC | 00:25 | |
*** yangyapeng has joined #openstack-qa | 00:25 | |
*** artom has joined #openstack-qa | 00:26 | |
*** yangyapeng has quit IRC | 00:30 | |
*** mlavalle has quit IRC | 00:31 | |
*** sshnaidm is now known as sshnaidm|off | 00:38 | |
*** sdague has joined #openstack-qa | 00:39 | |
*** chenyb4 has joined #openstack-qa | 00:47 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack-dev/hacking master: Updated from global requirements https://review.openstack.org/520377 | 00:48 |
---|---|---|
openstackgerrit | Andrea Frittoli proposed openstack/tempest master: Add a py3 integration test https://review.openstack.org/524153 | 00:50 |
*** zhurong has joined #openstack-qa | 00:58 | |
*** larainema has joined #openstack-qa | 01:01 | |
*** salv-orlando has joined #openstack-qa | 01:15 | |
*** yangyapeng has joined #openstack-qa | 01:17 | |
*** armax has quit IRC | 01:18 | |
*** salv-orlando has quit IRC | 01:20 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/os-testr master: Updated from global requirements https://review.openstack.org/533993 | 01:23 |
*** yangyapeng has quit IRC | 01:26 | |
*** yangyapeng has joined #openstack-qa | 01:26 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/patrole master: Updated from global requirements https://review.openstack.org/537156 | 01:27 |
*** early has quit IRC | 01:27 | |
*** armax has joined #openstack-qa | 01:29 | |
*** early has joined #openstack-qa | 01:30 | |
*** oanson has quit IRC | 01:38 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/tempest master: Updated from global requirements https://review.openstack.org/537194 | 01:38 |
*** sdague has quit IRC | 01:40 | |
*** oanson has joined #openstack-qa | 01:41 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack-dev/hacking master: Updated from global requirements https://review.openstack.org/520377 | 01:48 |
*** esberglu has joined #openstack-qa | 02:03 | |
*** pcrews has joined #openstack-qa | 02:03 | |
*** esberglu has quit IRC | 02:06 | |
*** armax_ has joined #openstack-qa | 02:12 | |
*** yamamoto has joined #openstack-qa | 02:13 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/os-testr master: Updated from global requirements https://review.openstack.org/533993 | 02:14 |
*** armax has quit IRC | 02:15 | |
*** armax_ is now known as armax | 02:15 | |
*** salv-orlando has joined #openstack-qa | 02:17 | |
*** harlowja has quit IRC | 02:20 | |
*** salv-orlando has quit IRC | 02:21 | |
gmann | mtreinish: andreaf can you see this how we should go on this. this is currently blocking the congress gate - https://review.openstack.org/#/c/536723/3 | 02:24 |
*** pcrews has quit IRC | 02:28 | |
gmann | mtreinish: just replied, with default as TRUE on every plugin side would not work and would not solve that bug | 02:41 |
mtreinish | gmann: then that's a bug in the tempest plugin or job definition | 02:43 |
mtreinish | devstack can't keep track of all the possible service_available group additions from plugins | 02:43 |
mtreinish | gmann: also why are jobs installing plugins and running tests for services that aren't running? | 02:44 |
mtreinish | that seems like the root of the bug | 02:44 |
gmann | mtreinish: in current bug, congress tempest plugin need to use aodh service clients and service_available config option to run/skip congress's aodh test. so they have to install their tempest plugin | 02:45 |
gmann | mtreinish: and where aodh is not installed then they get service_available aodh as true | 02:45 |
gmann | because of its default value | 02:45 |
mtreinish | gmann: ok, then why doesn't the congress devstack plugin just set the tepmest config option to false for that job configuration... | 02:45 |
mtreinish | there is a phase in devstack plugins for configuring tempest | 02:46 |
gmann | mtreinish: they can do but that can leads to wrong value depends on sequence of devstack plugin execution. | 02:46 |
mtreinish | huh? I don't follow what you're saying | 02:47 |
gmann | i think that would not occur with is_service_enabled check | 02:48 |
*** aojea has joined #openstack-qa | 02:49 | |
mtreinish | gmann: I can't imagine an ordering problem that would come from a properly written addition to the congress devstack plugin | 02:50 |
gmann | mtreinish: but that every job has to do by them self. my point was to make it available from devstack as it is very common setting used by every plugin and easy to be wrong because it is registered by different pckg (tempest plugin ) and set only by service (devstack plugin) | 02:50 |
gmann | mtreinish: yea agree on order things, my mis understadning | 02:50 |
gmann | mtreinish: if default value can be False then it should not be issue | 02:51 |
mtreinish | gmann: except devstack has no knowledge of these things, and adding a list of what you know about today is just going to go stale | 02:51 |
mtreinish | and very quickly | 02:51 |
mtreinish | this is the role of the devstack plugin and job ocnfiguration to make sure they're configuring tempest correctly for the jobs using the tempest plugins | 02:52 |
gmann | mtreinish: i agree but it set the correct value at least false which does not harm. | 02:52 |
gmann | because changing the default value to False can break lot of jobs/CI etc | 02:53 |
*** aojea_ has joined #openstack-qa | 02:53 | |
mtreinish | gmann: sure, that's a backwards incompat change. It's not easy to change the default in the tempest plugins | 02:53 |
mtreinish | but again, this should be solved in congress's devstack plugin or the job definitions for the jobs where aodh isn't running | 02:54 |
*** haint93 has joined #openstack-qa | 02:55 | |
mtreinish | playing devil's advocate even if you changed the default in the aodh tempest plugin you'd have the same problem anyway, just on the aodh running jobs | 02:55 |
mtreinish | except instead of failing, you'd just skip all the tests with aodh | 02:55 |
gmann | yea | 02:56 |
mtreinish | the only way to fix this reliably is to make the congress jobs (and or devstack plugins) configure it in tempest directly | 02:56 |
mtreinish | because that's the only thing that has knowledge of all these things | 02:56 |
*** aojea has quit IRC | 02:56 | |
*** zhurong has quit IRC | 02:57 | |
gmann | mtreinish: ok. let me check on their side. | 02:58 |
*** haint_ has quit IRC | 02:58 | |
gmann | mtreinish: do you know why congress devstack plugin logs are not shown - http://logs.openstack.org/33/533133/22/check/congress-devstack-api-mysql/6c707bf/logs/devstacklog.txt.gz | 02:59 |
gmann | is verbose etc need to be set? | 02:59 |
*** aojea_ has quit IRC | 03:03 | |
mtreinish | gmann: no, but I don't really know where to look anymore since the zuul v3 migration | 03:14 |
mtreinish | but the logging is all a mess with the new job formats | 03:14 |
mtreinish | gmann: you're better off asking someone more familiar with all of that | 03:14 |
*** ihrachys_ has quit IRC | 03:15 | |
gmann | mtreinish: i can find other devstack plugin logs there but only for congress plugin echo_summary are not present in devstacklog.txt.gz | 03:15 |
*** salv-orlando has joined #openstack-qa | 03:17 | |
openstackgerrit | Deepak Mourya proposed openstack/tempest master: Fix compute api ref links https://review.openstack.org/536779 | 03:20 |
*** salv-orlando has quit IRC | 03:22 | |
*** rosmaita has quit IRC | 03:31 | |
*** felipemonteiro_ has joined #openstack-qa | 03:41 | |
*** felipemonteiro__ has joined #openstack-qa | 03:42 | |
*** felipemonteiro_ has quit IRC | 03:45 | |
*** ramishra has joined #openstack-qa | 03:59 | |
*** salv-orlando has joined #openstack-qa | 04:18 | |
*** salv-orlando has quit IRC | 04:22 | |
*** dave-mccowan has quit IRC | 04:27 | |
*** felipemonteiro__ has quit IRC | 04:31 | |
*** sridharg has joined #openstack-qa | 04:52 | |
*** salv-orlando has joined #openstack-qa | 05:19 | |
*** harlowja has joined #openstack-qa | 05:19 | |
*** salv-orlando has quit IRC | 05:23 | |
*** pcrews has joined #openstack-qa | 05:25 | |
*** lkuchlan has joined #openstack-qa | 05:27 | |
*** kiennt26 has quit IRC | 05:28 | |
*** lkuchlan has quit IRC | 05:33 | |
*** pcrews has quit IRC | 05:33 | |
*** pcrews has joined #openstack-qa | 05:39 | |
*** Sandy619 has joined #openstack-qa | 05:41 | |
*** salv-orlando has joined #openstack-qa | 05:45 | |
*** Sandy619 has quit IRC | 05:46 | |
*** lkuchlan has joined #openstack-qa | 05:49 | |
*** pcrews has quit IRC | 05:51 | |
*** pgadiya has joined #openstack-qa | 05:51 | |
*** armaan has quit IRC | 05:51 | |
*** armaan has joined #openstack-qa | 05:59 | |
*** rcernin_ has joined #openstack-qa | 06:03 | |
*** rcernin has quit IRC | 06:03 | |
*** kiennt26 has joined #openstack-qa | 06:03 | |
*** lkuchlan has quit IRC | 06:05 | |
*** armax has quit IRC | 06:07 | |
openstackgerrit | Gao Fei proposed openstack/tempest master: Replace curly quotes with straight quotes https://review.openstack.org/537270 | 06:10 |
*** lkuchlan has joined #openstack-qa | 06:17 | |
*** slaweq has joined #openstack-qa | 06:26 | |
*** slaweq has quit IRC | 06:28 | |
*** sridharg has quit IRC | 06:28 | |
*** slaweq has joined #openstack-qa | 06:44 | |
*** slaweq has quit IRC | 06:49 | |
*** makowals has joined #openstack-qa | 06:53 | |
*** slaweq has joined #openstack-qa | 07:03 | |
*** cloud-liang has joined #openstack-qa | 07:06 | |
*** pcaruana has joined #openstack-qa | 07:10 | |
*** rcernin has joined #openstack-qa | 07:12 | |
*** rcernin_ has quit IRC | 07:12 | |
*** slaweq has quit IRC | 07:14 | |
*** agurenko has joined #openstack-qa | 07:17 | |
*** pcaruana has quit IRC | 07:21 | |
*** pcaruana has joined #openstack-qa | 07:22 | |
*** markvoelker has quit IRC | 07:25 | |
*** lkuchlan has quit IRC | 07:25 | |
*** lkuchlan has joined #openstack-qa | 07:26 | |
*** markvoelker has joined #openstack-qa | 07:27 | |
*** janzian has quit IRC | 07:27 | |
*** e0ne has joined #openstack-qa | 07:30 | |
*** markvoelker has quit IRC | 07:32 | |
*** gcheresh has joined #openstack-qa | 07:34 | |
*** Alex_Staf has joined #openstack-qa | 07:38 | |
*** slaweq has joined #openstack-qa | 07:40 | |
*** armaan has quit IRC | 07:41 | |
*** armaan has joined #openstack-qa | 07:41 | |
*** lkuchlan has quit IRC | 07:44 | |
*** lkuchlan has joined #openstack-qa | 07:44 | |
*** slaweq has quit IRC | 07:45 | |
*** grafuls has joined #openstack-qa | 07:46 | |
*** grafuls has quit IRC | 07:46 | |
*** remiLT has quit IRC | 07:58 | |
*** remiLT1 has joined #openstack-qa | 07:58 | |
*** shardy has joined #openstack-qa | 08:01 | |
*** e0ne has quit IRC | 08:01 | |
*** pcaruana has quit IRC | 08:01 | |
*** e0ne has joined #openstack-qa | 08:01 | |
*** AJaeger has quit IRC | 08:03 | |
*** alexchadin has joined #openstack-qa | 08:10 | |
*** cloud-liang has quit IRC | 08:11 | |
*** cloud-liang has joined #openstack-qa | 08:12 | |
openstackgerrit | Kien Nguyen proposed openstack-dev/devstack master: Work around with Devstack multinode gate problem https://review.openstack.org/537296 | 08:19 |
*** ragiman has joined #openstack-qa | 08:20 | |
openstackgerrit | Kien Nguyen proposed openstack-dev/devstack master: Work around with Devstack multinode gate problem https://review.openstack.org/537296 | 08:21 |
openstackgerrit | Kien Nguyen proposed openstack-dev/devstack master: [WIP][DNR] Work around with Devstack multinode gate problem https://review.openstack.org/537296 | 08:24 |
*** tesseract has joined #openstack-qa | 08:27 | |
*** alexchadin has quit IRC | 08:28 | |
*** alexchadin has joined #openstack-qa | 08:29 | |
*** alexchadin has quit IRC | 08:36 | |
*** alexchadin has joined #openstack-qa | 08:36 | |
*** pcaruana has joined #openstack-qa | 08:39 | |
*** alexchad_ has joined #openstack-qa | 08:40 | |
*** diegows has quit IRC | 08:41 | |
*** alexchadin has quit IRC | 08:42 | |
*** rossella_s has quit IRC | 08:44 | |
*** rcernin has quit IRC | 08:44 | |
*** jpena|off is now known as jpena | 08:45 | |
*** diegows has joined #openstack-qa | 08:46 | |
*** agurenko has quit IRC | 08:49 | |
*** gfidente has joined #openstack-qa | 08:51 | |
*** gfidente has quit IRC | 08:51 | |
*** gfidente has joined #openstack-qa | 08:51 | |
*** yamamoto has quit IRC | 08:53 | |
*** tesseract has quit IRC | 08:54 | |
*** rossella_s has joined #openstack-qa | 08:55 | |
*** agurenko has joined #openstack-qa | 08:56 | |
*** tesseract has joined #openstack-qa | 09:03 | |
*** rossella_s has quit IRC | 09:05 | |
*** sshnaidm|off is now known as sshnaidm | 09:05 | |
*** harlowja has quit IRC | 09:07 | |
*** rossella_s has joined #openstack-qa | 09:07 | |
*** freerunner has quit IRC | 09:08 | |
*** gkadam has joined #openstack-qa | 09:10 | |
*** yamamoto has joined #openstack-qa | 09:10 | |
*** freerunner has joined #openstack-qa | 09:14 | |
*** alexchad_ is now known as alexchadin | 09:15 | |
*** kopecmartin has joined #openstack-qa | 09:16 | |
*** rossella_s has quit IRC | 09:19 | |
*** rossella_s has joined #openstack-qa | 09:20 | |
*** lkuchlan has quit IRC | 09:24 | |
*** lkuchlan has joined #openstack-qa | 09:25 | |
*** markvoelker has joined #openstack-qa | 09:28 | |
*** lkuchlan has quit IRC | 09:30 | |
*** lkuchlan has joined #openstack-qa | 09:30 | |
*** lkuchlan has quit IRC | 09:31 | |
*** lkuchlan has joined #openstack-qa | 09:31 | |
*** lkuchlan has quit IRC | 09:35 | |
*** lkuchlan has joined #openstack-qa | 09:35 | |
*** ragiman has quit IRC | 09:39 | |
*** sridharg has joined #openstack-qa | 09:49 | |
*** yangyapeng has quit IRC | 09:50 | |
*** sdague has joined #openstack-qa | 09:50 | |
*** yangyapeng has joined #openstack-qa | 09:51 | |
*** ragiman has joined #openstack-qa | 09:53 | |
*** yangyapeng has quit IRC | 09:55 | |
andreaf | gmann: yeah I agree with mtreinish we should not have a list of available plugins in devstack | 09:55 |
lennyb | masayukig[m], kindly review https://review.openstack.org/#/c/499575 | 09:58 |
gmann | andreaf: humm, i am trying to fix on plugin side where job are setup - https://review.openstack.org/#/c/533133/ | 09:58 |
gmann | but something wrong there and things are not set properly, debugging those if work fine | 09:58 |
*** yamamoto has quit IRC | 09:59 | |
*** markvoelker has quit IRC | 10:02 | |
*** cloud-liang has quit IRC | 10:05 | |
andreaf | gmann: ok I left a comment on that patch | 10:06 |
andreaf | gmann: I think you should be using the test-config phase there | 10:07 |
andreaf | gmann: https://review.openstack.org/#/c/524153/ (native py3 job) is ready to go from my pov if you have a moment to review | 10:07 |
gmann | andreaf: thanks, i think thats the correct phase of sequence to configure tempest. ll try that | 10:07 |
gmann | andreaf: sure but later tonight, stuck with heavy nova/network test review :) | 10:08 |
gmann | andreaf: one more thing still we do not have log things in tempest-full job - http://logs.openstack.org/66/536266/1/gate/tempest-full/192bc97/ | 10:09 |
*** rossella_s has quit IRC | 10:09 | |
andreaf | gmann: what log are you missing? I'm aware stackviz is now showing up anymore for some reason | 10:10 |
andreaf | gmann: http://logs.openstack.org/66/536266/1/gate/tempest-full/192bc97/controller/logs/ | 10:10 |
andreaf | gmann: and we need to make the controller/logs be logs in the single node case - I think mordred had a patch up for that some time ago | 10:10 |
gmann | andreaf: got it, why under controller? | 10:10 |
gmann | ohk\ | 10:11 |
andreaf | gmann: well the idea was to have node-label/logs | 10:11 |
andreaf | gmann: but we should instead have logs/<log files> in the single node case | 10:11 |
gmann | yea for multinode yes, but single node its all together | 10:11 |
gmann | andreaf: +1 | 10:11 |
andreaf | gmann: and probably logs/<node_label>/<log files> in the multinode case | 10:12 |
gmann | yea make sense. | 10:12 |
*** rossella_s has joined #openstack-qa | 10:14 | |
*** yamamoto has joined #openstack-qa | 10:16 | |
*** kiennt26 has quit IRC | 10:19 | |
*** dtantsur|afk is now known as dtantsur | 10:19 | |
*** lkuchlan has quit IRC | 10:20 | |
*** pgadiya has quit IRC | 10:22 | |
openstackgerrit | Andrea Frittoli proposed openstack/tempest master: Make tempest-full-py3 voting https://review.openstack.org/537338 | 10:22 |
*** pgadiya has joined #openstack-qa | 10:22 | |
*** tosky has joined #openstack-qa | 10:23 | |
*** chenyb4 has quit IRC | 10:25 | |
andreaf | lbragstad: I tried a serial run of fewer tests and I still see failures http://logs.openstack.org/52/536752/2/check/devstack-tempest/b0d110b/job-output.txt.gz | 10:25 |
andreaf | lbragstad: so the issue is not related to test concurrency - or not only at least | 10:26 |
andreaf | lbragstad: I'm under the impression that things like test_roles.RolesV3TestJSON fail consistently, and that tests that start or finish while that test is running also fail | 10:26 |
andreaf | lbragstad: in a serial run instead only identity v3 admin tests fail, no other type of tests does which makes more sense | 10:27 |
andreaf | lbragstad: so my impression is that the change on keystone side introduced some kind of odd behaviour which is triggered by the role test on tempest side | 10:28 |
andreaf | lbragstad: but this is still guesswork | 10:28 |
*** lucas-afk is now known as lucasagomes | 10:33 | |
*** rcernin has joined #openstack-qa | 10:34 | |
openstackgerrit | Andrea Frittoli proposed openstack/tempest master: DNM Test keystone system role serially https://review.openstack.org/536752 | 10:34 |
*** gszasz has joined #openstack-qa | 10:35 | |
*** rosmaita has joined #openstack-qa | 10:38 | |
*** rossella_s has quit IRC | 10:39 | |
*** yangyapeng has joined #openstack-qa | 10:39 | |
*** rossella_s has joined #openstack-qa | 10:42 | |
*** rossella_s has quit IRC | 10:51 | |
*** rossella_s has joined #openstack-qa | 10:54 | |
*** ragiman has quit IRC | 10:55 | |
*** alexchadin has quit IRC | 10:56 | |
mordred | andreaf: what did I do? | 10:58 |
mordred | ah | 10:58 |
*** yangyapeng has quit IRC | 10:58 | |
*** markvoelker has joined #openstack-qa | 10:58 | |
*** rossella_s has quit IRC | 10:59 | |
*** yangyapeng has joined #openstack-qa | 10:59 | |
*** rossella_s has joined #openstack-qa | 10:59 | |
*** alexchadin has joined #openstack-qa | 10:59 | |
*** ragiman has joined #openstack-qa | 11:07 | |
*** rossella_s has quit IRC | 11:18 | |
*** dtantsur is now known as dtantsur|brb | 11:19 | |
*** rossella_s has joined #openstack-qa | 11:20 | |
*** armaan has quit IRC | 11:23 | |
*** armaan has joined #openstack-qa | 11:24 | |
*** gszasz has quit IRC | 11:29 | |
*** markvoelker has quit IRC | 11:32 | |
gmann | andreaf: lgtm, 1 question on timeout of that job. | 11:46 |
*** fnaval has quit IRC | 11:49 | |
*** shardy is now known as shardy_afk | 11:49 | |
*** pgadiya has quit IRC | 12:02 | |
*** dave-mccowan has joined #openstack-qa | 12:09 | |
*** armaan has quit IRC | 12:13 | |
*** pgadiya has joined #openstack-qa | 12:14 | |
*** mvk has quit IRC | 12:19 | |
*** pgadiya_ has joined #openstack-qa | 12:19 | |
*** shardy_afk is now known as shardy | 12:20 | |
*** pgadiya has quit IRC | 12:23 | |
*** slaweq has joined #openstack-qa | 12:24 | |
*** raildo has joined #openstack-qa | 12:27 | |
*** slaweq has quit IRC | 12:29 | |
*** markvoelker has joined #openstack-qa | 12:29 | |
*** mvk has joined #openstack-qa | 12:31 | |
*** jpena is now known as jpena|lunch | 12:36 | |
*** gszasz has joined #openstack-qa | 12:39 | |
*** kiennt26 has joined #openstack-qa | 12:48 | |
*** mvk has quit IRC | 12:56 | |
*** gszasz has quit IRC | 13:02 | |
*** rosmaita has quit IRC | 13:02 | |
*** markvoelker has quit IRC | 13:03 | |
*** rosmaita has joined #openstack-qa | 13:04 | |
*** edmondsw has joined #openstack-qa | 13:21 | |
*** edmondsw_ has joined #openstack-qa | 13:22 | |
*** pgadiya_ has quit IRC | 13:25 | |
*** edmondsw has quit IRC | 13:26 | |
openstackgerrit | Andrea Frittoli proposed openstack/tempest master: DNM Test keystone system role serially https://review.openstack.org/536752 | 13:27 |
*** alexchadin has quit IRC | 13:31 | |
openstackgerrit | Kien Nguyen proposed openstack-dev/devstack master: [WIP][DNR] Work around with Devstack multinode gate problem https://review.openstack.org/537296 | 13:31 |
*** makowals has quit IRC | 13:34 | |
*** makowals has joined #openstack-qa | 13:35 | |
*** jpena|lunch is now known as jpena | 13:38 | |
*** dsariel has quit IRC | 13:40 | |
*** alexchadin has joined #openstack-qa | 13:40 | |
*** alexchadin has quit IRC | 13:41 | |
*** makowals has quit IRC | 13:43 | |
*** makowals has joined #openstack-qa | 13:44 | |
*** ragiman has quit IRC | 13:46 | |
*** rcernin has quit IRC | 13:47 | |
*** dsariel has joined #openstack-qa | 13:52 | |
*** yamamoto has quit IRC | 13:53 | |
*** dtantsur|brb is now known as dtantsur | 13:54 | |
*** mvk has joined #openstack-qa | 13:56 | |
*** esberglu has joined #openstack-qa | 13:56 | |
*** esberglu has quit IRC | 13:56 | |
*** alexchadin has joined #openstack-qa | 13:57 | |
*** markvoelker has joined #openstack-qa | 14:00 | |
*** fnaval has joined #openstack-qa | 14:00 | |
*** krtaylor has quit IRC | 14:07 | |
*** krtaylor has joined #openstack-qa | 14:09 | |
*** yamamoto has joined #openstack-qa | 14:10 | |
*** snapiri has joined #openstack-qa | 14:10 | |
snapiri | Hi openstack-qa cores: Any chance someone could review https://review.openstack.org/#/c/526053/ (on openstack-dev/devstack), It has one +2 for very long and I would love to get it integrated... | 14:11 |
*** esberglu has joined #openstack-qa | 14:17 | |
*** markvoelker has quit IRC | 14:27 | |
*** markvoelker has joined #openstack-qa | 14:27 | |
*** makowals has quit IRC | 14:33 | |
*** lucasagomes is now known as lucas-hungry | 14:35 | |
*** makowals has joined #openstack-qa | 14:36 | |
*** gszasz has joined #openstack-qa | 14:36 | |
lbragstad | andreaf: ack - how does tempest scope a token for administrator operations? | 14:39 |
andreaf | lbragstad: let me double check | 14:41 |
andreaf | lbragstad: it's configurable https://github.com/openstack/tempest/blob/master/tempest/lib/common/dynamic_creds.py#L143 | 14:45 |
andreaf | lbragstad: in the job where we see the failures we have the domain scope configured | 14:45 |
*** armaan has joined #openstack-qa | 14:47 | |
lbragstad | andreaf: hmmm - i went through the implementation again and the only think that would change afaik is keystone would return another role assignment if queried for /v3/role_assignments/ | 14:50 |
openstackgerrit | Ryota MIBU proposed openstack-dev/devstack master: use openstack command instead of nova command https://review.openstack.org/530008 | 14:54 |
andreaf | we do invoke that API in a test but it's not the one failing | 14:54 |
*** janzian has joined #openstack-qa | 14:54 | |
andreaf | https://github.com/openstack/tempest/blob/master/tempest/api/identity/admin/v3/test_roles.py#L278 | 14:55 |
andreaf | lbragstad ^^^ | 14:55 |
*** markvoelker has quit IRC | 14:55 | |
andreaf | well that test class is the one failing but not at the point where the API is invoked | 14:55 |
lbragstad | oh - interesting... | 14:56 |
andreaf | anyways the role assignments are listed on a temporary user, not the admin one, so the system role won't be visible there | 14:57 |
lbragstad | it looks like that test is filtering by project and user, so that's good | 14:57 |
*** markvoelker has joined #openstack-qa | 14:59 | |
*** awaugama has joined #openstack-qa | 14:59 | |
*** sridharg has quit IRC | 14:59 | |
*** agurenko has quit IRC | 15:06 | |
*** gcheresh_ has joined #openstack-qa | 15:07 | |
*** slaweq has joined #openstack-qa | 15:07 | |
*** felipemonteiro has joined #openstack-qa | 15:08 | |
*** felipemonteiro_ has joined #openstack-qa | 15:10 | |
*** yangyapeng has quit IRC | 15:11 | |
*** armax has joined #openstack-qa | 15:11 | |
*** yangyapeng has joined #openstack-qa | 15:12 | |
*** shardy has quit IRC | 15:13 | |
*** felipemonteiro has quit IRC | 15:13 | |
*** gcheresh_ has quit IRC | 15:15 | |
*** gszasz has quit IRC | 15:16 | |
*** yangyapeng has quit IRC | 15:17 | |
*** lucas-hungry is now known as lucas-brb | 15:17 | |
*** shardy has joined #openstack-qa | 15:17 | |
*** e0ne has quit IRC | 15:18 | |
*** e0ne has joined #openstack-qa | 15:19 | |
*** sshnaidm is now known as sshnaidm|bbl | 15:19 | |
*** alexchadin has quit IRC | 15:19 | |
*** e0ne has quit IRC | 15:20 | |
*** dave-mccowan has quit IRC | 15:22 | |
*** sshnaidm|bbl has quit IRC | 15:23 | |
-openstackstatus- NOTICE: gerrit has been suffering from a full disk, some mails may have been lost in the last couple of hours. we will now restart gerrit to address ongoing slowness, too | 15:24 | |
*** slaweq has quit IRC | 15:26 | |
*** Guest28399 is now known as mgagne | 15:33 | |
*** mgagne has joined #openstack-qa | 15:33 | |
*** edmondsw_ is now known as edmondsw | 15:34 | |
*** armaan has quit IRC | 15:34 | |
*** hongbin has joined #openstack-qa | 15:34 | |
*** kiennt26 has quit IRC | 15:41 | |
*** gcheresh has quit IRC | 15:42 | |
openstackgerrit | Matt Riedemann proposed openstack-infra/elastic-recheck master: Add query for cinder backup timeout bug 1745168 https://review.openstack.org/537429 | 15:45 |
openstack | bug 1745168 in Cinder "volume backup tests timing out since 1/23" [Undecided,New] https://launchpad.net/bugs/1745168 | 15:45 |
mriedem | mtreinish: ^ | 15:45 |
*** dave-mccowan has joined #openstack-qa | 15:46 | |
*** dustins has joined #openstack-qa | 15:47 | |
openstackgerrit | Lee Yarwood proposed openstack-dev/devstack stable/pike: fixed_key: Use a single hardcoded key across devstack deployments https://review.openstack.org/536844 | 15:47 |
*** fnaval has quit IRC | 15:50 | |
*** mriedem has quit IRC | 15:50 | |
*** fnaval has joined #openstack-qa | 15:51 | |
*** jose-phi_ has joined #openstack-qa | 15:51 | |
*** mriedem has joined #openstack-qa | 15:51 | |
*** gszasz has joined #openstack-qa | 15:51 | |
*** e0ne has joined #openstack-qa | 15:52 | |
*** yangyapeng has joined #openstack-qa | 15:53 | |
*** jose-phillips has quit IRC | 15:54 | |
*** shardy has quit IRC | 16:00 | |
*** shardy has joined #openstack-qa | 16:01 | |
*** Alex_Staf has quit IRC | 16:03 | |
openstackgerrit | Hifza Sakhi proposed openstack/patrole master: RBAC tests for reset group snapshot status policy https://review.openstack.org/536612 | 16:03 |
*** sshnaidm|bbl has joined #openstack-qa | 16:03 | |
*** rosmaita_ has joined #openstack-qa | 16:06 | |
openstackgerrit | Hifza Sakhi proposed openstack/patrole master: RBAC tests for reset group snapshot status policy https://review.openstack.org/536612 | 16:08 |
*** rossella_s has quit IRC | 16:09 | |
*** rosmaita has quit IRC | 16:09 | |
*** rossella_s has joined #openstack-qa | 16:11 | |
*** sshnaidm|bbl is now known as sshnaidm | 16:17 | |
*** dougwig has joined #openstack-qa | 16:23 | |
*** lucas-brb is now known as lucasagomes | 16:23 | |
*** ramishra has quit IRC | 16:26 | |
*** felipemonteiro_ has quit IRC | 16:33 | |
*** felipemonteiro_ has joined #openstack-qa | 16:34 | |
*** pcaruana has quit IRC | 16:35 | |
*** fanzhang has quit IRC | 16:37 | |
*** fanzhang has joined #openstack-qa | 16:37 | |
*** e0ne has quit IRC | 16:40 | |
*** slaweq has joined #openstack-qa | 16:40 | |
*** e0ne has joined #openstack-qa | 16:40 | |
openstackgerrit | Hifza Sakhi proposed openstack/patrole master: Migrate to override_role for volume module (part 3) https://review.openstack.org/532636 | 16:44 |
*** slaweq has quit IRC | 16:48 | |
*** pcrews has joined #openstack-qa | 16:49 | |
*** yamamoto has quit IRC | 16:49 | |
*** kopecmartin has quit IRC | 16:59 | |
*** rossella_s has quit IRC | 16:59 | |
*** rossella_s has joined #openstack-qa | 17:01 | |
*** gszasz has quit IRC | 17:03 | |
*** yamamoto has joined #openstack-qa | 17:05 | |
*** yamamoto has quit IRC | 17:07 | |
*** yamamoto has joined #openstack-qa | 17:07 | |
*** yamamoto has quit IRC | 17:07 | |
*** pcrews has quit IRC | 17:07 | |
openstackgerrit | Lee Yarwood proposed openstack-dev/devstack master: fixed_key: By default use a hardcoded fixed_key across devstack envs https://review.openstack.org/536343 | 17:11 |
openstackgerrit | Lee Yarwood proposed openstack-dev/devstack stable/pike: fixed_key: By default use a hardcoded fixed_key across devstack envs https://review.openstack.org/536844 | 17:14 |
*** slaweq has joined #openstack-qa | 17:24 | |
*** gkadam has quit IRC | 17:26 | |
*** felipemonteiro_ has quit IRC | 17:29 | |
*** slaweq has quit IRC | 17:33 | |
*** mvk has quit IRC | 17:35 | |
openstackgerrit | Merged openstack-infra/elastic-recheck master: Add query for cinder backup timeout bug 1745168 https://review.openstack.org/537429 | 17:39 |
openstack | bug 1745168 in Cinder "volume backup tests timing out since 1/23" [High,In progress] https://launchpad.net/bugs/1745168 - Assigned to Gorka Eguileor (gorka) | 17:39 |
*** openstackrecheck has quit IRC | 17:42 | |
*** openstackrecheck has joined #openstack-qa | 17:42 | |
*** slaweq has joined #openstack-qa | 17:43 | |
*** aojea has joined #openstack-qa | 17:46 | |
*** slaweq has quit IRC | 17:49 | |
*** rosmaita_ is now known as rosmaita | 17:52 | |
*** gfidente is now known as gfidente|afk | 17:59 | |
*** yamamoto has joined #openstack-qa | 18:07 | |
*** tesseract has quit IRC | 18:08 | |
*** dsariel has quit IRC | 18:12 | |
*** jpena is now known as jpena|off | 18:12 | |
*** yamamoto has quit IRC | 18:18 | |
*** shardy is now known as shardy_afk | 18:20 | |
*** Alex_Staf has joined #openstack-qa | 18:23 | |
*** e0ne has quit IRC | 18:28 | |
*** felipemonteiro has joined #openstack-qa | 19:00 | |
*** felipemonteiro_ has joined #openstack-qa | 19:02 | |
*** dsariel has joined #openstack-qa | 19:05 | |
*** felipemonteiro has quit IRC | 19:06 | |
*** lucasagomes is now known as lucas-afk | 19:10 | |
*** gcheresh has joined #openstack-qa | 19:19 | |
*** pcaruana has joined #openstack-qa | 19:27 | |
*** pcaruana has quit IRC | 19:27 | |
*** e0ne has joined #openstack-qa | 19:28 | |
*** felipemonteiro_ has quit IRC | 19:32 | |
*** muttley has joined #openstack-qa | 19:32 | |
*** e0ne_ has joined #openstack-qa | 19:35 | |
*** e0ne has quit IRC | 19:38 | |
*** harlowja has joined #openstack-qa | 19:38 | |
*** fnaval has quit IRC | 19:42 | |
*** fnaval has joined #openstack-qa | 19:43 | |
*** slaweq has joined #openstack-qa | 19:45 | |
*** dtantsur is now known as dtantsur|afk | 19:46 | |
*** muttley has quit IRC | 19:48 | |
*** gcheresh has quit IRC | 19:48 | |
*** slaweq has quit IRC | 19:52 | |
*** gfidente|afk has quit IRC | 19:54 | |
*** dave-mccowan has quit IRC | 19:58 | |
mriedem | mtreinish: are you still ok with this and the one after it? https://review.openstack.org/#/c/266605/ | 20:02 |
mriedem | just rebases once the version number had to chagen | 20:02 |
mriedem | *change | 20:02 |
*** slaweq has joined #openstack-qa | 20:17 | |
*** e0ne_ has quit IRC | 20:19 | |
*** dtruong has joined #openstack-qa | 20:20 | |
*** slaweq has quit IRC | 20:29 | |
*** hw_wutianwei has quit IRC | 20:31 | |
*** hw_wutianwei has joined #openstack-qa | 20:32 | |
*** dave-mccowan has joined #openstack-qa | 20:41 | |
*** slaweq_ has joined #openstack-qa | 20:45 | |
*** slaweq_ has quit IRC | 20:50 | |
*** e0ne has joined #openstack-qa | 21:00 | |
openstackgerrit | Hifza Sakhi proposed openstack/patrole master: RBAC tests for reset group snapshot status policy https://review.openstack.org/536612 | 21:02 |
*** esberglu has quit IRC | 21:08 | |
*** esberglu has joined #openstack-qa | 21:09 | |
*** awaugama has quit IRC | 21:12 | |
*** raildo has quit IRC | 21:17 | |
*** e0ne has quit IRC | 21:20 | |
*** aojea_ has joined #openstack-qa | 21:21 | |
*** aojea_ has quit IRC | 21:21 | |
*** aojea has quit IRC | 21:23 | |
*** dave-mccowan has quit IRC | 21:25 | |
*** rosmaita has quit IRC | 21:29 | |
*** Alex_Staf has quit IRC | 21:34 | |
*** sshnaidm has quit IRC | 21:42 | |
*** larainema has quit IRC | 21:49 | |
*** dustins has quit IRC | 21:56 | |
*** dsariel has quit IRC | 22:04 | |
*** dustins has joined #openstack-qa | 22:10 | |
mtreinish | mriedem: +2 again | 22:10 |
mriedem | <3 | 22:12 |
*** dustins_ has joined #openstack-qa | 22:12 | |
mtreinish | mriedem: I'm in sydney again right now, so if you've got any other reviews now is a good time | 22:12 |
*** rosmaita has joined #openstack-qa | 22:14 | |
*** rcernin has joined #openstack-qa | 22:14 | |
*** dustins has quit IRC | 22:15 | |
*** yangyapeng has quit IRC | 22:16 | |
Roamer` | mtreinish, ianw, somebody said yesterday that you might be the people to look at a trivial fix for tempest-full sometimes failing when run outside devstack-gate: https://review.openstack.org/#/c/533312 | 22:18 |
andreaf | mtreinish, ianw: I was the somebody :) | 22:22 |
andreaf | mtreinish: I prepared a zuulv3 native py3 integration job https://review.openstack.org/#/q/topic:py3_native+(status:open+OR+status:merged) | 22:28 |
*** rcernin has quit IRC | 22:29 | |
ianw | ok ... i guess size limits only ever go one way | 22:29 |
Roamer` | ianw, yeah, I do realize that this might turn out to be a problem for some people, but, I don't know, "for the greater good" or something like that... | 22:29 |
*** chkumar246 has joined #openstack-qa | 22:30 | |
ianw | is it sparse anyway? | 22:30 |
*** sshnaidm has joined #openstack-qa | 22:31 | |
*** rcernin has joined #openstack-qa | 22:31 | |
*** chandankumar has quit IRC | 22:32 | |
Roamer` | ianw, yes; it's created by "truncate -s $size $backing_file", which makes it sparse | 22:33 |
*** chkumar246 has quit IRC | 22:35 | |
*** chkumar246 has joined #openstack-qa | 22:36 | |
Roamer` | ianw, thanks! | 22:37 |
*** edmondsw has quit IRC | 22:47 | |
*** tosky has quit IRC | 22:49 | |
*** esberglu has quit IRC | 22:56 | |
*** dustins_ has quit IRC | 22:57 | |
*** yangyapeng has joined #openstack-qa | 23:01 | |
*** fnaval has quit IRC | 23:29 | |
*** armax has quit IRC | 23:43 | |
*** hongbin has quit IRC | 23:56 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!