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

webfakes app fails to start with test coverage GH action #103

Closed
juliasilge opened this issue Aug 2, 2024 · 2 comments
Closed

webfakes app fails to start with test coverage GH action #103

juliasilge opened this issue Aug 2, 2024 · 2 comments
Labels
bug an unexpected problem or unintended behavior

Comments

@juliasilge
Copy link
Member

I see an error like this for tests that use webfakes on only the test coverage GH action:

── Error ('test-board_url.R:94:3'): can download pin from versioned board_folder ──
Error in `self$start()`: webfakes app subprocess did not start :(

Here are some examples:

@gaborcsardi gaborcsardi added the bug an unexpected problem or unintended behavior label Jan 10, 2025
@gaborcsardi
Copy link
Member

This is not really a bug, but covr makes starting the subprocess very slow, probably because it needs to copy the instrumented R code, with source references, to the subprocess.

Fix here: rstudio/pins-r#854

I'll also increase the default timeout in covr.

@gaborcsardi
Copy link
Member

Very large timeout now in covr: 9bc2a03

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug an unexpected problem or unintended behavior
Projects
None yet
Development

No branches or pull requests

2 participants