File: test_socket.R

package info (click to toggle)
r-cran-parallelmap 1.5.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 336 kB
  • sloc: sh: 13; makefile: 2
file content (12 lines) | stat: -rw-r--r-- 210 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12

context("socket mode")

# FIXME: I do NOT know why this blocks in R CMD check
if (interactive()) {

  # cran allows socket mode with 2 localhost processes
  test_that("socket mode", {
    sockettest()
  })

}