*** cstone5 is now known as cstone | 08:07 | |
*** carloss_ is now known as carloss | 08:07 | |
*** andrewbonney_ is now known as andrewbonney | 08:07 | |
*** open10k8s_ is now known as open10k8s | 08:07 | |
*** NobodyCam_ is now known as NobodyCam | 08:07 | |
*** erbarr_ is now known as erbarr | 08:07 | |
*** TheJulia_ is now known as TheJulia | 08:07 | |
*** gouthamr_ is now known as gouthamr | 08:07 | |
*** PrinzElvis_ is now known as PrinzElvis | 08:07 | |
*** chateaulav_ is now known as chateaulav | 08:07 | |
opendevreview | Pavlo Shchelokovskyy proposed openstack/nova master: Do not store InstanceInvalidState as instance_fault https://review.opendev.org/c/openstack/nova/+/860702 | 08:10 |
---|---|---|
gibi | stephenfin: 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 |
gibi | I see the deprecation decorator in oslo_db | 09:51 |
gibi | but I grepped for that param in nova and I don't see any usage of it | 09:51 |
opendevreview | Balazs Gibizer proposed openstack/nova master: FUP for the scheduler part of PCI in placement https://review.opendev.org/c/openstack/nova/+/862876 | 09:52 |
gibi | sean-k-mooney[m]: thanks for the reviews on the PCI series I opened a FUP ^^ to collect the minor things | 10:02 |
sean-k-mooney[m] | ill make my way true the rest on tuesday | 10:05 |
gibi | OK, thanks | 10:06 |
gibi | I've fixed the test instability in the last patch too | 10:06 |
opendevreview | Balazs Gibizer proposed openstack/nova master: Strictly follow placement allocation during PCI claim https://review.opendev.org/c/openstack/nova/+/855650 | 10:07 |
opendevreview | Balazs Gibizer proposed openstack/nova master: FUP for the scheduler part of PCI in placement https://review.opendev.org/c/openstack/nova/+/862876 | 10:07 |
gibi | bauzas: if you are around today, this is a simple spec repropose for A https://review.opendev.org/c/openstack/nova-specs/+/855661 | 10:12 |
bauzas | gibi: was on meeting but will look | 10:19 |
gibi | thanks | 10:20 |
bauzas | gibi: sent to the gate, bravo for the first approved spec afaik | 10:20 |
gibi | thanks. I was well prepared since Zed FF to land the re-propose early along with the code | 10:21 |
opendevreview | Merged openstack/nova-specs master: Re-propose PCI Device Tracking In Placement for A https://review.opendev.org/c/openstack/nova-specs/+/855661 | 10:32 |
*** haleyb_ is now known as haleyb | 14:03 | |
*** dasm|off is now known as dasm | 14:58 | |
darkhorse | hi 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 |
clarkb | darkhorse: generally projects respect some form of `tox -epy310 -- test_name_here` to filter tests by that name | 16:08 |
clarkb | you can look at the tox.ini to see how posargs are handled to confirm this | 16:09 |
darkhorse | clarkb: 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 |
gibi | darkhorse: this will run all functional tests with python 3.10: tox -e functional-py310 | 16:13 |
clarkb | darkhorse: 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 |
gibi | darkhorse: this will only run test from the SimpleRCAndTraitBasedPCIAliasTests class: tox -e functional-py310 SimpleRCAndTraitBasedPCIAliasTests | 16:13 |
clarkb | *filter for specific tests | 16:13 |
darkhorse | that makes sense. thank you all! | 16:15 |
opendevreview | Alex Chan proposed openstack/nova master: record action log when deleting shelved instance https://review.opendev.org/c/openstack/nova/+/862404 | 17:17 |
eandersson | What 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 it | 18: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 |
opendevreview | melanie witt proposed openstack/nova master: Add mock to avoid loading guestfs in unit test https://review.opendev.org/c/openstack/nova/+/862769 | 18:22 |
*** dasm is now known as dasm|off | 20:23 | |
opendevreview | Patrick Hampson proposed openstack/nova master: Doc: Fix list servers detailed response param https://review.opendev.org/c/openstack/nova/+/862963 | 21:55 |
opendevreview | Artom Lifshitz proposed openstack/nova master: WIP: Save cell socket correctly when updating host NUMA topology https://review.opendev.org/c/openstack/nova/+/862964 | 22:10 |
opendevreview | Artom Lifshitz proposed openstack/nova master: WIP: Save cell socket correctly when updating host NUMA topology https://review.opendev.org/c/openstack/nova/+/862964 | 22:11 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!