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

Snapshot updates for rcc-full ({"config":{"os":"ubuntu-22.04","r":"oldrel-3"}}) #1835

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
[create-pull-request] automated change
  • Loading branch information
krlmlr committed Mar 14, 2023
commit 5492a846189b6050700f913a1814ef2fc41493d8
10 changes: 9 additions & 1 deletion tests/testthat/_snaps/bind.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,16 @@
Warning:
`dm_bind()` was deprecated in dm 1.0.0.
i Please use `dm()` instead.
Warning in `dm_for_filter_duckdb()`:
restarting interrupted promise evaluation
Warning in `dm_for_filter_duckdb()`:
restarting interrupted promise evaluation
Warning in `duckdb_test_src()`:
restarting interrupted promise evaluation
Warning in `duckdb_test_src()`:
restarting interrupted promise evaluation
Output
All `dm` objects need to share the same `src`.
'R_user_dir' is not an exported object from 'namespace:tools'

# output

Expand Down
15 changes: 13 additions & 2 deletions tests/testthat/_snaps/dm.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,19 @@
Code
writeLines(conditionMessage(expect_error(dm(dm_for_flatten(),
dm_for_filter_duckdb()))))
Output
All `dm` objects need to share the same `src`.
Condition
Warning in `dm_for_filter_duckdb()`:
restarting interrupted promise evaluation
Warning in `dm_for_filter_duckdb()`:
restarting interrupted promise evaluation
Warning in `duckdb_test_src()`:
restarting interrupted promise evaluation
Warning in `duckdb_test_src()`:
restarting interrupted promise evaluation
Output
i In index: 2.
Caused by error:
! 'R_user_dir' is not an exported object from 'namespace:tools'

# output for dm() with dm

Expand Down