R Under development (unstable) (2025-09-23 r88869 ucrt) -- "Unsuffered Consequences" Copyright (C) 2025 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > library(testthat) > library(ResultModelManager) Loading required package: R6 Loading required package: DatabaseConnector > > test_check("ResultModelManager") Connecting using SQLite driver Connecting using SQLite driver | | | 0% | |=================================== | 50% | |======================================================================| 100% Executing SQL took 0.00975 secs Connecting using SQLite driver Closing database connection Connecting using SQLite driver Closing database connection | | | 0% | |======================================================================| 100% Executing SQL took 0.00757 secs Connecting using SQLite driver | | | 0% | |=================================== | 50% | |======================================================================| 100% Executing SQL took 0.00763 secs Using DatabaseConnector jdbc driver. Initializing pooled connection Connecting using SQLite driver Initializing pooled connection Connecting using SQLite driver | | | 0% | |======================================================================| 100% Executing SQL took 0.00461 secs Migrator using SQL files in ResultModelManager Connecting using SQLite driver Creating migrations table Executing SQL took 0.00614 secs Migrations table created Executing migration: Migration_1-example.sql Executing SQL took 0.00461 secs Saving migration: Migration_1-example.sql Executing SQL took 0.00618 secs Migration complete Migration_1-example.sql Executing migration: Migration_2-MultiPlatformExample.sql Executing SQL took 0.0101 secs Saving migration: Migration_2-MultiPlatformExample.sql Executing SQL took 0.00493 secs Migration complete Migration_2-MultiPlatformExample.sql Closing database connection Connecting using SQLite driver Migrator using SQL files in ResultModelManager Connecting using SQLite driver Closing database connection Migrator using SQL files in directory structure Connecting using SQLite driver Creating migrations table Executing SQL took 0.00561 secs Migrations table created Executing migration: Migration_1-example.sql Executing SQL took 0.0092 secs Saving migration: Migration_1-example.sql Executing SQL took 0.00488 secs Migration complete Migration_1-example.sql Executing migration: Migration_2-MultiPlatformExample.sql Executing SQL took 0.0072 secs Saving migration: Migration_2-MultiPlatformExample.sql Executing SQL took 0.00645 secs Migration complete Migration_2-MultiPlatformExample.sql Closing database connection Connecting using SQLite driver Migrator using SQL files in directory structure Column databaseId in table foo in results folder foo.zip is of type character, but was expecting bigint. Attempting to convert. Column charField in table foo in results folder foo.zip is of type numeric, but was expecting varchar. Attempting to convert. Column dateField in table foo in results folder foo.zip is of type character, but was expecting date. Attempting to convert. Connecting using SQLite driver | | | 0% | |============ | 17% | |======================= | 33% | |=================================== | 50% | |=============================================== | 67% | |========================================================== | 83% | |======================================================================| 100% Executing SQL took 0.00573 secs Inserting data took 0.0145 secs Executing SQL took 0.00304 secs Inserting data took 0.0639 secs Executing SQL took 0.00321 secs Inserting data took 0.0156 secs Executing SQL took 0.00519 secs Using DatabaseConnector jdbc driver. Connecting using SQLite driver Using DatabaseConnector jdbc driver. Initializing pooled connection Connecting using SQLite driver Connecting using SQLite driver Executing SQL took 0.00711 secs Executing SQL took 0.00564 secs Closing database connection Connecting using SQLite driver | | | 0% | |============ | 17% | |======================= | 33% | |=================================== | 50% | |=============================================== | 67% | |========================================================== | 83% | |======================================================================| 100% Executing SQL took 0.0167 secs Connecting using SQLite driver [ FAIL 0 | WARN 0 | SKIP 19 | PASS 89 ] ══ Skipped tests (19) ══════════════════════════════════════════════════════════ • On CRAN (10): 'test-DataMigrationManager.R:70:3', 'test-DataMigrationManager.R:92:3', 'test-PyFunctions.R:2:3', 'test-PyFunctions.R:39:3', 'test-PyFunctions.R:112:3', 'test-PyFunctions.R:167:3', 'test-QueryNamespace.R:75:3', 'test-ResultExportManager.R:2:3', 'test-ResultExportManager.R:31:3', 'test-ResultExportManager.R:125:3' • results db not available (9): 'test-DataModel.R:18:3', 'test-DataModel.R:56:3', 'test-DataModel.R:145:3', 'test-DataModel.R:200:3', 'test-DataModel.R:239:3', 'test-DataModelFunctions.R:93:3', 'test-PooledConnection.R:34:3', 'test-ResultExportManager.R:132:3', 'test-Utils.R:15:3' [ FAIL 0 | WARN 0 | SKIP 19 | PASS 89 ] > > proc.time() user system elapsed 8.01 1.75 7.93