Skip to content

Commit dad9cc3

Browse files
committed
updated the link
1 parent f2ad321 commit dad9cc3

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.ci/atime/tests.R

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ test.list <- atime::atime_test_list(
286286
Slow = "548410d23dd74b625e8ea9aeb1a5d2e9dddd2927", # Parent of the first commit in the PR (https://github.com/Rdatatable/data.table/commit/548410d23dd74b625e8ea9aeb1a5d2e9dddd2927)
287287
Fast = "c0b32a60466bed0e63420ec105bc75c34590865e"), # Commit in the PR (https://github.com/Rdatatable/data.table/pull/7144/commits) that uses a much faster implementation
288288

289-
"tables() default (non-recursive) behavior in #2606" = atime::atime_test(
289+
"tables() !recursive refactor in #2606" = atime::atime_test(
290290
setup = {
291291
test_env <- new.env()
292292
local({
@@ -295,13 +295,14 @@ test.list <- atime::atime_test_list(
295295
assign(paste0("vec_perf_test", i), 1, envir = test_env)
296296
}
297297
})
298+
test_env
298299
},
299300
expr = {
300-
data.table::tables(env = test_env, silent = TRUE, index = TRUE)
301+
data.table::tables(env = test_env, silent = TRUE, index = TRUE);
301302
NULL
302303
},
303-
before = "2b191aec3df51675a7ab5e6701384a8b89470af6", # Merge-base parent commit for PR #2606 (https://github.com/Rdatatable/data.table/commit/2b191aec3df51675a7ab5e6701384a8b89470af6
304-
after = "66024e6ea5304ae059b18c71de9973715ddb77ce"), # Commit in the PR (https://github.com/Rdatatable/data.table/pull/7141/commits)
304+
before = "2b191aec3df51675a7ab5e6701384a8b89470af6", # Parent of the first commit in the PR (https://github.com/Rdatatable/data.table/commit/2b191aec3df51675a7ab5e6701384a8b89470af6)
305+
after = "66024e6ea5304ae059b1e96d3eda7e542471720a"), # Commit in the PR (https://github.com/Rdatatable/data.table/pull/7141/commits) that uses a much faster implementation
305306

306307
tests=extra.test.list)
307308
# nolint end: undesirable_operator_linter.

0 commit comments

Comments
 (0)