-
Notifications
You must be signed in to change notification settings - Fork 19
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
error in sync #358
Comments
Then Error in normalizePath(path, mustWork = TRUE) :
path[1]="tests/testthat/test-rel_api.R": No such file or directory
Backtrace:
1. base::source("tools/06-patch-duckdb.R", echo = TRUE)
16. brio::read_file("tests/testthat/test-rel_api.R")
17. base::normalizePath(path, mustWork = TRUE) |
Even if I re-add the missing test file that was deleted for some reason, the patches are not applied. |
Restarting R sometimes help in this case.
Maëlle Salmon ***@***.***> schrieb am Fr. 29. Nov. 2024 um
12:06:
… Even if I re-add the missing test file that was deleted for some reason,
the patches are not applied.
—
Reply to this email directly, view it on GitHub
<#358 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AANJGSY44MU6SZIQEK2AVGD2DBDFBAVCNFSM6AAAAABSW3ZFTCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKMBXGU4DOMJZG4>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
I did, several times, but not between steps, let me try that. |
restarting between steps didn't help. the patch step runs without any error but nothing is patched. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When running
source("tools/05-duckdb-tests.R", echo = TRUE)
The text was updated successfully, but these errors were encountered: