freemandealer opened a new pull request, #64789: URL: https://github.com/apache/doris/pull/64789
### What problem does this PR solve? Issue Number: close #xxx Related PR: #xxx Problem Summary: The cloud TTL regression case used Long.MAX_VALUE for file_cache_ttl_seconds and expected the loaded data to enter TTL cache. The current product behavior allows this value in FE, while BE overflow protection may convert the effective expiration to 0, causing the cache entry to become NORMAL and making the test assert behavior that is already classified as a product bug. This PR adjusts the case to use a very large TTL value that stays below the runtime overflow boundary, and adds an information_schema.file_cache_info type check so the case verifies that the configured TTL cache semantics are actually effective. ### Release note None ### Check List (For Author) - Test: No need to test (user requested to skip running tests and submit PR directly) - Behavior changed: No - Does this need documentation: No -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
