You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Antoine Pitrou (Jira)" <ji...@apache.org> on 2021/11/17 10:03:00 UTC

[jira] [Commented] (ARROW-14735) [R] duckdb integration tests seem flaky

    [ https://issues.apache.org/jira/browse/ARROW-14735?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17445054#comment-17445054 ] 

Antoine Pitrou commented on ARROW-14735:
----------------------------------------

cc [~jonkeane] 

> [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)