bryancall commented on issue #9351: URL: https://github.com/apache/trafficserver/issues/9351#issuecomment-4828017715
I looked at this against current master. The duplicate files shown here came from a `find` run inside the autest _sandbox, which is the per-run output tree. Those repeated copies are created at test time by AuTest's `Setup.Copy` and `addSSLfile`, which is how the framework gives each test process its own copy of the files it declares, so that duplication is expected and not maintained source. In the checked-in source there is now a single shared cert directory, tests/gold_tests/tls/ssl/, holding all of the .pem and .key files, and the TLS tests reference them from that one location (for example tls_client_cert2_plugin.test.py copies ssl/signer.pem, ssl/signed-foo.pem, and so on). There are no duplicate cert or key files tracked anywhere else under the TLS tests. Since the source-level duplication this describes does not exist and the run-directory copies are by design, I am closing this as obsolete. Happy to reopen if there is a concrete remaining duplication to address. -- 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]
