-
Notifications
You must be signed in to change notification settings - Fork 5
Closed
Description
CRAN has reported, but I can't replicate, test failures with the upcoming duckdb 1.2.0.
CRAN output:
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-get-tools.R:36:3'): gb_sequence_get() works ──────────────────
names(seq_dnabin_2) not equal to `id_2`.
2/2 mismatches
x[1]: "KF683087"
y[1]: "AC092268"
x[2]: "AC092268"
y[2]: "KF683087"
[ FAIL 1 | WARN 1 | SKIP 2 | PASS 138 ]
Error: Test failures
Execution halted
Test script (in a duckdb clone, with restez in a parallel directory):
#!/bin/sh
git clean -fdxq src
UserNM=true R CMD INSTALL . --no-byte-compile --quiet >/dev/null
R -q -e 'testthat::test_local("../restez", filter = "get-tools")'The results seem the same, just in a different order. Do you now need an ORDER BY or an arrange()? Thanks!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels