[
https://issues.apache.org/jira/browse/ARROW-14735?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17445258#comment-17445258
]
Jonathan Keane commented on ARROW-14735:
----------------------------------------
OH, actually looking at the logs it looks like they *did* send their
pre-release to CRAN and it's being picked up now (I didn't think they sent
their pre-releases to CRAN, but glad they do in this case!)
{code}
2021-11-17T09:06:25.9842873Z #13 119.6 duckdb (NA -> 0.3.1) [CRAN]
{code}
So we can merge that other ticket (I need to clean it up first, but I'll do
that...). It's odd that it is suddenly more flakey (the actual fix we were
waiting for is basically a fully different mechanism we were using before to
clean up after ourselves, so the one we have in the master branch now should be
just as flakey as it was before, but clearly not 🤷)
> [R] duckdb integration tests seem flaky
> ---------------------------------------
>
> Key: ARROW-14735
> URL: https://issues.apache.org/jira/browse/ARROW-14735
> Project: Apache Arrow
> Issue Type: Bug
> Components: Continuous Integration, R
> Reporter: Antoine Pitrou
> Priority: Major
>
> I have seen this failure at least twice on CI:
> {code}
> ══ Failed tests
> ════════════════════════════════════════════════════════════════
> ── Failure (test-duckdb.R:145:3): Joining, auto-cleanup enabled
> ────────────────
> all(c(table_one_name, table_two_name) %in% DBI::dbListTables(con)) is not TRUE
> `actual`: FALSE
> `expected`: TRUE
> ── Failure (test-duckdb.R:158:3): Joining, auto-cleanup disabled
> ───────────────
> table_three_name %in% DBI::dbListTables(con) is not TRUE
> `actual`: FALSE
> `expected`: TRUE
> ── Failure (test-duckdb.R:162:3): Joining, auto-cleanup disabled
> ───────────────
> table_three_name %in% DBI::dbListTables(con) is not TRUE
> `actual`: FALSE
> `expected`: TRUE
> {code}
> example:
> https://github.com/apache/arrow/runs/4235794453?check_suite_focus=true#step:8:20637
--
This message was sent by Atlassian Jira
(v8.20.1#820001)