Monday, 2021-06-21

johnsomeandersson Wow, great catch... 20 seems a bit low (Octavia and neutron use 1,000 if I remember right). Either way, I can work on this now that you figured out what was going on. Totally makes sense why it is intermittent and got better with the recent cleanup patches.16:20
eanderssonI pushed another simple clean up semi related https://review.opendev.org/c/openstack/designate-tempest-plugin/+/79717217:24
johnsomeandersson Ok. If you aren't working on the story/pagination issue, I will today.17:25
eanderssonNo worries. I actually see an issue with the commit now that I need to fix.17:26
eanderssonSo ignore it for now :D17:26
opendevreviewErik Olof Gunnar Andersson proposed openstack/designate-tempest-plugin master: Properly clean up transfer requests  https://review.opendev.org/c/openstack/designate-tempest-plugin/+/79717219:55
opendevreviewMichael Johnson proposed openstack/designate-tempest-plugin master: Fix list-all-project tests for pagination limit  https://review.opendev.org/c/openstack/designate-tempest-plugin/+/79736623:43
johnsomeandersson I chose the obvious path to fix that issue, set the limit query parameter to 1000 (the default max). I'm going to check if we have functional coverage for pagination. Let me know if you think we should take this further and implement paging in the tempest client.23:47
eanderssonI was just gonna say the exact same thing23:49
eanderssonI think that either path is fine. As long as we test (or implement tests) for pagination somewhere.23:50
johnsomSigh, looks like we don't really have a pagination test anywhere, just a check that it limits results, not that the markers work.23:50
johnsomAt least a grep for pagination only found those two.23:50
johnsomAh, I found some more.23:51
johnsomYeah, ok, functional covers it with _assert_paging23:52
johnsomhttps://opendev.org/openstack/designate/src/branch/master/designate/tests/test_api/test_v2/test_recordsets.py#L29623:53
johnsomMy patch doesn't really address the bug you opened, so I didn't link it. It's still valid, just maybe not such a burning issue.23:56
eanderssonYea - I mean I think your fix is fine23:58
eanderssonI like the idea of us having inbuilt pagination, but honestly don't really super care :D 23:58

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