From: Tomas Krizek Date: Tue, 13 Nov 2018 17:17:46 +0000 (+0100) Subject: pytests: tcp_conn_mgmt/test_pipelining - check first query is answered X-Git-Tag: v3.2.0~18^2~47 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7e91e347b7989db404def2cb3208492ec5ec1b6b;p=thirdparty%2Fknot-resolver.git pytests: tcp_conn_mgmt/test_pipelining - check first query is answered --- diff --git a/tests/pytests/test_conn_mgmt.py b/tests/pytests/test_conn_mgmt.py index 5d907c3b0..d7c335dca 100644 --- a/tests/pytests/test_conn_mgmt.py +++ b/tests/pytests/test_conn_mgmt.py @@ -31,3 +31,6 @@ def test_pipelining(kresd_sock): msg_answer = utils.receive_parse_answer(kresd_sock) assert msg_answer.id == msgid2 + + msg_answer = utils.receive_parse_answer(kresd_sock) + assert msg_answer.id == msgid1