Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test suite is failing #15

Open
tillea opened this issue Jul 18, 2019 · 0 comments
Open

Test suite is failing #15

tillea opened this issue Jul 18, 2019 · 0 comments

Comments

@tillea
Copy link

tillea commented Jul 18, 2019

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant