Last updated on 2025-06-02 07:50:41 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1.1 | 5.53 | 97.04 | 102.57 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.1.1 | 3.42 | 72.22 | 75.64 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.1.1 | 159.64 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.1.1 | 165.74 | OK | |||
r-devel-windows-x86_64 | 0.1.1 | 7.00 | 127.00 | 134.00 | OK | |
r-patched-linux-x86_64 | 0.1.1 | 7.78 | 90.89 | 98.67 | OK | |
r-release-linux-x86_64 | 0.1.1 | 5.72 | 91.31 | 97.03 | OK | |
r-release-macos-arm64 | 0.1.1 | 43.00 | ERROR | |||
r-release-macos-x86_64 | 0.1.1 | 85.00 | ERROR | |||
r-release-windows-x86_64 | 0.1.1 | 9.00 | 124.00 | 133.00 | OK | |
r-oldrel-macos-arm64 | 0.1.1 | 51.00 | ERROR | |||
r-oldrel-macos-x86_64 | 0.1.1 | 76.00 | ERROR | |||
r-oldrel-windows-x86_64 | 0.1.1 | 10.00 | 147.00 | 157.00 | OK |
Version: 0.1.1
Check: tests
Result: ERROR
Running ‘spelling.R’ [0s/0s]
Running ‘testthat.R’ [4s/4s]
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(connector)
>
> test_check("connector")
[ FAIL 2 | WARN 1 | SKIP 4 | PASS 186 ]
══ Skipped tests (4) ═══════════════════════════════════════════════════════════
• On CRAN (3): 'test-connect.R:34:3', 'test-connector.R:8:3',
'test-utils_files.R:3:3'
• postgres database not available (1): 'test-dbi.R:34:9'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-cnt_logger_integration.R:22:5'): ConnectorLogger integration test with whirl ──
Expected `whirl::run("_whirl.yml")` to run without any errors.
i Actually got a <simpleError> with text:
cannot open the connection
Backtrace:
▆
1. ├─withr::with_dir(...) at test-cnt_logger_integration.R:21:3
2. │ └─base::force(code)
3. └─testthat::expect_no_error(whirl::run("_whirl.yml")) at test-cnt_logger_integration.R:22:5
── Failure ('test-cnt_logger_integration.R:26:5'): ConnectorLogger integration test with whirl ──
length(list.files(".")) (`actual`) not equal to 5 (`expected`).
`actual`: 3.0
`expected`: 5.0
Backtrace:
▆
1. ├─withr::with_dir(...) at test-cnt_logger_integration.R:21:3
2. │ └─base::force(code)
3. └─testthat::expect_equal(length(list.files(".")), 5) at test-cnt_logger_integration.R:26:5
[ FAIL 2 | WARN 1 | SKIP 4 | PASS 186 ]
Error: Test failures
Execution halted
Flavor: r-release-macos-arm64
Version: 0.1.1
Check: tests
Result: ERROR
Running ‘spelling.R’ [0s/0s]
Running ‘testthat.R’ [6s/11s]
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(connector)
>
> test_check("connector")
[ FAIL 2 | WARN 1 | SKIP 4 | PASS 186 ]
══ Skipped tests (4) ═══════════════════════════════════════════════════════════
• On CRAN (3): 'test-connect.R:34:3', 'test-connector.R:8:3',
'test-utils_files.R:3:3'
• postgres database not available (1): 'test-dbi.R:34:9'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-cnt_logger_integration.R:22:5'): ConnectorLogger integration test with whirl ──
Expected `whirl::run("_whirl.yml")` to run without any errors.
i Actually got a <simpleError> with text:
cannot open the connection
Backtrace:
▆
1. ├─withr::with_dir(...) at test-cnt_logger_integration.R:21:3
2. │ └─base::force(code)
3. └─testthat::expect_no_error(whirl::run("_whirl.yml")) at test-cnt_logger_integration.R:22:5
── Failure ('test-cnt_logger_integration.R:26:5'): ConnectorLogger integration test with whirl ──
length(list.files(".")) (`actual`) not equal to 5 (`expected`).
`actual`: 3.0
`expected`: 5.0
Backtrace:
▆
1. ├─withr::with_dir(...) at test-cnt_logger_integration.R:21:3
2. │ └─base::force(code)
3. └─testthat::expect_equal(length(list.files(".")), 5) at test-cnt_logger_integration.R:26:5
[ FAIL 2 | WARN 1 | SKIP 4 | PASS 186 ]
Error: Test failures
Execution halted
Flavor: r-release-macos-x86_64
Version: 0.1.1
Check: tests
Result: ERROR
Running ‘spelling.R’ [0s/0s]
Running ‘testthat.R’ [4s/5s]
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(connector)
>
> test_check("connector")
[ FAIL 2 | WARN 1 | SKIP 4 | PASS 186 ]
══ Skipped tests (4) ═══════════════════════════════════════════════════════════
• On CRAN (3): 'test-connect.R:34:3', 'test-connector.R:8:3',
'test-utils_files.R:3:3'
• postgres database not available (1): 'test-dbi.R:34:9'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-cnt_logger_integration.R:22:5'): ConnectorLogger integration test with whirl ──
Expected `whirl::run("_whirl.yml")` to run without any errors.
i Actually got a <simpleError> with text:
cannot open the connection
Backtrace:
▆
1. ├─withr::with_dir(...) at test-cnt_logger_integration.R:21:3
2. │ └─base::force(code)
3. └─testthat::expect_no_error(whirl::run("_whirl.yml")) at test-cnt_logger_integration.R:22:5
── Failure ('test-cnt_logger_integration.R:26:5'): ConnectorLogger integration test with whirl ──
length(list.files(".")) (`actual`) not equal to 5 (`expected`).
`actual`: 3.0
`expected`: 5.0
Backtrace:
▆
1. ├─withr::with_dir(...) at test-cnt_logger_integration.R:21:3
2. │ └─base::force(code)
3. └─testthat::expect_equal(length(list.files(".")), 5) at test-cnt_logger_integration.R:26:5
[ FAIL 2 | WARN 1 | SKIP 4 | PASS 186 ]
Error: Test failures
Execution halted
Flavor: r-oldrel-macos-arm64
Version: 0.1.1
Check: tests
Result: ERROR
Running ‘spelling.R’ [0s/0s]
Running ‘testthat.R’ [6s/9s]
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(connector)
>
> test_check("connector")
[ FAIL 2 | WARN 1 | SKIP 4 | PASS 186 ]
══ Skipped tests (4) ═══════════════════════════════════════════════════════════
• On CRAN (3): 'test-connect.R:34:3', 'test-connector.R:8:3',
'test-utils_files.R:3:3'
• postgres database not available (1): 'test-dbi.R:34:9'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-cnt_logger_integration.R:22:5'): ConnectorLogger integration test with whirl ──
Expected `whirl::run("_whirl.yml")` to run without any errors.
i Actually got a <simpleError> with text:
cannot open the connection
Backtrace:
▆
1. ├─withr::with_dir(...) at test-cnt_logger_integration.R:21:3
2. │ └─base::force(code)
3. └─testthat::expect_no_error(whirl::run("_whirl.yml")) at test-cnt_logger_integration.R:22:5
── Failure ('test-cnt_logger_integration.R:26:5'): ConnectorLogger integration test with whirl ──
length(list.files(".")) (`actual`) not equal to 5 (`expected`).
`actual`: 3.0
`expected`: 5.0
Backtrace:
▆
1. ├─withr::with_dir(...) at test-cnt_logger_integration.R:21:3
2. │ └─base::force(code)
3. └─testthat::expect_equal(length(list.files(".")), 5) at test-cnt_logger_integration.R:26:5
[ FAIL 2 | WARN 1 | SKIP 4 | PASS 186 ]
Error: Test failures
Execution halted
Flavor: r-oldrel-macos-x86_64