Conversation
|
Thanks @kavemang, and sorry: this landed second. The same change went in about an hour ago from @digitalerdude as #2158, which is why this now shows as conflicting. Your diagnosis was right and independently reached. Both PRs found the same thing, name the same two call sites, and reproduce it with a symlink so the Linux runner catches it rather than leaving it to a macOS contributor. I compared the two reproductions rather than assuming they were interchangeable:
Equivalent in effect. Yours mocks the function, the merged one lets it run, and neither covers anything the other misses, so there is nothing here worth salvaging on top of what is already in. One small thing for the record: the summary says it covers "both the authority-refresh and exact-base paths", but the test asserts only Nothing wrong with this work. It is a queue problem, not a quality one: two people fixed the same issue on the same day and only one could go in. Recommending it be dropped, and happy to be argued out of that if you think the mock-the-function shape is worth having instead. |
|
Following up on the recommendation above: this now conflicts with main, since the same change is in. Nothing further needed from you. Dropping it loses no coverage, for the reasons in the comparison above. If you would rather keep the mock-the-function shape of your regression test instead of the one that landed, say so and I will take it as a follow-up on its own. |
Fixes #2143
Summary:
Tests: