[R-pkg-team] Bug#980090: r-cran-dbplyr: autopkgtest regression

Graham Inggs ginggs at debian.org
Thu Jan 14 11:56:54 GMT 2021


Source: r-cran-dbplyr
Version:  2.0.0-1
X-Debbugs-CC: debian-ci at lists.debian.org
Severity: serious
Control: block 980011 by -1
User: debian-ci at lists.debian.org
Usertags: regression

Hi Maintainer

Since the upload of 2.0.0-1, r-cran-dbplyr has been failing its own
autopkgtests.
This prevents its migration to testing [1].

I've copied what I hope is the relevant part of the log below.

Regards
Graham


[1] https://qa.debian.org/excuses.php?package=r-cran-dbplyr


> library(testthat)
> library(dbplyr)
>
> test_check("dbplyr")
Registering testing src: sqlite OK
── 1. Error: default raw escapes translated correctly (@test-backend-.R#65)  ───
could not find function "expect_snapshot"

── 2. Error: DDL operations generate expected SQL (@test-backend-.R#77)  ───────
could not find function "expect_snapshot"

── 3. Error: queries translate correctly (@test-backend-access.R#52)  ──────────
could not find function "expect_snapshot"

── 4. Error: custom string translations (@test-backend-hana.R#4)  ──────────────
could not find function "expect_snapshot"

── 5. Error: generates custom sql (@test-backend-hive.R#12)  ───────────────────
could not find function "expect_snapshot"

── 6. Error: generates custom sql (@test-backend-impala.R#22)  ─────────────────
could not find function "expect_snapshot"

── 7. Error: convert between bit and boolean as needed (@test-backend-mssql.R#80
could not find function "expect_snapshot"

── 8. Error: handles ORDER BY in subqueries (@test-backend-mssql.R#95)  ────────
could not find function "expect_snapshot"

── 9. Error: custom limit translation (@test-backend-mssql.R#101)  ─────────────
could not find function "expect_snapshot"

── 10. Error: custom escapes translated correctly (@test-backend-mssql.R#113)  ─
could not find function "expect_snapshot"

── 11. Error: logical escaping depends on context (@test-backend-mssql.R#123)  ─
could not find function "expect_snapshot"

── 12. Error: generates custom sql (@test-backend-mssql.R#130)  ────────────────
could not find function "expect_snapshot"

── 13. Error: generates custom sql (@test-backend-mysql.R#9)  ──────────────────
could not find function "expect_snapshot"

── 14. Error: queries translate correctly (@test-backend-oracle.R#18)  ─────────
could not find function "expect_snapshot"

── 15. Error: generates custom sql (@test-backend-oracle.R#24)  ────────────────
could not find function "expect_snapshot"

── 16. Error: custom SQL translation (@test-backend-postgres.R#73)  ────────────
could not find function "expect_snapshot"

── 17. Error: custom SQL translation (@test-backend-sqlite.R#44)  ──────────────
could not find function "expect_snapshot"

── 18. Error: can explain a query (@test-backend-sqlite.R#82)  ─────────────────
could not find function "expect_snapshot"

── 19. Error: generates custom sql (@test-backend-teradata.R#51)  ──────────────
could not find function "expect_snapshot"

── 20. Error: head translated to TOP (@test-backend-teradata.R#58)  ────────────
could not find function "expect_snapshot"

── 21. Error: shiny objects give useful errors (@test-escape.R#101)  ───────────
could not find function "expect_snapshot_error"

── 22. Error: across() translated to individual components (@test-partial-eval.R
could not find function "expect_snapshot"

── 23. Error: print method doesn't change unexpectedly (@test-query-join.R#4)  ─
could not find function "expect_snapshot"

── 24. Error: generated sql doesn't change unexpectedly (@test-query-join.R#10)
could not find function "expect_snapshot"

── 25. Error: only disambiguates shared variables (@test-query-join.R#19)  ─────
could not find function "expect_snapshot"

── 26. Error: sql_on query doesn't change unexpectedly (@test-query-join.R#27)
could not find function "expect_snapshot"

── 27. Error: select_query() print method output is as expected (@test-query-sel
could not find function "expect_snapshot"

── 28. Error: queries generated by select() don't alias unnecessarily (@test-que
could not find function "expect_snapshot"

── 29. Error: print method doesn't change unexpectedly (@test-query-semi-join.R#
could not find function "expect_snapshot"

── 30. Error: generated sql doesn't change unexpectedly (@test-query-semi-join.R
could not find function "expect_snapshot"

── 31. Error: print method doesn't change unexpectedly (@test-query-set-op.R#4)
could not find function "expect_snapshot"

── 32. Error: generated sql doesn't change unexpectedly (@test-query-set-op.R#9)
could not find function "expect_snapshot"

── 33. Error: can construct and print (@test-schema.R#2)  ──────────────────────
could not find function "expect_snapshot"

── 34. Error: rendering table wraps in SELECT * (@test-sql-build.R#3)  ─────────
could not find function "expect_snapshot"

── 35. Error: has print method (@test-tbl-lazy.R#7)  ───────────────────────────
could not find function "expect_snapshot"

── 36. Error: case_when converted to CASE WHEN (@test-translate-sql-conditional.
could not find function "expect_snapshot"

── 37. Error: even inside mutate (@test-translate-sql-conditional.R#9)  ────────
could not find function "expect_snapshot"

── 38. Error: case_when translates correctly to ELSE when TRUE ~ is used 2 (@tes
could not find function "expect_snapshot"

── 39. Error: output of print method for sql_variant is correct (@test-translate
could not find function "expect_snapshot"

── 40. Error: win_rank() is accepted by the sql_translator (@test-translate-sql-
could not find function "expect_snapshot"

── 41. Error: quantile and median don't change without warning (@test-translate-
could not find function "expect_snapshot"

── 42. Error: namespace calls are translated (@test-translate-sql.R#13)  ───────
could not find function "expect_snapshot_error"

── 43. Error: quoting for rendering ordered grouped table (@test-verb-arrange.R#
could not find function "expect_snapshot"

── 44. Error: arrange renders correctly (#373) (@test-verb-arrange.R#20)  ──────
could not find function "expect_snapshot"

── 45. Error: arrange renders correctly for single-table verbs (#373) (@test-ver
could not find function "expect_snapshot"

── 46. Error: can combine arrange with dual table verbs (@test-verb-arrange.R#63
could not find function "expect_snapshot"

── 47. Error: distinct throws error if column is specified and .keep_all is TRUE
could not find function "expect_snapshot_error"

── 48. Error: can optionally match NA values (@test-verb-joins.R#165)  ─────────
could not find function "expect_snapshot"

── 49. Error: can refer to fresly created values (@test-verb-mutate.R#28)  ─────
could not find function "expect_snapshot"

── 50. Error: transmute includes all needed variables (@test-verb-mutate.R#35)
could not find function "expect_snapshot"

── 51. Error: mutate generates subqueries as needed (@test-verb-mutate.R#145)  ─
could not find function "expect_snapshot"

── 52. Error: mutate collapses over nested select (@test-verb-mutate.R#152)  ───
could not find function "expect_snapshot"

── 53. Error: multiple selects are collapsed (@test-verb-select.R#88)  ─────────
could not find function "expect_snapshot"

── 54. Error: mutate collapses over nested select (@test-verb-select.R#96)  ────
could not find function "expect_snapshot"

── 55. Error: slice, head and tail aren't available (@test-verb-slice.R#3)  ────
could not find function "expect_snapshot_error"

── 56. Error: slice_min handles arguments (@test-verb-slice.R#17)  ─────────────
could not find function "expect_snapshot_error"

── 57. Error: slice_max orders in opposite order (@test-verb-slice.R#26)  ──────
could not find function "expect_snapshot_error"

── 58. Error: slice_sample errors when expected (@test-verb-slice.R#36)  ───────
could not find function "expect_snapshot_error"

── 59. Error: check_slice_size checks for common issues (@test-verb-slice.R#49)
could not find function "expect_snapshot_error"

── 60. Error: quoting for rendering summarized grouped table (@test-verb-summari
could not find function "expect_snapshot"

══ testthat results  ═══════════════════════════════════════════════════════════
[ OK: 663 | SKIPPED: 14 | WARNINGS: 0 | FAILED: 60 ]
1. Error: default raw escapes translated correctly (@test-backend-.R#65)
2. Error: DDL operations generate expected SQL (@test-backend-.R#77)
3. Error: queries translate correctly (@test-backend-access.R#52)
4. Error: custom string translations (@test-backend-hana.R#4)
5. Error: generates custom sql (@test-backend-hive.R#12)
6. Error: generates custom sql (@test-backend-impala.R#22)
7. Error: convert between bit and boolean as needed (@test-backend-mssql.R#80)
8. Error: handles ORDER BY in subqueries (@test-backend-mssql.R#95)
9. Error: custom limit translation (@test-backend-mssql.R#101)
1. ...

Error: testthat unit tests failed
Execution halted
autopkgtest [18:08:08]: test run-unit-test: -----------------------]
autopkgtest [18:08:08]: test run-unit-test:  - - - - - - - - - -
results - - - - - - - - - -
run-unit-test        FAIL non-zero exit status 1



More information about the R-pkg-team mailing list