Merge pull request #62500 from Algunenano/fuzz_the_analyzer

Don't allow the fuzzer to change allow_experimental_analyzer
This commit is contained in:
Nikita Mikhaylov 2024-04-11 12:17:45 +00:00 committed by GitHub
commit dda18f75bb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -26,6 +26,11 @@
<table_function_remote_max_addresses>
<max>200</max>
</table_function_remote_max_addresses>
<!-- Don't waste cycles testing the old interpreter. Spend time in the new analyzer instead -->
<allow_experimental_analyzer>
<readonly/>
</allow_experimental_analyzer>
</constraints>
</default>
</profiles>