-
Notifications
You must be signed in to change notification settings - Fork 8
Test Plan for TCPServer Duplex Support
Samantha Chan edited this page May 20, 2015
·
2 revisions
These tests make sure that TCPServer continues to work as is without enabling duplex support.
- Single TCP client sending in data
- 5 TCP clients sending in data
- 100 TCP clients sending in data
- rstring as data
- blob as data
- output srcIP and srcPort as output
- address
- block size
- connectionCap
- format
- keepAlive
- threadPoolSize
- single TCP client with duplex communication
- two TCP client with duplex communication - making sure data is sent back to the right client
- 10 TCP clients with duplex communication
- 100 TCP clients with duplex communication
- 200 TCP clients with duplex communication
- rstring as data
- blob as data
- Sinlge connection - connection drop and re-established
- operator continue to run
- 2 connections - one connection drop and re-established
- operator continues to run. Dropping of a connection does not affect the other connection
- 3 connections - one connection stall
- other two connection continues to run
- Unable to open port initially - error should be logged
- Running for at least 24 hours without crashing
- performance analysis of
- number of connections
- size of tuple