Wednesday, 2023-11-01

opendevreviewAbhishek Kekane proposed openstack/glance-specs master: [Spec Lite] Deprecate location strategy  https://review.opendev.org/c/openstack/glance-specs/+/89980405:54
opendevreviewAbhishek Kekane proposed openstack/glance-specs master: [Spec Lite] Deprecate cachemanage middleware  https://review.opendev.org/c/openstack/glance-specs/+/89980506:05
opendevreviewPranali Deore proposed openstack/glance master: DNM: Test Image status to 'importing' after hash calculation  https://review.opendev.org/c/openstack/glance/+/89981207:12
opendevreviewPranali Deore proposed openstack/glance master: DNM: Test Image status to 'importing' after hash calculation  https://review.opendev.org/c/openstack/glance/+/89981207:12
*** JqckB_ is now known as JqckB08:57
*** TheJulia_ is now known as TheJulia08:57
*** simondodsley_ is now known as simondodsley08:57
opendevreviewAbhishek Kekane proposed openstack/glance-specs master: [Spec] Use Centralized database for cache operations  https://review.opendev.org/c/openstack/glance-specs/+/89936709:41
opendevreviewPranali Deore proposed openstack/glance-specs master: Repropose Spec for the Glance part of Image Encryption (Caracal)  https://review.opendev.org/c/openstack/glance-specs/+/89985612:39
opendevreviewPranali Deore proposed openstack/glance-specs master: Caracal project priorities  https://review.opendev.org/c/openstack/glance-specs/+/89985712:45
pranalirosmaita, during caracal PTG, we have discussed 2 deprecation topics, 1. Remove location startegy 2. Deprecate cachemanage middleware, for which we decided to highlight on openstack-discuss about the deprecation.13:06
pranaliso do we need to submit the releasenote first about the deprecation and then send an email to ML? or only releasenote is enough ?13:07
rosmaitapranali: it's probably a good idea to send an email to the ML, you can include a link to the gerrit review containing the release note.  That way people who have a problem with the proposal can leave comments13:09
pranalirosmaita, ack , are there any guidelines about such deprecation emails ? 13:11
pranalithe problem statement and solution along with the deprecation spec-lite and releasenotes would be sufficient ?13:12
rosmaitapranali: yes, that sounds correct, plus a timeline for when the thing will be removed13:13
pranalirosmaita, ok cool, thanks !! :)13:13
*** dansmith_ is now known as dansmith13:40
opendevreviewAbhishek Kekane proposed openstack/glance master: Deprecate sqlite cache driver  https://review.opendev.org/c/openstack/glance/+/89986814:58
opendevreviewAbhishek Kekane proposed openstack/glance master: Add new tables for cache operations  https://review.opendev.org/c/openstack/glance/+/89986914:58
opendevreviewAbhishek Kekane proposed openstack/glance master: Add required database API(s) for cache  https://review.opendev.org/c/openstack/glance/+/89987014:58
opendevreviewAbhishek Kekane proposed openstack/glance master: Introduce centralized database driver for image cache  https://review.opendev.org/c/openstack/glance/+/89987114:58
opendevreviewAbhishek Kekane proposed openstack/glance master: Read global config file for cache utilities  https://review.opendev.org/c/openstack/glance/+/89987214:58
abhishekknote, pending testing and migration part 14:59
*** sfinucan is now known as stephenfin16:15
abhishekkstephenfin, around?17:05
abhishekkcould you please help to sort out failure of sqlalchemy job, https://review.opendev.org/c/openstack/glance/+/89987217:06
abhishekkorigin is this patch, https://review.opendev.org/c/openstack/glance/+/899869/117:07
abhishekkmay be .with_variant(Integer, "sqlite") is not required17:08
stephenfinabhishekk: the types should be identical between migration and model for one, so you need to add the .with_variant stuff to the migrations17:31
stephenfinThere's also a failure with the columns using the 'REAL' type. The only difference I can see is that you're initalizing the type in the migration (REAL()) but not the model (REAL). I don't think that matters though...17:33
stephenfinI assume you have a local MySQL instance configured to run these tests locally? There's nothing SQLAlchemy 2.0 specific going on there since other functional tests are also failing17:33
abhishekkyeah, I don't think it matters for REAL17:34
abhishekkbecause same I am doing with hits (Integer and Integer())17:34
abhishekkI have it configured for 3.817:34
abhishekkit is failing for 3.9 and 3.1017:35
abhishekkdansmith, do you know how to run functional tests against mysql database ? at the moment it is getting skipped18:17
stephenfinyou need an openstack_citest database and user configured locally https://docs.openstack.org/oslo.db/ocata/contributing.html#how-to-run-unit-tests18:20
stephenfin(same for any project that uses the opportunistic database fixtures from oslo.db)18:21
abhishekkthank you, looking 18:21
abhishekkthanks, it worked18:24

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