-
Notifications
You must be signed in to change notification settings - Fork 19
fix vcr #178
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
fix vcr #178
Conversation
|
@chainsawriot I know you cannot test this yourself but maybe you see what the problem is? Locally all tests pass. Must be something with the token? |
|
One explanation is the secret (or the access to secret). Let me check. |
|
@schochastics ok, I got the answer from the last line of a cassette. |
|
I think I also need a(nother) Mastodon account to test this. The one instance that I still have an account (which I don't use) blocks all automatic agents. Thank you LLMs! |
Ah true that could of course be an issue |
|
I think that's probably be at least one of the reasons, because I have the same error locally with the CRAN version. |
|
@sckott do you have any suggestions? |
|
@schochastics First, if I've installed the dev. version of rtoot/tests/testthat/test-auth_verify.R Lines 4 to 9 in 379e4d0
One interim solution is to modify our GHA to install dev version of @sckott Do you have an ETA of when the new |
|
Minor points about partial matching rtoot/tests/testthat/test-get_account_auth.R Line 118 in 379e4d0
|
|
Confirming you're using dev vcr, correct? wrt timeline, i'm working on getting vcr to cran now, BUT webmockr and crul need to get to cran first, and given how glacially slow CRAN submissions are, I bet it'll be 1-2 weeks before new vcr binaries are all up on CRAN |
for something specific or just in general about the failing tests? |
|
rtoot/.github/workflows/R-CMD-check.yaml Line 44 in b3980cd
We can try to add
|
|
maybe #179 |
Was not sure if we messed up something with vcr you might be able to catch. |
|
Ok just the envvar missing. I guess we could store that in a GIthub secret? But given that is only necessary for one test, we can skip it? |
|
@schochastics I am fine with skip CI. |
|
@schochastics happy to help, but helpful if you can point me to a failing test that you think is vcr releated Have you tried using |
|
@sckott I think we managed to fix it now, thanks! At the end I think it was not really related to vcr but data that was used in the tests not being available anymore on Mastodon |
|
@schochastics great! |
Fix #177
Fix #174 eventually too
still some tests are failing locally