filehash icon indicating copy to clipboard operation
filehash copied to clipboard

Test suite is failing

Open tillea opened this issue 5 years ago • 0 comments

Hi, I'm working on the Debian package r-cran-filehash. The old version 2.4-1 was failing its test (as you can see here at the end of the log) and the freshly packaged version 2.4-2 shows the same problem:

--- reg-tests.Rout.save_<------>2019-07-18 07:14:39.149866533 +0000
+++ reg-tests.Rout_<--->2019-07-18 07:14:39.149866533 +0000
@@ -238,7 +238,7 @@
 0.0002346 0.2416000 0.4813000 0.4938000 0.7492000 0.9992000.
 >.
 > print(file.info(db@datafile)$size)
-[1] 64980
+[1] 65628
 >.
 > dbReorganize(db)
 Reorganizing database: 33% (1/3)^H^H^H^H^H^H^H^H^H67% (2/3)^H^H^H^H^H^H^H^H^H100% (3/3)^H^H^H^H^H^H^H^H^H^H
@@ -248,7 +248,7 @@
 > db <- dbInit("test_reorg", "DB1")
 >.
 > print(file.info(db@datafile)$size)
-[1] 16245
+[1] 16407
 >.
 > summary(db$b, digits = 4)
     Min.  1st Qu.   Median     Mean  3rd Qu.     Max..

May be you just need to adjust the expected output? Whatever the problem might be it would be great if you could fix it. Kind regards, Andreas.

tillea avatar Jul 18 '19 07:07 tillea