test demo

This commit is contained in:
zhengshuxin 2023-01-28 15:46:32 +08:00
parent 846358ee6f
commit 0c1a9d9484
8 changed files with 1 additions and 1 deletions

View File

@ -188,7 +188,7 @@ static void fiber_connect(ACL_FIBER *fiber acl_unused, void *ctx acl_unused)
printf("fiber-%d: connect %s:%d error %s\r\n",
acl_fiber_self(), __server_ip, __server_port,
acl_last_serror());
exit (1);
return;
} else {
__total_clients++;
printf("fiber-%d: connect %s:%d ok, clients: %d, fd: %d\r\n",

0
unit_test/avl.sh Normal file → Executable file
View File

0
unit_test/hash.sh Normal file → Executable file
View File

0
unit_test/net.sh Normal file → Executable file
View File

0
unit_test/stack.sh Normal file → Executable file
View File

0
unit_test/start.sh Normal file → Executable file
View File

0
unit_test/string.sh Normal file → Executable file
View File

0
unit_test/vstream.sh Normal file → Executable file
View File