Friday, 2022-10-28

*** cstone5 is now known as cstone08:07
*** carloss_ is now known as carloss08:07
*** andrewbonney_ is now known as andrewbonney08:07
*** open10k8s_ is now known as open10k8s08:07
*** NobodyCam_ is now known as NobodyCam08:07
*** erbarr_ is now known as erbarr08:07
*** TheJulia_ is now known as TheJulia08:07
*** gouthamr_ is now known as gouthamr08:07
*** PrinzElvis_ is now known as PrinzElvis08:07
*** chateaulav_ is now known as chateaulav08:07
opendevreviewPavlo Shchelokovskyy proposed openstack/nova master: Do not store InstanceInvalidState as instance_fault  https://review.opendev.org/c/openstack/nova/+/86070208:10
gibistephenfin: do you have a hint why nova gets 09:51
gibi    /home/fedora/rtox/nova/functional-py310/.tox/functional-py310/lib/python3.10/site-packages/oslo_db/sqlalchemy/enginefacade.py:537: DeprecationWarning: Using the 'mysql_enable_ndb' argument is deprecated in version '12.1.0': Support for the MySQL NDB Cluster storage engine has been deprecated and will be removed in a future release.09:51
gibiI see the deprecation decorator in oslo_db09:51
gibibut I grepped for that param in nova and I don't see any usage of it09:51
opendevreviewBalazs Gibizer proposed openstack/nova master: FUP for the scheduler part of PCI in placement  https://review.opendev.org/c/openstack/nova/+/86287609:52
gibisean-k-mooney[m]: thanks for the reviews on the PCI series I opened a FUP ^^ to collect the minor things10:02
sean-k-mooney[m]ill make my way true the rest on tuesday10:05
gibiOK, thanks10:06
gibiI've fixed the test instability in the last patch too10:06
opendevreviewBalazs Gibizer proposed openstack/nova master: Strictly follow placement allocation during PCI claim  https://review.opendev.org/c/openstack/nova/+/85565010:07
opendevreviewBalazs Gibizer proposed openstack/nova master: FUP for the scheduler part of PCI in placement  https://review.opendev.org/c/openstack/nova/+/86287610:07
gibibauzas: if you are around today, this is a simple spec repropose for A https://review.opendev.org/c/openstack/nova-specs/+/85566110:12
bauzasgibi: was on meeting but will look10:19
gibithanks10:20
bauzasgibi: sent to the gate, bravo for the first approved spec afaik10:20
gibithanks. I was well prepared since Zed FF to land the re-propose early along with the code10:21
opendevreviewMerged openstack/nova-specs master: Re-propose PCI Device Tracking In Placement for A  https://review.opendev.org/c/openstack/nova-specs/+/85566110:32
*** haleyb_ is now known as haleyb14:03
*** dasm|off is now known as dasm14:58
darkhorsehi team - how can i run functional test only for one function that i have added? tox command runs too many tests and takes too long.16:06
clarkbdarkhorse: generally projects respect some form of `tox -epy310 -- test_name_here` to filter tests by that name16:08
clarkbyou can look at the tox.ini to see how posargs are handled to confirm this16:09
darkhorseclarkb: thank you for answering my question quickly. can you give me an example of running functional tests only (skipping all other tests like pep8)?16:10
gibidarkhorse: this will run all functional tests with python 3.10: tox -e functional-py310 16:13
clarkbdarkhorse: if you look in the tox.ini file it lists the various targets. You specify a target using `tox -e` so in this case `tox -e functional-py310` Then if you want to filter for lists you'll see the functional targets pass in posargs to the stestr command which allows you to do something like `tox -e functional-py310 -- your_test_name_here`16:13
gibidarkhorse: this will only run test from the SimpleRCAndTraitBasedPCIAliasTests class: tox -e functional-py310 SimpleRCAndTraitBasedPCIAliasTests16:13
clarkb*filter for specific tests16:13
darkhorsethat makes sense. thank you all!16:15
opendevreviewAlex Chan proposed openstack/nova master: record action log when deleting shelved instance  https://review.opendev.org/c/openstack/nova/+/86240417:17
eanderssonWhat is the solution for race conditions in the scheduler with high density VCPU servers with core pinning enabled? cstone mentioned that setting max_concurrent_builds to 1 fixes it18:09
eandersson> Failed to build and run instance: nova.exception.CPUPinningInvalid: CPU set to pin [81, 17] must be a subset of free CPU set [4, ....., 127]18:14
eandersson> Failed to build and run instance: nova.exception.CPUPinningInvalid: CPU set to pin [81, 17] must be a subset of free CPU set [4, ....., 127]18:14
opendevreviewmelanie witt proposed openstack/nova master: Add mock to avoid loading guestfs in unit test  https://review.opendev.org/c/openstack/nova/+/86276918:22
*** dasm is now known as dasm|off20:23
opendevreviewPatrick Hampson proposed openstack/nova master: Doc: Fix list servers detailed response param  https://review.opendev.org/c/openstack/nova/+/86296321:55
opendevreviewArtom Lifshitz proposed openstack/nova master: WIP: Save cell socket correctly when updating host NUMA topology  https://review.opendev.org/c/openstack/nova/+/86296422:10
opendevreviewArtom Lifshitz proposed openstack/nova master: WIP: Save cell socket correctly when updating host NUMA topology  https://review.opendev.org/c/openstack/nova/+/86296422:11

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