Skip to content

Commit d1d192a

Browse files
committed
roll back some nonsense in the tests
1 parent 467a611 commit d1d192a

File tree

1 file changed

+0
-4
lines changed
  • distributed-process-tests/src/Control/Distributed/Process/Tests

1 file changed

+0
-4
lines changed

distributed-process-tests/src/Control/Distributed/Process/Tests/CH.hs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1416,19 +1416,15 @@ testRegistryMonitoring TestTransport{..} = do
14161416
-- Many labels. Test if all labels associated with process
14171417
-- are removed from registry when it dies.
14181418
remote2 <- testRemote remoteNode
1419-
remoteX <- testRemote remoteNode
14201419
runProcess localNode $
14211420
let waitpoll = do
14221421
w1 <- whereis "test-3" :: Process (Maybe ProcessId)
14231422
w2 <- whereis "test-4" :: Process (Maybe ProcessId)
14241423
forM_ (w1 <|> w2) (const waitpoll)
14251424
in do register "test-3" remote2
14261425
register "test-4" remote2
1427-
register "test-X" remoteX
14281426
send remote2 ()
14291427
waitpoll
1430-
rX <- whereis "test-X"
1431-
rX `shouldBe` (equalTo (Just remoteX))
14321428
return ()
14331429

14341430
{- XXX: waiting including patch for nsend for remote process

0 commit comments

Comments
 (0)