maskit commented on code in PR #13324:
URL: https://github.com/apache/trafficserver/pull/13324#discussion_r3588190710
##########
tests/gold_tests/pluginTest/jax_fingerprint/jax_fingerprint.test.py:
##########
@@ -101,14 +101,15 @@ def __init__(
# HTTP/2 always runs over TLS (h2 requires TLS).
self._needs_tls = method in ('JA3', 'JA4') or http2
self._replay_file = self._choose_replay_file()
+ self._fingerprint_pattern = rf'{self._method}: [a-z0-9_-]+'
tr = Test.AddTestRun(name)
self._configure_dns(tr)
self._configure_server(tr)
self._configure_trafficserver()
self._configure_client(tr)
Test.AddAwaitFileContainsTestRun(
Review Comment:
I’m not sure how this helps. `AddAwaitFileContainsTestRun` does not wait
enough because it finds a wrong line that contains a method name?
--
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]