On Mon Mar 4 19:03:26 2024 +0000, Stefan Dösinger wrote:
I would expect it to write 3 pick records if the input size in record_count is larger than the number retrieved. I.e., if you set record_count = 4 and make the array large enough it should write 3 and leave the 4th untouched. That's the usual pattern for getters like this at least.
I checked this, and you are correct. I will improve the test to cover this as well.