Skip to content

Allow non-standard datanames in filter data #231

Allow non-standard datanames in filter data

Allow non-standard datanames in filter data #231

GitHub Actions / Unit Tests Summary failed Oct 24, 2024 in 0s

6 fail, 360 pass in 21s

  1 files   29 suites   21s ⏱️
366 tests 360 ✅ 0 💤 6 ❌
818 runs  812 ✅ 0 💤 6 ❌

Results for commit 91f2576.

Annotations

Check warning on line 0 in utils

See this annotation in the file changed.

@github-actions github-actions / Unit Tests Summary

should_replace_dots_with___when_id_is_otherwise_valid (utils) failed

teal.slice.Rcheck/tests/testthat/junit-result.xml [took 0s]
Raw output
ns(id) not identical to paste0("app-h", substr(rlang::hash(id), 1, 4), "_a_b"). ('test-utils.R:12:5')
ns(id) not identical to paste0("app-h", substr(rlang::hash(id), 1, 4), "_a_b").
1/1 mismatches
x[1]: "app-a.b"
y[1]: "app-h37aa_a_b"

Check warning on line 0 in utils

See this annotation in the file changed.

@github-actions github-actions / Unit Tests Summary

should_take_vector_input (utils) failed

teal.slice.Rcheck/tests/testthat/junit-result.xml [took 0s]
Raw output
ns(id) not identical to c(...). ('test-utils.R:21:5')
ns(id) not identical to c(...).
2/4 mismatches
x[1]: "app-a.b"
y[1]: "app-h37aa_a_b"

x[4]: "app- c"
y[4]: "app-h5fb4__c"

Check warning on line 0 in utils

See this annotation in the file changed.

@github-actions github-actions / Unit Tests Summary

should_replace_non_ASCII_characters_in_middle_of_id_with___ (utils) failed

teal.slice.Rcheck/tests/testthat/junit-result.xml [took 0s]
Raw output
ns(id) not identical to paste0("app-h", substr(rlang::hash(id), 1, 4), "_a_b"). ('test-utils.R:44:5')
ns(id) not identical to paste0("app-h", substr(rlang::hash(id), 1, 4), "_a_b").
1/1 mismatches
x[1]: "app-a$b"
y[1]: "app-h80c2_a_b"

Check warning on line 0 in utils

See this annotation in the file changed.

@github-actions github-actions / Unit Tests Summary

should_replace_non_ASCII_characters_in_the_start_end_of_id_with___ (utils) failed

teal.slice.Rcheck/tests/testthat/junit-result.xml [took 0s]
Raw output
`id_from_module` not identical to paste0("h", substr(rlang::hash(id), 1, 4), "__a_bad_symbol_-a_good_name"). ('test-utils.R:58:5')
`id_from_module` not identical to paste0("h", substr(rlang::hash(id), 1, 4), "__a_bad_symbol_-a_good_name").
1/1 mismatches
x[1]: "%a bad symbol$-a_good_name"
y[1]: "h1f9d__a_bad_symbol_-a_good_name"

Check warning on line 0 in utils

See this annotation in the file changed.

@github-actions github-actions / Unit Tests Summary

should_replace_all_quotes_characters_with___ (utils) failed

teal.slice.Rcheck/tests/testthat/junit-result.xml [took 0s]
Raw output
NS("app", id) not identical to paste0("app-h", substr(rlang::hash(id), 1, 4), "__a_b_c_d_e_j"). ('test-utils.R:66:5')
NS("app", id) not identical to paste0("app-h", substr(rlang::hash(id), 1, 4), "__a_b_c_d_e_j").
1/1 mismatches
x[1]: "app- a.b.c\"d`e'j"
y[1]: "app-h03f0__a_b_c_d_e_j"

Check warning on line 0 in utils

See this annotation in the file changed.

@github-actions github-actions / Unit Tests Summary

should_replace_all_escape_characters_from_JQuery_selectors (utils) failed

teal.slice.Rcheck/tests/testthat/junit-result.xml [took 0s]
Raw output
NS("app", forbidden) not identical to paste0(...). ('test-utils.R:74:5')
NS("app", forbidden) not identical to paste0(...).
1/1 mismatches
x[1]: "app- !\"#$%&'()*+,./:;<=>?@[\\]^`{|}~]"
y[1]: "app-h3ae1_________________________________"