rstudio / pins-r

Pin, discover, and share resources
https://pins.rstudio.com
Other
312 stars 63 forks source link

Try out tmate session #752

Closed juliasilge closed 1 year ago

juliasilge commented 1 year ago

Debugging new failures for "check board" GH action

juliasilge commented 1 year ago

So when ssh-ing into the action to check things out,

I am noticing that the earlier failures for this action involved between 2 and 14 failures, so there is some flakiness involved.

I believe this is what is failing, within test_api_meta() and specifically "can round-trip pin metadata":

name <- local_pin(board, 1, title = "xxx-a1", description = "xxx-a2")

# change content so hash changes
pin_write(board, 2, name, title = "xxx-b1", description = "xxx-b2")

That second write looks like it is not happening, and the metadata is still un-updated.

juliasilge commented 1 year ago

Looks like it's the Azure boards that are intermittently failing on that second write, as #753 solves the problem

github-actions[bot] commented 1 year ago

This pull request has been automatically locked. If you believe you have found a related problem, please file a new issue (with a reprex: https://reprex.tidyverse.org) and link to this issue.

juliasilge commented 1 year ago

WELP, the problem is still the Azure tests. I have no idea why #753 isn't actually skipping the Azure tests right now, to the point that I feel like I'm losing my mind.