Skip to content

revdep dbi.table broken by with=FALSE #6671

@tdhock

Description

@tdhock

revdep check machine
says #6487 broke dbi.table tests:

* checking tests ...
  Running 'testthat.R'
 ERROR
Running the tests in 'tests/testthat.R' failed.
Complete output:
  > # This file is part of the standard setup for testthat.
  > # It is recommended that you do not modify it.
  > #
  > # Where should you do additional test configuration?
  > # Learn more about the roles of various files in:
  > # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview
  > # * https://testthat.r-lib.org/articles/special-files.html
  > 
  > library(testthat)
  > library(dbi.table)
  Loading required package: data.table
  > 
  > test_check("dbi.table")
  [ FAIL 2 | WARN 332 | SKIP 0 | PASS 264 ]
  
  == Failed tests ================================================================
  -- Failure ('test-dbi.table.R:77:5'): j syntax consistent with data.table ------
  reference.test(Track[, 1:MediaTypeId], verbose = FALSE) is not TRUE
  
  `actual`:   FALSE
  `expected`: TRUE 
  -- Failure ('test-dbi.table.R:77:5'): j syntax consistent with data.table ------
  reference.test(Track[, 1:MediaTypeId], verbose = FALSE) is not TRUE
  
  `actual`:   FALSE
  `expected`: TRUE 
  
  [ FAIL 2 | WARN 332 | SKIP 0 | PASS 264 ]
  Error: Test failures
  Execution halted
* checking for unstated dependencies in vignettes ... OK

@MichaelChirico @jangorecki you commented on that PR so can you please investigate?

Metadata

Metadata

Labels

revdepReverse dependencies

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions