@@ -23,7 +23,7 @@ async fn test_liveliness_subscriber_clique() {
23
23
use zenoh_config:: EndPoint ;
24
24
const TIMEOUT : Duration = Duration :: from_secs ( 60 ) ;
25
25
const SLEEP : Duration = Duration :: from_secs ( 1 ) ;
26
- const PEER1_ENDPOINT : & str = "tcp/localhost:47447 " ;
26
+ const PEER1_ENDPOINT : & str = "tcp/localhost:27347 " ;
27
27
const LIVELINESS_KEYEXPR : & str = "test/liveliness/subscriber/clique" ;
28
28
29
29
zenoh_util:: init_log_from_env_or ( "error" ) ;
@@ -86,7 +86,7 @@ async fn test_liveliness_query_clique() {
86
86
use zenoh_link:: EndPoint ;
87
87
const TIMEOUT : Duration = Duration :: from_secs ( 60 ) ;
88
88
const SLEEP : Duration = Duration :: from_secs ( 1 ) ;
89
- const PEER1_ENDPOINT : & str = "tcp/localhost:47448 " ;
89
+ const PEER1_ENDPOINT : & str = "tcp/localhost:27348 " ;
90
90
const LIVELINESS_KEYEXPR : & str = "test/liveliness/query/clique" ;
91
91
92
92
zenoh_util:: init_log_from_env_or ( "error" ) ;
@@ -143,7 +143,7 @@ async fn test_liveliness_subscriber_brokered() {
143
143
144
144
const TIMEOUT : Duration = Duration :: from_secs ( 60 ) ;
145
145
const SLEEP : Duration = Duration :: from_secs ( 1 ) ;
146
- const ROUTER_ENDPOINT : & str = "tcp/localhost:47449 " ;
146
+ const ROUTER_ENDPOINT : & str = "tcp/localhost:27350 " ;
147
147
const LIVELINESS_KEYEXPR : & str = "test/liveliness/subscriber/brokered" ;
148
148
149
149
zenoh_util:: init_log_from_env_or ( "error" ) ;
@@ -220,7 +220,7 @@ async fn test_liveliness_query_brokered() {
220
220
use zenoh_link:: EndPoint ;
221
221
const TIMEOUT : Duration = Duration :: from_secs ( 60 ) ;
222
222
const SLEEP : Duration = Duration :: from_secs ( 1 ) ;
223
- const ROUTER_ENDPOINT : & str = "tcp/localhost:47450 " ;
223
+ const ROUTER_ENDPOINT : & str = "tcp/localhost:27451 " ;
224
224
const LIVELINESS_KEYEXPR : & str = "test/liveliness/query/brokered" ;
225
225
226
226
zenoh_util:: init_log_from_env_or ( "error" ) ;
@@ -365,7 +365,7 @@ async fn test_liveliness_after_close() {
365
365
use zenoh_config:: EndPoint ;
366
366
const TIMEOUT : Duration = Duration :: from_secs ( 60 ) ;
367
367
const SLEEP : Duration = Duration :: from_secs ( 1 ) ;
368
- const PEER1_ENDPOINT : & str = "tcp/localhost:47451 " ;
368
+ const PEER1_ENDPOINT : & str = "tcp/localhost:27452 " ;
369
369
const LIVELINESS_KEYEXPR : & str = "test/liveliness/subscriber/clique" ;
370
370
371
371
zenoh_util:: init_log_from_env_or ( "error" ) ;
@@ -425,7 +425,7 @@ async fn test_liveliness_subscriber_double_client_before() {
425
425
426
426
const TIMEOUT : Duration = Duration :: from_secs ( 60 ) ;
427
427
const SLEEP : Duration = Duration :: from_secs ( 1 ) ;
428
- const ROUTER_ENDPOINT : & str = "tcp/localhost:47452 " ;
428
+ const ROUTER_ENDPOINT : & str = "tcp/localhost:27453 " ;
429
429
const LIVELINESS_KEYEXPR : & str = "test/liveliness/subscriber/double/client/before" ;
430
430
431
431
zenoh_util:: init_log_from_env_or ( "error" ) ;
@@ -519,7 +519,7 @@ async fn test_liveliness_subscriber_double_client_middle() {
519
519
520
520
const TIMEOUT : Duration = Duration :: from_secs ( 60 ) ;
521
521
const SLEEP : Duration = Duration :: from_secs ( 1 ) ;
522
- const ROUTER_ENDPOINT : & str = "tcp/localhost:47453 " ;
522
+ const ROUTER_ENDPOINT : & str = "tcp/localhost:27454 " ;
523
523
const LIVELINESS_KEYEXPR : & str = "test/liveliness/subscriber/double/client/middle" ;
524
524
525
525
zenoh_util:: init_log_from_env_or ( "error" ) ;
@@ -616,7 +616,7 @@ async fn test_liveliness_subscriber_double_client_after() {
616
616
617
617
const TIMEOUT : Duration = Duration :: from_secs ( 60 ) ;
618
618
const SLEEP : Duration = Duration :: from_secs ( 1 ) ;
619
- const ROUTER_ENDPOINT : & str = "tcp/localhost:47454 " ;
619
+ const ROUTER_ENDPOINT : & str = "tcp/localhost:27354 " ;
620
620
const LIVELINESS_KEYEXPR : & str = "test/liveliness/subscriber/double/client/after" ;
621
621
622
622
zenoh_util:: init_log_from_env_or ( "error" ) ;
@@ -715,7 +715,7 @@ async fn test_liveliness_subscriber_double_client_history_before() {
715
715
716
716
const TIMEOUT : Duration = Duration :: from_secs ( 60 ) ;
717
717
const SLEEP : Duration = Duration :: from_secs ( 1 ) ;
718
- const ROUTER_ENDPOINT : & str = "tcp/localhost:47455 " ;
718
+ const ROUTER_ENDPOINT : & str = "tcp/localhost:27455 " ;
719
719
const LIVELINESS_KEYEXPR : & str = "test/liveliness/subscriber/double/client/history/before" ;
720
720
721
721
zenoh_util:: init_log_from_env_or ( "error" ) ;
@@ -817,7 +817,7 @@ async fn test_liveliness_subscriber_double_client_history_middle() {
817
817
818
818
const TIMEOUT : Duration = Duration :: from_secs ( 60 ) ;
819
819
const SLEEP : Duration = Duration :: from_secs ( 1 ) ;
820
- const ROUTER_ENDPOINT : & str = "tcp/localhost:47456 " ;
820
+ const ROUTER_ENDPOINT : & str = "tcp/localhost:27456 " ;
821
821
const LIVELINESS_KEYEXPR : & str = "test/liveliness/subscriber/double/client/history/middle" ;
822
822
823
823
zenoh_util:: init_log_from_env_or ( "error" ) ;
@@ -919,7 +919,7 @@ async fn test_liveliness_subscriber_double_client_history_after() {
919
919
920
920
const TIMEOUT : Duration = Duration :: from_secs ( 60 ) ;
921
921
const SLEEP : Duration = Duration :: from_secs ( 1 ) ;
922
- const ROUTER_ENDPOINT : & str = "tcp/localhost:47457 " ;
922
+ const ROUTER_ENDPOINT : & str = "tcp/localhost:27357 " ;
923
923
const LIVELINESS_KEYEXPR : & str = "test/liveliness/subscriber/double/client/history/after" ;
924
924
925
925
zenoh_util:: init_log_from_env_or ( "error" ) ;
@@ -1023,7 +1023,7 @@ async fn test_liveliness_subscriber_double_peer_before() {
1023
1023
1024
1024
const TIMEOUT : Duration = Duration :: from_secs ( 60 ) ;
1025
1025
const SLEEP : Duration = Duration :: from_secs ( 1 ) ;
1026
- const ROUTER_ENDPOINT : & str = "tcp/localhost:47458 " ;
1026
+ const ROUTER_ENDPOINT : & str = "tcp/localhost:27458 " ;
1027
1027
const LIVELINESS_KEYEXPR : & str = "test/liveliness/subscriber/double/peer/before" ;
1028
1028
1029
1029
zenoh_util:: init_log_from_env_or ( "error" ) ;
@@ -1111,7 +1111,7 @@ async fn test_liveliness_subscriber_double_peer_middle() {
1111
1111
1112
1112
const TIMEOUT : Duration = Duration :: from_secs ( 60 ) ;
1113
1113
const SLEEP : Duration = Duration :: from_secs ( 1 ) ;
1114
- const ROUTER_ENDPOINT : & str = "tcp/localhost:47459 " ;
1114
+ const ROUTER_ENDPOINT : & str = "tcp/localhost:27459 " ;
1115
1115
const LIVELINESS_KEYEXPR : & str = "test/liveliness/subscriber/double/peer/middle" ;
1116
1116
1117
1117
zenoh_util:: init_log_from_env_or ( "error" ) ;
@@ -1202,7 +1202,7 @@ async fn test_liveliness_subscriber_double_peer_after() {
1202
1202
1203
1203
const TIMEOUT : Duration = Duration :: from_secs ( 60 ) ;
1204
1204
const SLEEP : Duration = Duration :: from_secs ( 1 ) ;
1205
- const ROUTER_ENDPOINT : & str = "tcp/localhost:47460 " ;
1205
+ const ROUTER_ENDPOINT : & str = "tcp/localhost:27460 " ;
1206
1206
const LIVELINESS_KEYEXPR : & str = "test/liveliness/subscriber/double/peer/after" ;
1207
1207
1208
1208
zenoh_util:: init_log_from_env_or ( "error" ) ;
@@ -1295,7 +1295,7 @@ async fn test_liveliness_subscriber_double_peer_history_before() {
1295
1295
1296
1296
const TIMEOUT : Duration = Duration :: from_secs ( 60 ) ;
1297
1297
const SLEEP : Duration = Duration :: from_secs ( 1 ) ;
1298
- const ROUTER_ENDPOINT : & str = "tcp/localhost:47461 " ;
1298
+ const ROUTER_ENDPOINT : & str = "tcp/localhost:27461 " ;
1299
1299
const LIVELINESS_KEYEXPR : & str = "test/liveliness/subscriber/double/peer/history/before" ;
1300
1300
1301
1301
zenoh_util:: init_log_from_env_or ( "error" ) ;
@@ -1397,7 +1397,7 @@ async fn test_liveliness_subscriber_double_peer_history_middle() {
1397
1397
1398
1398
const TIMEOUT : Duration = Duration :: from_secs ( 60 ) ;
1399
1399
const SLEEP : Duration = Duration :: from_secs ( 1 ) ;
1400
- const ROUTER_ENDPOINT : & str = "tcp/localhost:47462 " ;
1400
+ const ROUTER_ENDPOINT : & str = "tcp/localhost:27462 " ;
1401
1401
const LIVELINESS_KEYEXPR : & str = "test/liveliness/subscriber/double/peer/history/middle" ;
1402
1402
1403
1403
zenoh_util:: init_log_from_env_or ( "error" ) ;
@@ -1499,7 +1499,7 @@ async fn test_liveliness_subscriber_double_peer_history_after() {
1499
1499
1500
1500
const TIMEOUT : Duration = Duration :: from_secs ( 60 ) ;
1501
1501
const SLEEP : Duration = Duration :: from_secs ( 1 ) ;
1502
- const ROUTER_ENDPOINT : & str = "tcp/localhost:47463 " ;
1502
+ const ROUTER_ENDPOINT : & str = "tcp/localhost:27463 " ;
1503
1503
const LIVELINESS_KEYEXPR : & str = "test/liveliness/subscriber/double/peer/history/after" ;
1504
1504
1505
1505
zenoh_util:: init_log_from_env_or ( "error" ) ;
@@ -1702,8 +1702,8 @@ async fn test_liveliness_subscriber_double_router_middle() {
1702
1702
1703
1703
const TIMEOUT : Duration = Duration :: from_secs ( 60 ) ;
1704
1704
const SLEEP : Duration = Duration :: from_secs ( 1 ) ;
1705
- const ROUTER_ENDPOINT : & str = "tcp/localhost:47466 " ;
1706
- const ROUTER_SUB_ENDPOINT : & str = "tcp/localhost:47467 " ;
1705
+ const ROUTER_ENDPOINT : & str = "tcp/localhost:27466 " ;
1706
+ const ROUTER_SUB_ENDPOINT : & str = "tcp/localhost:27467 " ;
1707
1707
const LIVELINESS_KEYEXPR : & str = "test/liveliness/subscriber/double/router/middle" ;
1708
1708
1709
1709
zenoh_util:: init_log_from_env_or ( "error" ) ;
@@ -1804,8 +1804,8 @@ async fn test_liveliness_subscriber_double_router_after() {
1804
1804
1805
1805
const TIMEOUT : Duration = Duration :: from_secs ( 60 ) ;
1806
1806
const SLEEP : Duration = Duration :: from_secs ( 1 ) ;
1807
- const ROUTER_ENDPOINT : & str = "tcp/localhost:47468 " ;
1808
- const ROUTER_SUB_ENDPOINT : & str = "tcp/localhost:47469 " ;
1807
+ const ROUTER_ENDPOINT : & str = "tcp/localhost:27468 " ;
1808
+ const ROUTER_SUB_ENDPOINT : & str = "tcp/localhost:27469 " ;
1809
1809
const LIVELINESS_KEYEXPR : & str = "test/liveliness/subscriber/double/router/after" ;
1810
1810
1811
1811
zenoh_util:: init_log_from_env_or ( "error" ) ;
@@ -1908,8 +1908,8 @@ async fn test_liveliness_subscriber_double_router_history_before() {
1908
1908
1909
1909
const TIMEOUT : Duration = Duration :: from_secs ( 60 ) ;
1910
1910
const SLEEP : Duration = Duration :: from_secs ( 1 ) ;
1911
- const ROUTER_ENDPOINT : & str = "tcp/localhost:47470 " ;
1912
- const ROUTER_SUB_ENDPOINT : & str = "tcp/localhost:47471 " ;
1911
+ const ROUTER_ENDPOINT : & str = "tcp/localhost:27470 " ;
1912
+ const ROUTER_SUB_ENDPOINT : & str = "tcp/localhost:27471 " ;
1913
1913
const LIVELINESS_KEYEXPR : & str = "test/liveliness/subscriber/double/router/history/before" ;
1914
1914
1915
1915
zenoh_util:: init_log_from_env_or ( "error" ) ;
@@ -2015,8 +2015,8 @@ async fn test_liveliness_subscriber_double_router_history_middle() {
2015
2015
2016
2016
const TIMEOUT : Duration = Duration :: from_secs ( 60 ) ;
2017
2017
const SLEEP : Duration = Duration :: from_secs ( 1 ) ;
2018
- const ROUTER_ENDPOINT : & str = "tcp/localhost:47472 " ;
2019
- const ROUTER_SUB_ENDPOINT : & str = "tcp/localhost:47473 " ;
2018
+ const ROUTER_ENDPOINT : & str = "tcp/localhost:27472 " ;
2019
+ const ROUTER_SUB_ENDPOINT : & str = "tcp/localhost:27473 " ;
2020
2020
const LIVELINESS_KEYEXPR : & str = "test/liveliness/subscriber/double/router/history/middle" ;
2021
2021
2022
2022
zenoh_util:: init_log_from_env_or ( "error" ) ;
@@ -2122,8 +2122,8 @@ async fn test_liveliness_subscriber_double_router_history_after() {
2122
2122
2123
2123
const TIMEOUT : Duration = Duration :: from_secs ( 60 ) ;
2124
2124
const SLEEP : Duration = Duration :: from_secs ( 1 ) ;
2125
- const ROUTER_ENDPOINT : & str = "tcp/localhost:47474 " ;
2126
- const ROUTER_SUB_ENDPOINT : & str = "tcp/localhost:47475 " ;
2125
+ const ROUTER_ENDPOINT : & str = "tcp/localhost:27474 " ;
2126
+ const ROUTER_SUB_ENDPOINT : & str = "tcp/localhost:27475 " ;
2127
2127
const LIVELINESS_KEYEXPR : & str = "test/liveliness/subscriber/double/router/history/after" ;
2128
2128
2129
2129
zenoh_util:: init_log_from_env_or ( "error" ) ;
@@ -2231,8 +2231,8 @@ async fn test_liveliness_subscriber_double_clientviapeer_before() {
2231
2231
2232
2232
const TIMEOUT : Duration = Duration :: from_secs ( 60 ) ;
2233
2233
const SLEEP : Duration = Duration :: from_secs ( 1 ) ;
2234
- const ROUTER_ENDPOINT : & str = "tcp/localhost:47476 " ;
2235
- const PEER_DUMMY_ENDPOINT : & str = "tcp/localhost:47477 " ;
2234
+ const ROUTER_ENDPOINT : & str = "tcp/localhost:27476 " ;
2235
+ const PEER_DUMMY_ENDPOINT : & str = "tcp/localhost:27477 " ;
2236
2236
const LIVELINESS_KEYEXPR : & str = "test/liveliness/subscriber/double/clientviapeer/before" ;
2237
2237
2238
2238
zenoh_util:: init_log_from_env_or ( "error" ) ;
@@ -2344,8 +2344,8 @@ async fn test_liveliness_subscriber_double_clientviapeer_middle() {
2344
2344
2345
2345
const TIMEOUT : Duration = Duration :: from_secs ( 60 ) ;
2346
2346
const SLEEP : Duration = Duration :: from_secs ( 1 ) ;
2347
- const ROUTER_ENDPOINT : & str = "tcp/localhost:47478 " ;
2348
- const PEER_DUMMY_ENDPOINT : & str = "tcp/localhost:47479 " ;
2347
+ const ROUTER_ENDPOINT : & str = "tcp/localhost:27478 " ;
2348
+ const PEER_DUMMY_ENDPOINT : & str = "tcp/localhost:27479 " ;
2349
2349
const LIVELINESS_KEYEXPR : & str = "test/liveliness/subscriber/double/clientviapeer/middle" ;
2350
2350
2351
2351
zenoh_util:: init_log_from_env_or ( "error" ) ;
@@ -2460,8 +2460,8 @@ async fn test_liveliness_subscriber_double_clientviapeer_after() {
2460
2460
2461
2461
const TIMEOUT : Duration = Duration :: from_secs ( 60 ) ;
2462
2462
const SLEEP : Duration = Duration :: from_secs ( 1 ) ;
2463
- const ROUTER_ENDPOINT : & str = "tcp/localhost:47480 " ;
2464
- const PEER_DUMMY_ENDPOINT : & str = "tcp/localhost:47481 " ;
2463
+ const ROUTER_ENDPOINT : & str = "tcp/localhost:27480 " ;
2464
+ const PEER_DUMMY_ENDPOINT : & str = "tcp/localhost:27481 " ;
2465
2465
const LIVELINESS_KEYEXPR : & str = "test/liveliness/subscriber/double/clientviapeer/after" ;
2466
2466
2467
2467
zenoh_util:: init_log_from_env_or ( "error" ) ;
@@ -2578,8 +2578,8 @@ async fn test_liveliness_subscriber_double_clientviapeer_history_before() {
2578
2578
2579
2579
const TIMEOUT : Duration = Duration :: from_secs ( 60 ) ;
2580
2580
const SLEEP : Duration = Duration :: from_secs ( 1 ) ;
2581
- const ROUTER_ENDPOINT : & str = "tcp/localhost:47482 " ;
2582
- const PEER_DUMMY_ENDPOINT : & str = "tcp/localhost:47483 " ;
2581
+ const ROUTER_ENDPOINT : & str = "tcp/localhost:27482 " ;
2582
+ const PEER_DUMMY_ENDPOINT : & str = "tcp/localhost:27483 " ;
2583
2583
const LIVELINESS_KEYEXPR : & str =
2584
2584
"test/liveliness/subscriber/double/clientviapeer/history/before" ;
2585
2585
@@ -3719,7 +3719,7 @@ async fn test_liveliness_subget_router_before() {
3719
3719
const TIMEOUT : Duration = Duration :: from_secs ( 60 ) ;
3720
3720
const SLEEP : Duration = Duration :: from_secs ( 1 ) ;
3721
3721
const ROUTER_ENDPOINT : & str = "tcp/localhost:30496" ;
3722
- const ROUTER_SUBGET_ENDPOINT : & str = "tcp/localhost:47497 " ;
3722
+ const ROUTER_SUBGET_ENDPOINT : & str = "tcp/localhost:27497 " ;
3723
3723
const LIVELINESS_KEYEXPR : & str = "test/liveliness/subget/router/before" ;
3724
3724
3725
3725
zenoh_util:: init_log_from_env_or ( "error" ) ;
0 commit comments