bneradt commented on code in PR #12502:
URL: https://github.com/apache/trafficserver/pull/12502#discussion_r2353094971


##########
tests/gold_tests/h2/http2_rst_stream.test.py:
##########
@@ -58,7 +58,8 @@
 tr.Processes.Default.Streams.All += Testers.ContainsExpression(
     'Submitted RST_STREAM frame for key 1 on stream 1.', 'Send RST_STREAM 
frame.')
 
-server.Streams.All += Testers.ExcludesExpression('RST_STREAM', 'Server is not 
affected.')
+# NOTE: Background Fill fix changed this behavior
+# server.Streams.All += Testers.ExcludesExpression('RST_STREAM', 'Server is 
not affected.')

Review Comment:
   Should this be a ContainsExpression then? Otherwise, maybe best just to 
remove these lines.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to