*** ChanServ has quit IRC | 01:00 | |
*** ChanServ has joined #openstack-qa | 01:03 | |
*** barjavel.freenode.net sets mode: +o ChanServ | 01:03 | |
*** mriedem_afk has quit IRC | 01:05 | |
*** felipemonteiro has quit IRC | 01:12 | |
*** ramishra has joined #openstack-qa | 01:15 | |
*** felipemonteiro has joined #openstack-qa | 01:18 | |
*** felipemonteiro has quit IRC | 01:37 | |
*** mmedvede has quit IRC | 01:48 | |
*** masayukig has quit IRC | 01:49 | |
*** dansmith has quit IRC | 01:49 | |
*** dansmith has joined #openstack-qa | 01:51 | |
*** mmedvede has joined #openstack-qa | 01:52 | |
*** swamireddy has joined #openstack-qa | 01:56 | |
*** brinzhang has joined #openstack-qa | 02:03 | |
openstackgerrit | zhufl proposed openstack/tempest master: Add testcase for getting hypervisor servers in 2.53 https://review.openstack.org/594037 | 02:20 |
---|---|---|
*** hongbin has joined #openstack-qa | 02:21 | |
*** sweston has quit IRC | 02:28 | |
*** jlvillal has quit IRC | 02:28 | |
*** dims has quit IRC | 02:28 | |
*** mtreinish has quit IRC | 02:28 | |
*** TheJulia has quit IRC | 02:28 | |
*** chandankumar has quit IRC | 02:28 | |
*** slaweq has quit IRC | 02:28 | |
*** mordred has quit IRC | 02:28 | |
*** sshnaidm|off has quit IRC | 02:28 | |
*** sweston has joined #openstack-qa | 02:30 | |
*** mtreinish has joined #openstack-qa | 02:30 | |
*** dims has joined #openstack-qa | 02:30 | |
*** jlvillal has joined #openstack-qa | 02:30 | |
*** TheJulia has joined #openstack-qa | 02:30 | |
*** chandankumar has joined #openstack-qa | 02:30 | |
*** slaweq has joined #openstack-qa | 02:30 | |
*** mordred has joined #openstack-qa | 02:30 | |
*** sshnaidm|off has joined #openstack-qa | 02:30 | |
*** openstack has joined #openstack-qa | 13:19 | |
*** ChanServ sets mode: +o openstack | 13:20 | |
*** openstackstatus has joined #openstack-qa | 13:22 | |
*** openstackstatus has joined #openstack-qa | 13:25 | |
*** ChanServ sets mode: +v openstackstatus | 13:25 | |
*** felipemonteiro has joined #openstack-qa | 13:29 | |
edmondsw | nevermind about my devstack question above | 13:46 |
*** awaugama has joined #openstack-qa | 13:53 | |
mriedem | so i guess we can't run scenario tests with specific microversions b/c the tests don't know which service the microversion applies to? | 14:00 |
mriedem | is it possible to do per-call microversion requests in tempest? | 14:00 |
mriedem | is anyone from the QA team even still alive and in this channel? :) | 14:00 |
mtreinish | mriedem: there really isn't a mechanism in tempest that enables running a single test in isolation. We have the locks but that's mostly to prevent conflicting tests from running at the same time | 14:03 |
mtreinish | you can put it in scenario or something, but there is no guarantee that someone isn't running that in parallel somewhere | 14:04 |
mriedem | yup i know | 14:04 |
mriedem | you'd have to reno and doc it somehow, but even then the source compute should really be down, like dead process | 14:05 |
mriedem | so not really something we can do in tempest anyway | 14:05 |
mriedem | so i'm considering a post-test hook script | 14:05 |
mriedem | which runs on the control node which has an n-cpu, so we could force a vm onto that host, down the host, and then evac the server to the subnode n-cpu | 14:05 |
mtreinish | yeah, that might be a better way to test it | 14:12 |
openstackgerrit | sumitjami proposed openstack-dev/devstack master: import/export elasticsearch gpg key for suse https://review.openstack.org/580183 | 14:16 |
*** felipemonteiro has quit IRC | 14:16 | |
*** viks__ has quit IRC | 14:38 | |
*** jlvillal is now known as jlviva-viva | 14:52 | |
openstackgerrit | Jeremy Zhang proposed openstack/tempest master: Add test for list snapshots with offset param https://review.openstack.org/596358 | 14:53 |
*** pcaruana has quit IRC | 14:59 | |
openstackgerrit | yatin proposed openstack-dev/devstack master: [DNM][glance] Test with mod_wsgi https://review.openstack.org/596380 | 15:18 |
*** kopecmartin has quit IRC | 15:21 | |
*** ramishra has quit IRC | 15:25 | |
*** raildo has quit IRC | 15:26 | |
*** shardy has quit IRC | 15:37 | |
*** jpena is now known as jpena|off | 15:53 | |
*** raildo has joined #openstack-qa | 15:54 | |
*** dtantsur is now known as dtantsur|afk | 16:01 | |
*** zenirc369 has quit IRC | 16:11 | |
openstackgerrit | Mykola Yakovliev proposed openstack/patrole master: Add tests to cover policy_dscp_marking_rule https://review.openstack.org/592762 | 16:12 |
*** larainema has quit IRC | 16:24 | |
openstackgerrit | Mykola Yakovliev proposed openstack/patrole master: Add tests to cover policy_dscp_marking_rule https://review.openstack.org/592762 | 16:28 |
openstackgerrit | Mykola Yakovliev proposed openstack/patrole master: Add tests to cover policy_minimum_bandwidth_rule https://review.openstack.org/593847 | 16:28 |
openstackgerrit | Mykola Yakovliev proposed openstack/patrole master: Add tests to cover policy_bandwidth_limit_rule https://review.openstack.org/593953 | 16:29 |
*** dustins has quit IRC | 16:34 | |
*** gkadam has quit IRC | 16:38 | |
*** gkadam has joined #openstack-qa | 16:52 | |
gmann | mriedem: yeah it is possible with post-test hook script. for microversion in scenario tests, that is possible by just making ScenarioTest derived with microversion classes and then per test class we can make different service API with microversion request | 16:57 |
gmann | mriedem: though i am not sure about making compute node down on gate CI untill we run that tests only per job. or you are making compute node up at the end of tests and then running other tests (in serial) in same job ? | 16:59 |
mriedem | gmann: post-test hooks run after tempest | 17:01 |
mriedem | so this would be like a script that runs after tempest in ceph/nfs jobs | 17:01 |
gmann | you will run during teardown | 17:01 |
gmann | ok | 17:01 |
mriedem | my motivation to do this has dropped significantly in the last few hours, | 17:01 |
mriedem | so idk that i'll work on anything | 17:01 |
mriedem | but the need for actually testing evacuate in a real env comes up every 6 months | 17:02 |
*** mriedem is now known as mriedem_afk | 17:02 | |
gmann | i understand. is testing with fake driver like we used to test for large ops tests work? or you want to test it with real hypervisor | 17:03 |
*** dustins has joined #openstack-qa | 17:21 | |
*** dustins has quit IRC | 17:27 | |
*** dustins has joined #openstack-qa | 17:31 | |
*** tosky has quit IRC | 17:36 | |
openstackgerrit | jessegler proposed openstack/patrole master: Adds tests to cover QOS policy https://review.openstack.org/593976 | 17:47 |
*** gkadam has quit IRC | 18:30 | |
*** mriedem_afk is now known as mriedem | 18:45 | |
*** rossella_s has quit IRC | 18:55 | |
*** rossella_s has joined #openstack-qa | 18:59 | |
*** rossella_s has quit IRC | 19:09 | |
*** rossella_s has joined #openstack-qa | 19:12 | |
openstackgerrit | Matt Riedemann proposed openstack-infra/elastic-recheck master: Add query for nova file not found func test failure 1788922 https://review.openstack.org/596431 | 19:14 |
openstackgerrit | Matt Riedemann proposed openstack-infra/elastic-recheck master: Add query for nova file not found func test failure bug 1788922 https://review.openstack.org/596431 | 19:15 |
openstack | bug 1788922 in OpenStack Compute (nova) "SRIOVServersTest.test_create_server_with_VF intermittently fails due to "FileNotFoundError: [Errno 2] No such file or directory: '/home/zuul/src/git.openstack.org/openstack/nova/instances/.directio.test'"" [Medium,Confirmed] https://launchpad.net/bugs/1788922 | 19:15 |
*** rossella_s has quit IRC | 19:32 | |
*** rossella_s has joined #openstack-qa | 19:34 | |
*** mriedem has quit IRC | 19:40 | |
*** mriedem has joined #openstack-qa | 19:48 | |
openstackgerrit | Merged openstack-infra/elastic-recheck master: Add query for nova file not found func test failure bug 1788922 https://review.openstack.org/596431 | 19:49 |
openstack | bug 1788922 in OpenStack Compute (nova) "SRIOVServersTest.test_create_server_with_VF intermittently fails due to "FileNotFoundError: [Errno 2] No such file or directory: '/home/zuul/src/git.openstack.org/openstack/nova/instances/.directio.test'"" [Medium,Confirmed] https://launchpad.net/bugs/1788922 | 19:49 |
openstackgerrit | Merged openstack/patrole master: Add tests to cover flavor_service_profile https://review.openstack.org/591056 | 19:49 |
*** rossella_s has quit IRC | 20:01 | |
*** rossella_s has joined #openstack-qa | 20:04 | |
*** rossella_s has quit IRC | 20:41 | |
*** rossella_s has joined #openstack-qa | 20:42 | |
*** dustins has quit IRC | 20:43 | |
*** raildo has quit IRC | 20:53 | |
*** rossella_s has quit IRC | 21:19 | |
*** rossella_s has joined #openstack-qa | 21:19 | |
*** awaugama has quit IRC | 21:36 | |
*** rh-jelabarre has quit IRC | 22:37 | |
*** rossella_s has quit IRC | 22:40 | |
*** rossella_s has joined #openstack-qa | 22:42 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!