Friday, 2021-01-22

*** tosky has quit IRC00:09
openstackgerritGhanshyam proposed openstack/tempest master: Move horizon test from tempest-horizon to tempest  https://review.opendev.org/c/openstack/tempest/+/77172700:12
brinzhanggmann: pls check this tempest zuul job, I hit an issue, cannot pass the zuul job check because of the nova change00:24
brinzhanggmann: tempest patch is https://review.opendev.org/c/openstack/tempest/+/76912000:24
brinzhanggmann: the nova change is https://review.opendev.org/c/openstack/nova/+/768852/7/nova/api/openstack/compute/routes.py#689 and the heah patch bofor it00:25
gmannbrinzhang: just replied on tempest patch00:26
gmannbrinzhang: for testing the nova changes we just need 1. add new tests with new microversion 2. cap old failing tests with new microversion - 100:26
gmannlet me give the example for both00:27
brinzhangthanks00:27
gmannthis is for new test with min_microversion as where the nova changes done https://github.com/openstack/tempest/blob/master/tempest/api/compute/admin/test_hypervisor.py#L10800:28
gmannfor that you need new tempest service client which you are already doing https://review.opendev.org/c/openstack/tempest/+/769120/13/tempest/lib/services/compute/project_usages_client.py00:29
gmannand for existing test, do not delete but cap them with max_version https://review.opendev.org/c/openstack/tempest/+/769120/13/tempest/api/compute/admin/test_simple_tenant_usage.py00:30
gmannif you include class level var max_microversion = '2.89' like done  in https://github.com/openstack/tempest/blob/master/tempest/api/compute/admin/test_hypervisor.py#L12700:30
gmannthat should be enough for testing the new API with new microversion and old API until 2.8900:31
brinzhangbut the os-simple-tenant-usage action will replace with os-simple-project-usage action, the tempest check the os-simple-tenant-usage action00:31
brinzhangdoes it impact the stable branch?00:31
gmannbrinzhang: that is replaced with new microversion onwards only and old microversion will have no change00:31
*** rcernin has quit IRC00:32
brinzhanggmann: ack, I will try00:32
gmannbrinzhang:   max_microversion will take care of stable branch . in devstack we cap the max version on each stable branch. for example 2.87 for ussuri - https://review.opendev.org/c/openstack/devstack/+/725439/1/lib/tempest00:33
gmannthis way tempest running on stable/ussuri will skip all the new microversion > 2.87 tests means testing only things which are available until ussuri00:34
*** brinzhang_ has joined #openstack-qa00:34
brinzhang_gmann: sorry, my net is disconnect just now00:35
gmannoh00:35
gmannre posting chat00:35
brinzhang_thanks00:35
gmannbrinzhang:   max_microversion will take care of stable branch . in devstack we cap the max version on each stable branch. for example 2.87 for ussuri - https://review.opendev.org/c/openstack/devstack/+/725439/1/lib/tempest00:35
gmannthis way tempest running on stable/ussuri will skip all the new microversion > 2.87 tests means testing only things which are available until ussuri00:35
gmannthat was question for stable branch testing00:36
gmanns/question/answer00:36
brinzhang_gmann: so I also need to submit a patch for the devstack bump the max_version=2.89 ?00:37
*** rcernin has joined #openstack-qa00:37
*** brinzhang has quit IRC00:37
gmannbrinzhang_: no, on master it is 'latest' so test everything00:37
gmannonce we cut the devstack wallaby branch then we cap it with what we have in nova as max.00:37
gmannthat qa team handle at the time of wallaby release00:38
*** lbragstad_ has joined #openstack-qa00:38
brinzhang_gmann: ack00:38
*** songwenping_ has joined #openstack-qa00:38
*** songwenping_ has quit IRC00:38
gmannbasically tempest will test same way user will use: call 'os-simple-tenant-usage' api for <=2.89 and 'os-simple-project-usage' api > 2.8900:39
brinzhang_it's good for me00:39
*** songwenping_ has joined #openstack-qa00:40
brinzhang_gmann: thanks for your guide, I think it's enough to get this patch issue, if Ihave other questions, will ping you agaion, thanks again00:40
*** lbragstad has quit IRC00:40
openstackgerritGhanshyam proposed opendev/subunit2sql master: Fix compatibility with latest oslo.config  https://review.opendev.org/c/opendev/subunit2sql/+/76483200:41
gmannbrinzhang_: sure, np!00:41
brinzhang_^^00:41
*** dave-mccowan has quit IRC01:15
*** dave-mccowan has joined #openstack-qa01:30
*** lbragstad_ is now known as lbragstad01:37
openstackgerritGhanshyam proposed opendev/subunit2sql master: Fix compatibility with latest oslo.config  https://review.opendev.org/c/opendev/subunit2sql/+/76483201:45
gmannmtreinish: ^^ this should finally pass, I am skipping the hacking checks failing for 2.0.0 otherwise it can be lot of code change in this. I can work on that once gate is green01:46
*** lbragstad has quit IRC01:46
*** rh-jelabarre has quit IRC02:22
*** hamalq has quit IRC02:24
*** brinzhang_ has quit IRC02:44
*** brinzhang_ has joined #openstack-qa02:45
*** rcernin has quit IRC03:08
*** psahoo has joined #openstack-qa03:11
*** ianw is now known as ianw_pto03:12
*** lbragstad has joined #openstack-qa03:25
*** rcernin has joined #openstack-qa03:33
*** zenkuro has quit IRC03:40
*** rcernin has quit IRC03:48
*** rcernin has joined #openstack-qa04:04
*** rcernin has quit IRC04:05
*** rcernin has joined #openstack-qa04:05
openstackgerritMerged openstack/tempest master: Add client methods and tests for system grants  https://review.opendev.org/c/openstack/tempest/+/74386504:45
*** vishalmanchanda has joined #openstack-qa04:47
*** psahoo has quit IRC04:59
*** ykarel has joined #openstack-qa05:00
*** lbragstad has quit IRC05:11
*** psahoo has joined #openstack-qa05:14
*** psahoo has quit IRC05:21
*** psahoo has joined #openstack-qa05:37
openstackgerritRico Lin proposed openstack/devstack master: arm64 devstack run  https://review.opendev.org/c/openstack/devstack/+/70831705:43
*** sboyron has joined #openstack-qa06:32
openstackgerritRico Lin proposed openstack/devstack master: arm64 devstack run  https://review.opendev.org/c/openstack/devstack/+/70831706:56
fricklerkevinz: ricolin: we seem to be failing to start any nodes on linaro-us since yesterday about 1600, can you check this on your end? https://grafana.opendev.org/d/pwrNXt2Mk/nodepool-linaro?orgId=1&from=now-24h&to=now (cc infra-root)07:02
ykarelAny tempest core around? review please https://review.opendev.org/c/openstack/tempest/+/77181707:02
kevinzfrickler: yes I just sort out the issue07:03
kevinzrecovered, now I can see instances is launching07:04
*** lpiwowar has joined #openstack-qa07:04
fricklerkevinz: great, thx. (also this was meant for #openstack-infra, but nevermind)07:06
kevinznp, yw07:07
kevinzfrickler: :-)07:07
*** lpiwowar has quit IRC07:09
*** lpiwowar has joined #openstack-qa07:09
*** rcernin has quit IRC07:25
*** rpittau|afk is now known as rpittau07:34
*** rcernin has joined #openstack-qa07:37
*** rcernin has quit IRC07:42
*** psahoo has quit IRC07:45
*** ralonsoh has joined #openstack-qa07:48
*** rcernin has joined #openstack-qa07:50
*** yamamoto has quit IRC07:53
*** yamamoto has joined #openstack-qa07:54
*** slaweq has joined #openstack-qa07:54
*** rcernin has quit IRC07:55
*** psahoo has joined #openstack-qa07:58
*** yamamoto has quit IRC08:04
*** rcernin has joined #openstack-qa08:08
*** rcernin has quit IRC08:13
*** rcernin has joined #openstack-qa08:14
*** rcernin has quit IRC08:19
*** rcernin has joined #openstack-qa08:26
*** rcernin has quit IRC08:31
*** gcheresh has joined #openstack-qa08:32
*** yamamoto has joined #openstack-qa08:36
*** rcernin has joined #openstack-qa08:44
*** tosky has joined #openstack-qa08:44
*** rcernin has quit IRC08:49
*** yamamoto has quit IRC08:51
*** gfidente|afk is now known as gfidente08:52
openstackgerritBrin Zhang proposed openstack/tempest master: Replace tenant-usage with project-usage  https://review.opendev.org/c/openstack/tempest/+/76912008:55
*** jpena|off is now known as jpena08:57
yoctozeptogmann: ack, done08:59
*** lucasagomes has joined #openstack-qa09:02
*** psahoo has quit IRC09:06
*** rcernin has joined #openstack-qa09:08
*** rcernin has quit IRC09:13
*** masayukig has quit IRC09:14
*** zigo has quit IRC09:14
*** masayukig has joined #openstack-qa09:15
*** zigo has joined #openstack-qa09:15
*** psahoo has joined #openstack-qa09:15
*** rcernin has joined #openstack-qa09:25
*** gcheresh has quit IRC09:26
*** rcernin has quit IRC09:30
*** lpiwowar has quit IRC09:31
*** lpiwowar has joined #openstack-qa09:32
*** rcernin has joined #openstack-qa09:32
*** dtantsur|afk is now known as dtantsur09:59
openstackgerritRico Lin proposed openstack/devstack master: arm64 devstack run  https://review.opendev.org/c/openstack/devstack/+/70831710:03
*** yamamoto has joined #openstack-qa10:05
*** yamamoto has quit IRC10:09
ricolinkevinz, as I mentioned in private chat, the issue seems still happening (not sure it's the same as issues frickler mention or it's because the experiment devstack job with xxxlarge flavor). Here's the final live stream log I found from test http://paste.openstack.org/show/801861/10:10
openstackgerritLee Yarwood proposed openstack/tempest master: test_encrypted_cinder_volumes: Do not create an image for this test  https://review.opendev.org/c/openstack/tempest/+/77195810:14
*** yamamoto has joined #openstack-qa10:16
*** yamamoto has quit IRC10:16
*** yamamoto has joined #openstack-qa10:16
openstackgerritMartin Kopec proposed openstack/tempest master: DNM: debug swift test failure bug#1905432  https://review.opendev.org/c/openstack/tempest/+/76402010:19
*** yamamoto has quit IRC10:20
*** yamamoto has joined #openstack-qa10:20
*** yamamoto has quit IRC10:20
*** yamamoto has joined #openstack-qa10:21
*** yamamoto has quit IRC10:22
*** yamamoto has joined #openstack-qa10:22
*** yamamoto has quit IRC10:22
*** yamamoto has joined #openstack-qa10:23
*** yamamoto has quit IRC10:27
kopecmartinmasayukig: hi, can you please review this https://review.opendev.org/c/openstack/openstack-health/+/740564 , thanks10:37
openstackgerritWenping Song proposed openstack/tempest master: Replace tenant-usage with project-usage  https://review.opendev.org/c/openstack/tempest/+/76912010:37
masayukigkopecmartin: +A10:38
kopecmartinmasayukig: thank you10:38
openstackgerritMerged openstack/tempest master: Fix project/domain scope in dynamic_creds  https://review.opendev.org/c/openstack/tempest/+/77181710:44
brinzhang_gmann: I was updated the tempest for the project-usage as your suggestion, pls review again https://review.opendev.org/c/openstack/tempest/+/76912010:55
brinzhang_gmann: thanks10:55
openstackgerritLukas Piwowarski proposed openstack/tempest master: Make create_user domain-aware for V3CredsClient  https://review.opendev.org/c/openstack/tempest/+/64223711:01
*** ykarel_ has joined #openstack-qa11:08
*** ykarel has quit IRC11:08
*** ykarel__ has joined #openstack-qa11:16
*** ykarel_ has quit IRC11:19
*** rcernin has quit IRC11:31
*** rcernin has joined #openstack-qa11:38
*** zenkuro has joined #openstack-qa11:54
*** rcernin has quit IRC12:00
*** rcernin has joined #openstack-qa12:27
*** gcheresh has joined #openstack-qa12:28
*** iurygregory_ has joined #openstack-qa12:28
*** iurygregory has quit IRC12:28
*** iurygregory_ is now known as iurygregory12:29
*** jpena is now known as jpena|lunch12:35
*** yamamoto has joined #openstack-qa12:44
*** rcernin has quit IRC12:48
*** yamamoto has quit IRC12:49
*** psahoo has quit IRC12:49
*** rh-jelabarre has joined #openstack-qa12:55
*** psahoo has joined #openstack-qa13:08
*** tkajinam_ has quit IRC13:16
*** sboyron has quit IRC13:16
openstackgerritMartin Kopec proposed openstack/openstack-health master: Cap pandas to < 1.2.0 to fix gates  https://review.opendev.org/c/openstack/openstack-health/+/77197613:26
openstackgerritMartin Kopec proposed openstack/openstack-health master: Cap pandas to < 1.2.0 to fix gates  https://review.opendev.org/c/openstack/openstack-health/+/77197613:27
*** sboyron has joined #openstack-qa13:27
*** paras333 has joined #openstack-qa13:28
*** jpena|lunch is now known as jpena13:34
kopecmartingmann: masayukig https://review.opendev.org/c/openstack/openstack-health/+/771976 will fix failing changes on gates in openstack-health13:40
*** lbragstad has joined #openstack-qa13:42
*** ykarel__ is now known as ykarel13:44
gmannkopecmartin: thanks +214:17
gmannkopecmartin: this is ready https://review.opendev.org/c/openstack/tempest/+/77172714:17
gmannbrinzhang_: ack, will check it14:17
*** gcheresh has quit IRC14:39
masayukigkopecmartin: +A14:49
masayukiggmann: +2 for 77172714:49
gmannmasayukig: thanks14:52
gmannmasayukig: also this subunit one is all green now - https://review.opendev.org/c/opendev/subunit2sql/+/76483214:52
gmannI can work on more things there on new hacking and py2 drop etc after this14:53
openstackgerritMerged openstack/openstack-health master: Cap pandas to < 1.2.0 to fix gates  https://review.opendev.org/c/openstack/openstack-health/+/77197614:57
*** rpittau is now known as rpittau|afk14:58
masayukiggmann: +215:01
*** mugsie has joined #openstack-qa15:09
*** vishalmanchanda has quit IRC15:15
*** mugsie has quit IRC15:18
openstackgerritMerged openstack/devstack stable/stein: Setting available_features for stable branch  https://review.opendev.org/c/openstack/devstack/+/77139815:19
gmannmasayukig: thanks15:28
openstackgerritMerged openstack/openstack-health master: Replace assertItemsEqual with assertCountEqual  https://review.opendev.org/c/openstack/openstack-health/+/74056415:39
*** nweinber has joined #openstack-qa15:43
openstackgerritArtom Lifshitz proposed openstack/whitebox-tempest-plugin master: WIP: Different approach to TripleO job  https://review.opendev.org/c/openstack/whitebox-tempest-plugin/+/76286615:46
openstackgerritArtom Lifshitz proposed openstack/whitebox-tempest-plugin master: Simplify and rename Devstack-specific pre tasks  https://review.opendev.org/c/openstack/whitebox-tempest-plugin/+/77199615:46
*** mugsie has joined #openstack-qa15:51
*** nweinber has quit IRC15:52
*** nweinber has joined #openstack-qa15:53
openstackgerritMerged openstack/openstack-health master: Create tox environment to build pdf documentation  https://review.opendev.org/c/openstack/openstack-health/+/75223516:01
*** raildo has joined #openstack-qa16:20
*** lpiwowar has quit IRC16:33
*** ykarel has quit IRC16:47
*** lucasagomes has quit IRC17:08
openstackgerritMerged openstack/tempest master: Move horizon test from tempest-horizon to tempest  https://review.opendev.org/c/openstack/tempest/+/77172717:08
*** ralonsoh has quit IRC17:51
*** gfidente has quit IRC17:55
*** jpena is now known as jpena|off17:55
*** slaweq has quit IRC18:12
*** lbragstad has quit IRC18:16
*** dtantsur is now known as dtantsur|afk18:17
*** lbragstad has joined #openstack-qa18:22
*** ramishra has quit IRC18:38
*** psahoo has quit IRC18:55
*** gcheresh has joined #openstack-qa19:24
*** slaweq has joined #openstack-qa19:46
*** slaweq has quit IRC20:01
*** rh-jelabarre has quit IRC20:12
openstackgerritMerged opendev/subunit2sql master: Fix compatibility with latest oslo.config  https://review.opendev.org/c/opendev/subunit2sql/+/76483220:19
*** gcheresh has quit IRC20:25
*** nweinber has quit IRC20:34
*** viks____ has quit IRC20:50
*** rcernin has joined #openstack-qa20:58
*** rcernin has quit IRC21:02
*** rcernin has joined #openstack-qa21:03
*** vhari has quit IRC21:20
*** vhari has joined #openstack-qa21:22
*** rcernin has quit IRC21:28
openstackgerritArtom Lifshitz proposed openstack/whitebox-tempest-plugin master: WIP: Different approach to TripleO job  https://review.opendev.org/c/openstack/whitebox-tempest-plugin/+/76286621:53
openstackgerritArchit Modi proposed openstack/whitebox-tempest-plugin master: [WIP] Introduce volume encryption tests  https://review.opendev.org/c/openstack/whitebox-tempest-plugin/+/77128322:11
openstackgerritArchit Modi proposed openstack/whitebox-tempest-plugin master: Introduce volume encryption tests  https://review.opendev.org/c/openstack/whitebox-tempest-plugin/+/77128322:12
openstackgerritHironori Shiina proposed openstack/devstack master: WIP: Configure Cinder backup driver  https://review.opendev.org/c/openstack/devstack/+/77017122:43
*** rcernin has joined #openstack-qa22:46
*** yamamoto has joined #openstack-qa22:58
openstackgerritDan Smith proposed openstack/devstack master: WIP: Async task support  https://review.opendev.org/c/openstack/devstack/+/77150523:43

Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!