Copilot commented on code in PR #13487: URL: https://github.com/apache/trafficserver/pull/13487#discussion_r3714645144
########## tests/gold_tests/cache/cache-write-retry-callback.test.py: ########## @@ -0,0 +1,25 @@ +''' +Verify a cache write retry does not cancel the cache read that follows it. +''' +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information Review Comment: The ASF license header is not at the top of the file because it is preceded by a module docstring. To match typical ASF header compliance expectations, move the docstring/commentary below the license header (or convert it to comments after the header) so the license block is the first content in the file. -- 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]
