Package: lgrExtra Check: tests New result: ERROR Running ‘testthat.R’ [8s/8s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(lgrExtra) > > test_check("lgrExtra") [ FAIL 3 | WARN 0 | SKIP 6 | PASS 111 ] ══ Skipped tests (6) ═══════════════════════════════════════════════════════════ • '/var/log/syslog' is not readable (1): 'test_AppenderSyslog.R:24:3' • Cannot establish connection (3): 'test_AppenderDbi.R:124:5', 'test_AppenderDbi.R:124:5', 'test_AppenderDbi.R:124:5' • SQLite doesn't support schemas (2): 'test_AppenderDbi.R:220:7', 'test_AppenderDbi.R:251:7' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test_AppenderDbi.R:170:5'): SQLite via RSQLite: serialized_cols works ── app$data$fields not identical to c(as.character(jsonlite::toJSON(list(bar = letters))), as.character(jsonlite::toJSON(list(bar = letters)))). 2/2 mismatches x[1]: "{\"rawMsg\":\";*/; \\\"' /* blubb;\",\"bar\":[\"a\",\"b\",\"c\",\"d\",\ x[1]: "e\",\"f\",\"g\",\"h\",\"i\",\"j\",\"k\",\"l\",\"m\",\"n\",\"o\",\"p\",\"q x[1]: \",\"r\",\"s\",\"t\",\"u\",\"v\",\"w\",\"x\",\"y\",\"z\"]}" y[1]: "{\"bar\":[\"a\",\"b\",\"c\",\"d\",\"e\",\"f\",\"g\",\"h\",\"i\",\"j\",\"k y[1]: \",\"l\",\"m\",\"n\",\"o\",\"p\",\"q\",\"r\",\"s\",\"t\",\"u\",\"v\",\"w\" y[1]: ,\"x\",\"y\",\"z\"]}" x[2]: "{\"rawMsg\":\";*/; \\\"' /* blubb;\",\"bar\":[\"a\",\"b\",\"c\",\"d\",\ x[2]: "e\",\"f\",\"g\",\"h\",\"i\",\"j\",\"k\",\"l\",\"m\",\"n\",\"o\",\"p\",\"q x[2]: \",\"r\",\"s\",\"t\",\"u\",\"v\",\"w\",\"x\",\"y\",\"z\"]}" y[2]: "{\"bar\":[\"a\",\"b\",\"c\",\"d\",\"e\",\"f\",\"g\",\"h\",\"i\",\"j\",\"k y[2]: \",\"l\",\"m\",\"n\",\"o\",\"p\",\"q\",\"r\",\"s\",\"t\",\"u\",\"v\",\"w\" y[2]: ,\"x\",\"y\",\"z\"]}" ── Failure ('test_AppenderDt.R:116:3'): AppenderDt: .fields works ────────────── is_empty(app$data$.fields[[1]]) is not TRUE `actual`: FALSE `expected`: TRUE ── Failure ('test_AppenderDynatrace.R:29:3'): AppenderDynatrace: appending works ── `sent_body` not identical to "[{\"level\":\"warn\",\"timestamp\":\"2018-11-02 16:19:33\",\"logger\":\"dummy\",\"caller\":null,\"content\":\"foo bar\"}]". 1/1 mismatches x[1]: "[{\"level\":\"warn\",\"timestamp\":\"2018-11-02 16:19:33\",\"logger\":\"d x[1]: ummy\",\"caller\":null,\"content\":\"foo bar\",\"rawMsg\":\"foo bar\"}]" y[1]: "[{\"level\":\"warn\",\"timestamp\":\"2018-11-02 16:19:33\",\"logger\":\"d y[1]: ummy\",\"caller\":null,\"content\":\"foo bar\"}]" [ FAIL 3 | WARN 0 | SKIP 6 | PASS 111 ] Error: Test failures Execution halted Package: pipeflow Check: tests New result: ERROR Running ‘testthat.R’ [40s/18s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(pipeflow) > lgr::suspend_logging() > > options(Ncpus = 6) > > test_check("pipeflow") Starting 6 test processes [ FAIL 1 | WARN 0 | SKIP 1 | PASS 1236 ] ══ Skipped tests (1) ═══════════════════════════════════════════════════════════ • empty test (1): 'test_aliases.R:1402:5' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test_log.R:87:13'): standard log call has all expected fields ───── names(fields) (`actual`) not equal to `expected_fields` (`expected`). `actual[2:5]`: "level" "time" "message" "rawMsg" `expected[2:4]`: "level" "time" "message" [ FAIL 1 | WARN 0 | SKIP 1 | PASS 1236 ] Error: Test failures Execution halted