[apache_tomcat] Quote keys with dots in test config files#8174
[apache_tomcat] Quote keys with dots in test config files#8174jsoriano merged 1 commit intoelastic:mainfrom
Conversation
|
@jsoriano : So, in the yaml files, we are removing the dot whereas in config we are keeping them? |
In these cases they are field names, and we need to keep the dots. This can be done now by quoting them.
Yes, this has been an unfortunate "race condition" between #8159 and #8115, that have been merged around the same time and in combination they break CI.
I have seen these tests fail in other builds. |
🌐 Coverage report
|
Proposed commit message
Fix tests of
apache_tomcatpackage by quoting the keys with dots in thetest configuration files.
Checklist
changelog.ymlfile.Author's Checklist
How to test this PR locally
Related issues
Screenshots