| opendevreview | Maria Gallego proposed openstack/python-manilaclient master: Add Functional test for share snapshot metadata & negative testing https://review.opendev.org/c/openstack/python-manilaclient/+/967758 | 01:59 |
|---|---|---|
| opendevreview | Maria Gallego proposed openstack/python-manilaclient master: Add Functional test for share snapshot metadata & negative testing https://review.opendev.org/c/openstack/python-manilaclient/+/967758 | 02:41 |
| opendevreview | Gireesh Awasthi proposed openstack/manila master: Added Share Server Replica Support https://review.opendev.org/c/openstack/manila/+/993501 | 04:32 |
| opendevreview | Yaron Bar proposed openstack/manila master: Add Weka share driver https://review.opendev.org/c/openstack/manila/+/989998 | 05:07 |
| opendevreview | Yaron Bar proposed openstack/manila master: Add Weka share driver https://review.opendev.org/c/openstack/manila/+/989998 | 05:29 |
| opendevreview | Yaron Bar proposed openstack/manila-tempest-plugin master: Recognize WEKAFS access rules as carrying an access_key https://review.opendev.org/c/openstack/manila-tempest-plugin/+/999687 | 05:36 |
| opendevreview | Gireesh Awasthi proposed openstack/manila master: Added Share Server Replica Support https://review.opendev.org/c/openstack/manila/+/993501 | 07:46 |
| opendevreview | Siddharth Kumar proposed openstack/manila master: Add core support for asynchronous revert-to-snapshot https://review.opendev.org/c/openstack/manila/+/1001109 | 07:56 |
| opendevreview | Siddharth Kumar proposed openstack/manila master: Dell PowerScale: Added support of revert to snapshot https://review.opendev.org/c/openstack/manila/+/957200 | 07:59 |
| opendevreview | Kumar Tadepalli proposed openstack/manila master: [NetApp] Enhance Share workflows to support Share server replication https://review.opendev.org/c/openstack/manila/+/996629 | 09:07 |
| opendevreview | Maurice Escher proposed openstack/manila master: fix share_instance_access_delete exception https://review.opendev.org/c/openstack/manila/+/1002458 | 09:30 |
| opendevreview | Gireesh Awasthi proposed openstack/python-manilaclient master: Added python manila client for share server replica https://review.opendev.org/c/openstack/python-manilaclient/+/994502 | 10:20 |
| opendevreview | Gireesh Awasthi proposed openstack/python-manilaclient master: Added python manila client for share server replica https://review.opendev.org/c/openstack/python-manilaclient/+/994502 | 10:25 |
| opendevreview | Manideep proposed openstack/manila-tempest-plugin master: Add tempest tests for share server replication https://review.opendev.org/c/openstack/manila-tempest-plugin/+/998360 | 12:21 |
| opendevreview | Manideep proposed openstack/manila-tempest-plugin master: Add tempest tests for share server replication https://review.opendev.org/c/openstack/manila-tempest-plugin/+/998360 | 13:02 |
| opendevreview | Manideep proposed openstack/manila-tempest-plugin master: Add tempest tests for share server replication https://review.opendev.org/c/openstack/manila-tempest-plugin/+/998360 | 13:14 |
| opendevreview | Srinesh A R proposed openstack/manila-tempest-plugin master: Add tests for new snapshot_inherit_share_access share type https://review.opendev.org/c/openstack/manila-tempest-plugin/+/994878 | 14:30 |
| opendevreview | Manideep proposed openstack/manila-tempest-plugin master: Add tempest tests for share server replication workflows https://review.opendev.org/c/openstack/manila-tempest-plugin/+/998360 | 14:42 |
| opendevreview | Merged openstack/python-manilaclient master: Use keystoneauth session for API requests https://review.opendev.org/c/openstack/python-manilaclient/+/980649 | 17:16 |
| opendevreview | Srinesh A R proposed openstack/manila-tempest-plugin master: Add tests for new snapshot_inherit_share_access share type https://review.opendev.org/c/openstack/manila-tempest-plugin/+/994878 | 17:39 |
| opendevreview | Merged openstack/manila stable/2025.2: NetApp: Fix TypeError in encryption key ref compatibility check https://review.opendev.org/c/openstack/manila/+/1001581 | 18:50 |
| opendevreview | Manideep proposed openstack/manila master: Added Share Server Replica Support https://review.opendev.org/c/openstack/manila/+/993501 | 19:14 |
| opendevreview | Manideep proposed openstack/manila-tempest-plugin master: Add tempest tests for share server replication workflows https://review.opendev.org/c/openstack/manila-tempest-plugin/+/998360 | 19:51 |
| gouthamr | smh, its terribly exhausting to read code written by LLMs.. there are an insane number of unnecessary comments, document style - and some of them are plain wrong.. the unittests confidently mock and test whatever the code is doing incorrectly | 20:59 |
| gouthamr | i don't know if we need some ground expectations around this | 20:59 |
| gouthamr | to add to that, there is stuff that's plain untestable in the CI beyond these unit tests | 21:00 |
| gouthamr | we're failing at enforcing a rule that any new API requires a solid reference implementation to capture the meat of the implementation.. and that only complicates things further now that LLMs are writing most of the code | 21:01 |
| JayF | gouthamr: I left a comment on an Ironic change recently with a super-long commit, I didn't even read it all, I just got two paras in and commented "please have a human edit this commit message" | 21:02 |
| gouthamr | and when i'm explicitly asking to trim the slop, i see a few hundred lines shaved off | 21:02 |
| JayF | (commit meaning, long commit message) | 21:02 |
| JayF | Claude is a great way to generate code, and as a bonus it provides 50% extra code you don't need, just so you feel you got your tokens' worth | 21:02 |
| gouthamr | :( yes.. they're parroting the "what" like it's some machine instruction set | 21:03 |
| JayF | for an openstacksdk bugfix in integration tests yesterday, claude was trying to rewrite Ironic's API to fix the race | 21:03 |
| gouthamr | wow | 21:03 |
| JayF | instead of ... having the test wait=true the thing that needed to go in order first | 21:03 |
| gouthamr | throw your async model out, i just need to fix this thing because that's my task | 21:04 |
| carloss | > smh, its terribly exhausting to read code written by LLMs.. there are an insane number of unnecessary comments, document style - and some of them are plain wrong.. the unittests confidently mock and test whatever the code is doing incorrectly | 21:13 |
| carloss | YES, omg, this is the most overwhelmed I ever felt in a feature freeze :| | 21:13 |
| carloss | > i see a few hundred lines shaved off | 21:16 |
| carloss | it's a feeling we're "losing the battle" -- most of the cases I feel we've been responded to with another prompt | 21:16 |
| gouthamr | for sure :( | 21:16 |
| carloss | https://pbs.twimg.com/media/G4bbuqMWIAAlOlC.jpg vibes | 21:17 |
| opendevreview | Simon Dodsley proposed openstack/manila master: Add Everpure FlashArray driver https://review.opendev.org/c/openstack/manila/+/795180 | 21:37 |
| opendevreview | Carlos Eduardo proposed openstack/manila master: Add rally branch comparison job https://review.opendev.org/c/openstack/manila/+/974364 | 22:35 |
| opendevreview | Merged openstack/python-manilaclient master: Fix resource lock project and user filters https://review.opendev.org/c/openstack/python-manilaclient/+/1001611 | 22:51 |
| opendevreview | Goutham Pacha Ravi proposed openstack/python-manilaclient stable/2026.1: Fix resource lock project and user filters https://review.opendev.org/c/openstack/python-manilaclient/+/1002567 | 23:09 |
| opendevreview | Goutham Pacha Ravi proposed openstack/python-manilaclient stable/2025.2: Fix resource lock project and user filters https://review.opendev.org/c/openstack/python-manilaclient/+/1002568 | 23:10 |
| opendevreview | Goutham Pacha Ravi proposed openstack/python-manilaclient stable/2025.1: Fix resource lock project and user filters https://review.opendev.org/c/openstack/python-manilaclient/+/1002569 | 23:11 |
Generated by irclog2html.py 4.1.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!