R Under development (unstable) (2025-12-08 r89124 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. > # 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(dplyr) Attaching package: 'dplyr' The following objects are masked from 'package:stats': filter, lag The following objects are masked from 'package:base': intersect, setdiff, setequal, union > library(maestro) > library(future) > > test_check("maestro") -- [2025-12-09 17:26:13] Running pipelines > i p1 v p1 [12ms] i ? p2 v ? p2 [10ms] i |-p2 v |-p2 [24ms] -- [2025-12-09 17:26:13] Pipeline execution completed # | 0.08 sec elapsed v 2 successes | ! 0 warnings | x 0 errors | [x] 2 total -------------------------------------------------------------------------------- -- Next scheduled pipelines > Pipe name | Next scheduled run * p1 | 2025-12-11 -- [2025-12-09 17:26:14] Running pipelines > i p1 v p1 [12ms] -- [2025-12-09 17:26:14] Pipeline execution completed # | 0.03 sec elapsed v 1 success | ! 0 warnings | x 0 errors | [x] 1 total -------------------------------------------------------------------------------- -- Next scheduled pipelines > Pipe name | Next scheduled run * p1 | 2025-12-11 -- [2025-12-09 17:26:14] Running pipelines > i a v a [11ms] i ? b v ? b [10ms] i |-b v |-b [23ms] i ? c v ? c [11ms] -- [2025-12-09 17:26:14] Pipeline execution completed # | 0.11 sec elapsed v 2 successes | ! 0 warnings | x 0 errors | [x] 2 total -------------------------------------------------------------------------------- -- Next scheduled pipelines > Pipe name | Next scheduled run * a | 2025-12-11 [ FAIL 0 | WARN 0 | SKIP 28 | PASS 277 ] ══ Skipped tests (28) ══════════════════════════════════════════════════════════ • On CRAN (28): 'test-MaestroPipeline.R:1:1', 'test-MaestroPipeline.R:19:1', 'test-MaestroPipeline.R:33:1', 'test-MaestroPipeline.R:45:1', 'test-MaestroPipelineList.R:1:1', 'test-MaestroSchedule.R:1:1', 'test-conditionals.R:1:1', 'test-conditionals.R:93:1', 'test-conditionals.R:130:1', 'test-conditionals.R:163:1', 'test-conditionals.R:191:1', 'test-conditionals.R:219:1', 'test-conditionals.R:246:1', 'test-dags.R:1:1', 'test-dags.R:204:1', 'test-dags.R:278:1', 'test-get_flags.R:1:1', 'test-get_flags.R:32:1', 'test-get_schedule.R:1:1', 'test-get_schedule.R:18:1', 'test-get_slot_usage.R:1:1', 'test-get_slot_usage.R:43:1', 'test-invoke.R:65:1', 'test-invoke.R:87:1', 'test-run_schedule.R:58:1', 'test-run_schedule.R:133:1', 'test-run_schedule.R:464:1', 'test-run_schedule.R:491:1' [ FAIL 0 | WARN 0 | SKIP 28 | PASS 277 ] > > proc.time() user system elapsed 24.35 2.37 27.43