Browse Source

Remove unneeded processes in test suite.

Roberto Ostinelli 5 years ago
parent
commit
aadf2484bc
2 changed files with 0 additions and 2 deletions
  1. 0 1
      test/syn_groups_SUITE.erl
  2. 0 1
      test/syn_registry_SUITE.erl

+ 0 - 1
test/syn_groups_SUITE.erl

@@ -309,7 +309,6 @@ single_node_groups_count(_Config) ->
     Pid = syn_test_suite_helper:start_process(),
     Pid2 = syn_test_suite_helper:start_process(),
     Pid3 = syn_test_suite_helper:start_process(),
-    PidUnjoined = syn_test_suite_helper:start_process(),
     %% join
     ok = syn:join({"group-1"}, Pid),
     ok = syn:join({"group-1"}, Pid2),

+ 0 - 1
test/syn_registry_SUITE.erl

@@ -1141,7 +1141,6 @@ three_nodes_concurrent_registration_unregistration(Config) ->
     %% start processes
     Pid0 = syn_test_suite_helper:start_process(),
     Pid1 = syn_test_suite_helper:start_process(SlaveNode1),
-    Pid2 = syn_test_suite_helper:start_process(SlaveNode2),
     timer:sleep(100),
     %% register on 0
     ok = syn:register(CommonName, Pid0, node()),