Activity log for bug #1328764

Date Who What changed Old value New value Message
2014-06-11 04:09:01 Dmitry Kiselev bug added bug
2014-06-15 15:03:35 Eyal Salomon accelio: assignee Eyal Salomon (esalomon)
2014-06-15 15:05:17 Eyal Salomon accelio: importance Undecided High
2014-06-19 00:37:13 Dmitry Kiselev description A negative test case: One side is sending requests, but the other just keeps getting the requests and doesn't ever respond. Then the requestor side disconnects. The server/responder side receives an on_msg_error event with error code equal to: XIO_E_MSG_FLUSHED and an empty message. (Pease, let me know if the message is supposed to be empty in this case.) A negative test case: One side is sending requests, but the other just keeps getting the requests and doesn't ever respond. Then the requestor side disconnects. The server/responder side receives an on_msg_error event with error code equal to: XIO_E_MSG_FLUSHED and an empty message. The type of that message is: XIO_MSG_TYPE_RSP. (Pease, let me know if the message is supposed to be empty in this case.)
2014-06-19 00:46:59 Dmitry Kiselev description A negative test case: One side is sending requests, but the other just keeps getting the requests and doesn't ever respond. Then the requestor side disconnects. The server/responder side receives an on_msg_error event with error code equal to: XIO_E_MSG_FLUSHED and an empty message. The type of that message is: XIO_MSG_TYPE_RSP. (Pease, let me know if the message is supposed to be empty in this case.) A negative test case: One side is sending requests, but the other just keeps getting the requests and doesn't ever respond. Then the requestor side disconnects. The server/responder side receives an on_msg_error event with error code equal to: XIO_E_MSG_FLUSHED and an empty message. Also, note that the type of that message is: XIO_MSG_TYPE_RSP, even though no response has been ever sent from either side. (Pease, let me know if the message is supposed to be empty in this case.)
2014-06-19 01:18:17 Dmitry Kiselev description A negative test case: One side is sending requests, but the other just keeps getting the requests and doesn't ever respond. Then the requestor side disconnects. The server/responder side receives an on_msg_error event with error code equal to: XIO_E_MSG_FLUSHED and an empty message. Also, note that the type of that message is: XIO_MSG_TYPE_RSP, even though no response has been ever sent from either side. (Pease, let me know if the message is supposed to be empty in this case.) A negative test case: One side is sending 1 request over and over, while the other just keeps getting that request and doesn't ever respond. Then the requestor side disconnects. The server/responder side receives an on_msg_error event with error code equal to: XIO_E_MSG_FLUSHED and an empty message. Also, note that the type of that message is: XIO_MSG_TYPE_RSP, even though no response has been ever sent from either side. (Pease, let me know if the message is supposed to be empty in this case.)
2014-06-19 05:35:44 Eyal Salomon accelio: status New In Progress