File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
distributed-process-tests/src/Control/Distributed/Process/Tests Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -1416,19 +1416,15 @@ testRegistryMonitoring TestTransport{..} = do
1416
1416
-- Many labels. Test if all labels associated with process
1417
1417
-- are removed from registry when it dies.
1418
1418
remote2 <- testRemote remoteNode
1419
- remoteX <- testRemote remoteNode
1420
1419
runProcess localNode $
1421
1420
let waitpoll = do
1422
1421
w1 <- whereis " test-3" :: Process (Maybe ProcessId )
1423
1422
w2 <- whereis " test-4" :: Process (Maybe ProcessId )
1424
1423
forM_ (w1 <|> w2) (const waitpoll)
1425
1424
in do register " test-3" remote2
1426
1425
register " test-4" remote2
1427
- register " test-X" remoteX
1428
1426
send remote2 ()
1429
1427
waitpoll
1430
- rX <- whereis " test-X"
1431
- rX `shouldBe` (equalTo (Just remoteX))
1432
1428
return ()
1433
1429
1434
1430
{- XXX: waiting including patch for nsend for remote process
You can’t perform that action at this time.
0 commit comments