Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Try out tmate session #752

Closed
wants to merge 2 commits into from
Closed

Try out tmate session #752

wants to merge 2 commits into from

Conversation

juliasilge
Copy link
Member

Debugging new failures for "check board" GH action

@juliasilge
Copy link
Member Author

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

  • Tests seems fine if I run them from within R
  • Running tests like R -e "devtools::test(filter = 'board_azure_blob')" can fail

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
Copy link
Member Author

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

@juliasilge juliasilge closed this Jun 21, 2023
@github-actions
Copy link

github-actions bot commented Jul 6, 2023

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.

@github-actions github-actions bot locked and limited conversation to collaborators Jul 6, 2023
@juliasilge juliasilge reopened this Aug 10, 2023
@juliasilge
Copy link
Member Author

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.

@juliasilge juliasilge closed this Aug 10, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant