This is an automated email from the ASF dual-hosted git repository.

bneradt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/master by this push:
     new f4622d0c41 RAT license fix: renamed_records.out -> .gold (#9876)
f4622d0c41 is described below

commit f4622d0c41e303301aa807bada31e5d7fbd68a3b
Author: Brian Neradt <[email protected]>
AuthorDate: Mon Jun 19 21:52:02 2023 -0500

    RAT license fix: renamed_records.out -> .gold (#9876)
    
    Fix the `make check` failure with the following output by changing to
    .gold which meets our license exclusion regex rules:
    
     Printing headers for text files without a valid license header...
    
    =====================================================
    == File: ./tests/gold_tests/records/gold/renamed_records.out
    =====================================================
    ```
    ┌■ 8 Renamed records:
    └┬──» #1 : proxy.config.output.logfile -> proxy.config.output.logfile.name
     ├──» #2 : proxy.config.exec_thread.autoconfig -> 
proxy.config.exec_thread.autoconfig.enabled
     ├──» #3 : proxy.config.hostdb -> proxy.config.hostdb.enabled
     ├──» #4 : proxy.config.tunnel.prewarm -> 
proxy.config.tunnel.prewarm.enabled
     ├──» #5 : proxy.config.ssl.origin_session_cache -> 
proxy.config.ssl.origin_session_cache.enabled
     ├──» #6 : proxy.config.ssl.session_cache -> 
proxy.config.ssl.session_cache.value
     ├──» #7 : proxy.config.ssl.TLSv1_3 -> proxy.config.ssl.TLSv1_3.enabled
     └──» #8 : proxy.config.ssl.client.TLSv1_3 -> 
proxy.config.ssl.client.TLSv1_3.enabled
    ```
---
 .../records/gold/{renamed_records.out => renamed_records.gold}          | 0
 tests/gold_tests/records/records_config_to_yaml.test.py                 | 2 +-
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/gold_tests/records/gold/renamed_records.out 
b/tests/gold_tests/records/gold/renamed_records.gold
similarity index 100%
rename from tests/gold_tests/records/gold/renamed_records.out
rename to tests/gold_tests/records/gold/renamed_records.gold
diff --git a/tests/gold_tests/records/records_config_to_yaml.test.py 
b/tests/gold_tests/records/records_config_to_yaml.test.py
index 3472b2faa0..ba293923e9 100644
--- a/tests/gold_tests/records/records_config_to_yaml.test.py
+++ b/tests/gold_tests/records/records_config_to_yaml.test.py
@@ -38,7 +38,7 @@ tr = Test.AddTestRun("Test records to yaml convert script 
-only renamed records.
 tr.Setup.Copy(os.path.join(Test.Variables.RepoDir, 
"tools/records/convert2yaml.py"))
 tr.Setup.Copy('legacy_config/old_records.config')
 tr.Processes.Default.Command = f'python3 convert2yaml.py -f old_records.config 
--output generated{file_suffix}.yaml --yaml'
-tr.Processes.Default.Stream = 'gold/renamed_records.out'
+tr.Processes.Default.Stream = 'gold/renamed_records.gold'
 f = tr.Disk.File(f"generated{file_suffix}.yaml")
 f.Content = "gold/renamed_records.yaml"
 

Reply via email to