Tuesday, 2019-01-29

*** hongbin has joined #openstack-qa00:27
*** edmondsw has quit IRC00:38
*** vegasq_ has quit IRC00:40
*** vegasq has joined #openstack-qa00:40
*** vegasq has quit IRC00:45
*** yamamoto has joined #openstack-qa01:09
*** markvoelker has joined #openstack-qa01:10
*** markvoelker has quit IRC01:15
*** hongbin has quit IRC01:18
*** hongbin has joined #openstack-qa01:20
*** rh-jelabarre has quit IRC01:24
*** dulek has quit IRC01:28
*** tosky has quit IRC01:34
*** artom has joined #openstack-qa01:37
*** yamamoto has quit IRC02:03
*** ekcs has quit IRC02:08
*** whoami-rajat has joined #openstack-qa02:37
*** yamamoto has joined #openstack-qa02:41
*** yamamoto has quit IRC02:46
*** gkadam has joined #openstack-qa03:11
openstackgerritMerged openstack/patrole master: Fix OverPermission exception for keystone tests  https://review.openstack.org/62902403:11
*** aojea has joined #openstack-qa03:12
*** aojea has quit IRC03:17
*** yamamoto has joined #openstack-qa03:25
*** yamamoto has quit IRC03:34
*** vegasq has joined #openstack-qa03:37
openstackgerritMerged openstack/tempest master: Update v3 identity domain negative tests to work w/ pre-prov  https://review.openstack.org/62825003:49
openstackgerritMerged openstack-dev/devstack master: Add option to place etcd data dir on RAM disk  https://review.openstack.org/62688503:49
*** vegasq has quit IRC03:49
*** yamamoto has joined #openstack-qa04:06
*** chkumar|out is now known as chandankumar04:22
*** spsurya has joined #openstack-qa05:05
*** sridharg has joined #openstack-qa05:59
*** edmondsw has joined #openstack-qa06:19
*** markvoelker has joined #openstack-qa06:20
*** hongbin has quit IRC06:21
*** gcheresh has joined #openstack-qa06:23
*** markvoelker has quit IRC06:24
*** noama has joined #openstack-qa06:24
openstackgerritMerged openstack/patrole master: Use the canonical URL for repositories (git.openstack.org)  https://review.openstack.org/62558606:29
*** ramishra has joined #openstack-qa06:33
*** agurenko has joined #openstack-qa06:36
*** agurenko has quit IRC06:42
*** ccamposr has joined #openstack-qa06:53
*** Luzi has joined #openstack-qa06:56
*** aojea has joined #openstack-qa06:57
*** aojea has quit IRC07:07
*** yamamoto has quit IRC07:28
*** yamamoto has joined #openstack-qa07:32
*** slaweq has joined #openstack-qa07:43
openstackgerritManik Bindlish proposed openstack/tempest master: Add whitelist based tests for tempest run command.  https://review.openstack.org/63366607:46
*** aojea has joined #openstack-qa07:46
slaweqgmann: hi07:55
slaweqgmann: according to e.g. https://review.openstack.org/#/c/633566/ I was thinking if we maybe can add to tempest something similar what we have currently in Neutron07:55
slaweqwe have simple decorator to mark tests as "unstable"07:55
slaweqhttps://github.com/openstack/neutron/blob/master/neutron/tests/base.py#L9707:56
slaweqgmann: such test will be run as every test but will be skipped if it fails07:56
slaweqgmann: in some cases, when test is failing "from time to time" it might be better then just skipping it as You still have some new data to debug it07:57
slaweqgmann: and You can easily track how many times it fails by looking for unstable skip reason set for that test :)07:57
slaweqgmann: what You think about something like that?07:58
*** e0ne has joined #openstack-qa07:59
gmannslaweq: but still we need to track that reason is same or not08:01
*** shardy has joined #openstack-qa08:02
slaweqgmann: yes, but that way, if e.g. someone will propose a potential fix for issue we can then check after some time if it helped or not08:02
slaweqbecause test will be run as usual08:02
slaweqit's not perfect but in some cases might help a bit :)08:03
slaweqwe are using that sometimes for some functional/fullstack tests which are failing often and we don't know yet why08:04
*** rpittau has joined #openstack-qa08:04
gmannyeah that way it is useful , basically  "to judge whether test is now stable or not after fixing the bug or at any other update" and based on that we can decide to add/remove the skipunless decorator.08:05
slaweqyes :)08:06
gmanni am just thinking 2 point, 1. elastic recheck give same data ? 2. can it be harmful that test are skipped on failure and hide the failure08:07
gmannspecially for integration tests08:07
slaweq2. yes - but that should be used only as temporary thing for test which is failing often and we know that :)08:08
slaweq1. if You for example set "bug xxx" as unstable reason in decorator, You can then make query to find out how many times this "bug xxx" was in logs and that means that this test basically failed08:09
slaweqso IMO that can be used in elastic recheck if needed08:09
gmannso elastic recheck does the same query but on failed test log than skip msg like this decorator08:11
*** shardy has quit IRC08:11
*** shardy has joined #openstack-qa08:12
gmannbut yeah i agree that this decorator useful for deciding that bug fixed the skipunless-bug tests or not without taking risk of failing gate again08:12
slaweqso do You think I can propose it to tempest?08:12
gmannoh you mean we can add skipped number of unstable tests in elastic recheck ?08:13
gmannand it will be easy to decide that stability of tests08:13
slaweqgmann: that I don't know TBH - I'm not elastic recheck expert08:13
gmanni think that is good idea.08:13
slaweqbut I though that maybe we can08:13
gmannyeah08:13
gmannslaweq: +1 on proposing on tempest. and then we can talk to matt or mtreinish about idea of adding its support in elastic recheck also08:14
*** dulek has joined #openstack-qa08:15
slaweqgmann: ok, thx08:15
slaweqgmann: I will propose it then to tempest08:15
gmannslaweq: thanks for sharing that.08:15
gmannyup08:15
slaweqyw :)08:15
chandankumarslaweq: gmann Hello08:18
chandankumarslaweq: gmann on OSA side on os_tempest on centos7 tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops is continoulsy failing while doing ssh resulting to ssh timedout08:18
*** kopecmartin|off is now known as kopecmartin08:19
chandankumarhttp://logs.openstack.org/08/633208/9/check/openstack-ansible-functional-centos-7/95a334e/logs/openstack/tempest1/stestr_results.html08:19
chandankumaron nova-compute side, http://logs.openstack.org/08/633208/9/check/openstack-ansible-functional-centos-7/95a334e/logs/host/nova/nova-compute.log.txt.gz everything looks ok08:20
*** markvoelker has joined #openstack-qa08:20
*** gfidente has joined #openstack-qa08:21
chandankumaralso on neutron server side http://logs.openstack.org/08/633208/9/check/openstack-ansible-functional-centos-7/95a334e/logs/openstack/openstack1/neutron/neutron-server.log.txt.gz#_2019-01-29_07_15_53_26908:22
chandankumarthis error is coming, I am not sure it is related to that08:22
chandankumargmann: and here is the l3 agent logs http://logs.openstack.org/08/633208/9/check/openstack-ansible-functional-centos-7/95a334e/logs/openstack/openstack1/neutron/neutron-l3-agent.log.txt.gz08:24
chandankumarplease have a look08:24
*** gfidente has quit IRC08:25
*** jpena|off is now known as jpena08:33
*** ramishra_ has joined #openstack-qa08:34
*** ramishra has quit IRC08:35
*** yamamoto has quit IRC08:35
*** yamamoto has joined #openstack-qa08:36
slaweqchandankumar: hi08:36
slaweqchandankumar: is it failing every time like that?08:36
chandankumarslaweq: yes08:36
slaweqchandankumar: or sometimes?08:36
chandankumarslaweq: yes from last two weeks08:37
slaweqchandankumar: can You maybe rerun it and hold node that I can ssh to it and debug then?08:37
slaweqin logs there is no errors which might look like related to this issue08:37
chandankumarslaweq: earlier I thought config_driev issue so updated the image and I am not sure this is the related issue WARN: failed: route add -net "0.0.0.0/0" gw "192.168.74.1"08:39
chandankumaron cirros image08:39
chandankumarbut things are working fine on ubuntu and suse job08:39
slaweqI don't think that this WARN is an issue08:40
slaweqsee later in log console-log:08:40
slaweqif-info: lo,up,127.0.0.1,8,::108:40
slaweqif-info: eth0,up,192.168.74.3,28,fe80::f816:3eff:fef5:43ee08:41
slaweqip-route:default via 192.168.74.1 dev eth008:41
slaweqip-route:169.254.169.254 via 192.168.74.1 dev eth008:41
slaweqip-route:192.168.74.0/28 dev eth0  src 192.168.74.308:41
slaweqso default route is set IMO08:41
slaweqbut if we could ssh to this node and debug then maybe we can find what is going on there08:41
chandankumarslaweq: I have asked for holding the node on #openstack-infra, once available i will let you know08:41
chandankumarslaweq: thanks :-)08:42
slaweqchandankumar: thx08:42
*** tosky has joined #openstack-qa08:42
slaweqchandankumar: but please keep in mind that I'm at work today only up to around 12 UTC08:42
slaweqI have half day off today08:42
*** pcaruana has joined #openstack-qa08:51
*** markvoelker has quit IRC08:54
*** gfidente has joined #openstack-qa09:06
*** sridharg has quit IRC09:16
*** sridharg has joined #openstack-qa09:28
*** mvkr has joined #openstack-qa09:33
*** dtantsur|afk is now known as dtantsur09:35
*** agurenko has joined #openstack-qa09:46
openstackgerritMasayuki Igawa proposed openstack/tempest master: Fix invalid exception module usage  https://review.openstack.org/63368909:49
*** markvoelker has joined #openstack-qa09:51
*** ramishra_ has quit IRC10:23
*** markvoelker has quit IRC10:24
*** rf0lc0 has joined #openstack-qa10:27
*** rfolco has quit IRC10:27
openstackgerritManik Bindlish proposed openstack/tempest master: Add black-list based tests for tempest run command  https://review.openstack.org/63369410:29
*** ramishra has joined #openstack-qa10:30
*** mvkr has quit IRC10:46
*** rf0lc0 has quit IRC10:53
openstackgerritManik Bindlish proposed openstack/tempest master: Adding missing tests for regex and black-regex in tempest run  https://review.openstack.org/63370010:54
openstackgerritMerged openstack/tempest master: Update v3 identity project tag test to work w/ pre-prov  https://review.openstack.org/62901010:57
*** ssbarnea|bkp2 has quit IRC11:01
*** ssbarnea|rover has joined #openstack-qa11:02
*** mvkr has joined #openstack-qa11:03
*** rfolco has joined #openstack-qa11:03
*** yamamoto has quit IRC11:14
*** markvoelker has joined #openstack-qa11:21
openstackgerritMerged openstack/devstack-plugin-ceph master: Allow setting test API microversions in gate tests  https://review.openstack.org/63358411:32
*** agurenko has quit IRC11:40
openstackgerritMasayuki Igawa proposed openstack/tempest master: Remove warnings.simplefilter to suppress ResourceWarning  https://review.openstack.org/63370511:52
openstackgerritMerged openstack/devstack-plugin-ceph master: Support manila with python3  https://review.openstack.org/62873811:52
*** markvoelker has quit IRC11:53
*** yamamoto has joined #openstack-qa11:54
openstackgerritSlawek Kaplonski proposed openstack/tempest master: Add unstable_test decorator  https://review.openstack.org/63370611:58
slaweqgmann: ^^ here is the patch which we talked about earlier today11:59
*** yamamoto has quit IRC12:04
*** lucasagomes is now known as lucas-hungry12:07
*** jpena is now known as jpena|lunch12:15
*** yamamoto has joined #openstack-qa12:23
*** pcaruana has quit IRC12:40
*** pcaruana has joined #openstack-qa12:50
*** markvoelker has joined #openstack-qa12:50
*** lucas-hungry is now known as lucasagomes12:51
*** aojea_ has joined #openstack-qa13:10
*** e0ne has quit IRC13:13
*** aojea_ has quit IRC13:14
*** artom has quit IRC13:15
*** artom has joined #openstack-qa13:15
*** markvoelker has quit IRC13:20
*** gkadam has quit IRC13:20
*** mriedem has joined #openstack-qa13:28
*** e0ne has joined #openstack-qa13:29
*** jpena|lunch is now known as jpena13:36
*** gcheresh_ has joined #openstack-qa13:43
*** gcheresh has quit IRC13:44
*** rh-jelabarre has joined #openstack-qa13:47
openstackgerritTom Barron proposed openstack/devstack-plugin-ceph master: Use shaman again for manila  https://review.openstack.org/63022113:50
openstackgerritMatt Riedemann proposed openstack-infra/elastic-recheck master: Add query for cinder tooz connection error bug 1810526  https://review.openstack.org/63373813:59
openstackbug 1810526 in Cinder "volume delete fails due to ToozConnectionError in the gate" [Undecided,Confirmed] https://launchpad.net/bugs/181052613:59
*** yamamoto has quit IRC14:00
openstackgerritMerged openstack-infra/elastic-recheck master: fix tox python3 overrides  https://review.openstack.org/60561814:09
*** aojea_ has joined #openstack-qa14:12
*** yamamoto has joined #openstack-qa14:23
*** aojea_ has quit IRC14:30
*** aojea_ has joined #openstack-qa14:33
openstackgerritMerged openstack-infra/elastic-recheck master: Add query for cinder tooz connection error bug 1810526  https://review.openstack.org/63373814:34
openstackbug 1810526 in Cinder "volume delete fails due to ToozConnectionError in the gate" [Undecided,Confirmed] https://launchpad.net/bugs/181052614:34
*** dave-mccowan has joined #openstack-qa14:38
*** dave-mccowan has quit IRC14:45
*** pcaruana has quit IRC14:45
*** e0ne has quit IRC14:51
*** pcaruana has joined #openstack-qa14:53
*** e0ne has joined #openstack-qa14:54
*** awaugama has joined #openstack-qa14:59
*** sshnaidm is now known as sshnaidm|mtg15:04
*** Luzi has quit IRC15:05
*** yamamoto has quit IRC15:15
*** vegasq has joined #openstack-qa15:16
*** aojea_ has quit IRC15:16
*** yamamoto has joined #openstack-qa15:16
*** yamamoto has quit IRC15:16
*** aojea_ has joined #openstack-qa15:16
*** yamamoto has joined #openstack-qa15:17
*** vegasq_ has joined #openstack-qa15:20
*** vegasq has quit IRC15:20
*** mjturek has joined #openstack-qa15:20
*** aojea_ has quit IRC15:21
*** yamamoto has quit IRC15:23
*** sshnaidm|mtg is now known as sshnaidm15:33
*** mjturek has quit IRC15:34
*** gcheresh_ has quit IRC15:39
*** gcheresh_ has joined #openstack-qa15:40
*** gcheresh_ has quit IRC15:45
openstackgerritMatt Riedemann proposed openstack-infra/elastic-recheck master: Add query for evacuate vif plugging timeout bug 1813789  https://review.openstack.org/63376615:49
openstackbug 1813789 in OpenStack Compute (nova) "Evacuate test intermittently fails with network-vif-plugged timeout exception" [Medium,Confirmed] https://launchpad.net/bugs/181378915:49
*** openstackgerrit has quit IRC15:51
*** trevormc has joined #openstack-qa15:58
*** mjturek has joined #openstack-qa16:07
*** gcheresh_ has joined #openstack-qa16:07
*** gcheresh_ has quit IRC16:15
*** samP has quit IRC16:24
*** e0ne has quit IRC16:31
*** chandankumar is now known as chkumar|out16:35
*** openstackgerrit has joined #openstack-qa16:39
openstackgerritMerged openstack/devstack-plugin-ceph master: Use shaman again for manila  https://review.openstack.org/63022116:39
openstackgerritTrevor McCasland proposed openstack/tempest master: Support hidden vnc console server header  https://review.openstack.org/63378116:41
openstackgerritMerged openstack-infra/elastic-recheck master: Add query for evacuate vif plugging timeout bug 1813789  https://review.openstack.org/63376616:47
openstackbug 1813789 in OpenStack Compute (nova) "Evacuate test intermittently fails with network-vif-plugged timeout exception" [Medium,Confirmed] https://launchpad.net/bugs/181378916:47
openstackgerritTrevor McCasland proposed openstack/tempest master: Support hidden vnc console server header  https://review.openstack.org/63378116:51
openstackgerritTrevor McCasland proposed openstack/tempest master: Support hidden vnc console server header  https://review.openstack.org/63378116:51
*** noama has quit IRC16:59
*** ccamposr has quit IRC17:01
*** pcaruana has quit IRC17:01
*** yamamoto has joined #openstack-qa17:21
*** rpittau has quit IRC17:21
*** rpittau has joined #openstack-qa17:21
*** mjturek has quit IRC17:24
*** kopecmartin is now known as kopecmartin|off17:24
*** ramishra has quit IRC17:25
*** yamamoto has quit IRC17:27
*** mjturek has joined #openstack-qa17:35
*** rpittau has quit IRC17:35
*** sridharg has quit IRC17:44
*** e0ne has joined #openstack-qa17:46
*** aojea has quit IRC17:58
*** aojea has joined #openstack-qa18:10
*** aojea has quit IRC18:15
*** jpena is now known as jpena|off18:15
openstackgerritsean mooney proposed openstack-dev/devstack master: set owner and group to no for fetch-devstack-log-dir  https://review.openstack.org/63379618:21
*** aojea has joined #openstack-qa18:29
*** ekcs has joined #openstack-qa18:33
*** gcheresh_ has joined #openstack-qa18:46
*** aojea has quit IRC18:52
*** e0ne has quit IRC18:53
*** aojea has joined #openstack-qa18:53
openstackgerritNicolas Helgeson proposed openstack/tempest master: Current naming convention is uninformative.  https://review.openstack.org/63107618:57
*** aojea has quit IRC18:57
*** yamamoto has joined #openstack-qa19:04
openstackgerritNicolas Helgeson proposed openstack/qa-specs master: Spec: Re-factor Account Generator  https://review.openstack.org/63038019:05
openstackgerritNicolas Helgeson proposed openstack/qa-specs master: Add a user-isolated cleanup option to tempest cleanup  https://review.openstack.org/59527719:05
*** mvkr has quit IRC19:06
*** whoami-rajat has quit IRC19:07
*** e0ne has joined #openstack-qa19:07
*** dtantsur is now known as dtantsur|afk19:17
*** awaugama has quit IRC19:51
*** gcheresh_ has quit IRC19:53
*** raissa has joined #openstack-qa19:53
*** trevormc has quit IRC19:57
openstackgerritMerged openstack/patrole master: dict_object.keys() is not required for *in* operator  https://review.openstack.org/62651920:02
*** raissa has quit IRC20:03
*** yamamoto has quit IRC20:05
*** raissa has joined #openstack-qa20:05
*** raissa has quit IRC20:05
*** raissa has joined #openstack-qa20:05
*** raissa has quit IRC20:06
*** raissa has joined #openstack-qa20:06
*** raissa has quit IRC20:06
*** awaugama has joined #openstack-qa20:06
*** aojea has joined #openstack-qa20:29
*** aojea has quit IRC20:30
*** awaugama has quit IRC20:30
*** aojea_ has joined #openstack-qa20:30
*** mjturek has quit IRC20:39
*** e0ne has quit IRC20:42
*** mjturek has joined #openstack-qa20:42
clarkbHello QA team, the infra/opendev team would like to get away from supporting the git:// protocol for git repos. There are a variety of reasons for this, but mostly its because this is a one off service that doesn't scale all that well (and various git hosting backends don't supply it so we have to run it all ourselves, on top of that you can't really vhost with the protocol like you can with http(s))21:01
*** mjturek has quit IRC21:01
clarkbdevstack is a big consumer of the git:// urls. Any gotchs with doing a bulk replace to https://21:01
clarkbfrickler: ^ I'll be in Brussels Thursday morning assuming travel works out (yay weather) and maybe we can talk about it more then if there are concerns or things to consider?21:02
*** vegasq_ has quit IRC21:06
openstackgerritMatt Riedemann proposed openstack/tempest master: Fix E117 for pycodestyle (pep8) 2.5.0  https://review.openstack.org/63383021:20
mriedemmtreinish: should fast approve this to unblock ^21:20
openstackgerritMatt Riedemann proposed openstack/tempest master: Skip test_subnet_details slow test until bug 1813198 is fixed  https://review.openstack.org/63356621:21
openstackbug 1813198 in tempest "TestNetworkBasicOps:test_subnet_details intermittently fails with "cat: can't open '/var/run/udhcpc..pid': No such file or directory"" [High,In progress] https://launchpad.net/bugs/1813198 - Assigned to Bence Romsics (bence-romsics)21:21
mriedemmtreinish: and re-approve ^ please21:21
openstackgerritMatt Riedemann proposed openstack/tempest master: Raise renew_delay in TestNetworkBasicOps:test_subnet_details  https://review.openstack.org/63350221:21
*** mjturek has joined #openstack-qa21:25
*** mjturek has quit IRC21:29
*** gfidente has quit IRC21:32
*** rh-jelabarre has quit IRC22:18
*** aojea_ has quit IRC22:33
*** slaweq has quit IRC22:36
mtreinishmriedem: we don't upper-constraints that?22:44
mtreinishI guess it's only in test-requirements22:44
mriedemyeah i guess not22:45
mriedemneutron and some other projects are dealing with the fallout22:45
openstackgerritMerged openstack/patrole master: Migrate patrol jobs to bionic(Ubuntu LTS 18.04)  https://review.openstack.org/61947123:04
-openstackstatus- NOTICE: http://zuul.openstack.org is not working. https://zuul.openstack.org does work. Please use that while we investigate.23:14
*** rcernin has quit IRC23:53

Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!