Skip to content

Commit

Permalink
enhance test
Browse files Browse the repository at this point in the history
  • Loading branch information
wlandau committed May 29, 2024
1 parent 054e72b commit 7d2214c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/local/test-backlog_crash.R
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,5 @@ test_that("backlogged crashed workers relaunch", {
expect_true(controller$wait(seconds_timeout = 20L))
tasks <- controller$collect()
expect_equal(sort(tasks$name), sort(c("task-sleep", "task-true")))
expect_equal(tasks$error, c(NA_character_, NA_character_))
})

0 comments on commit 7d2214c

Please sign in to comment.