NoiceHax opened a new pull request, #43149: URL: https://github.com/apache/superset/pull/43149
fix(cache): fall back to default timeout when cache_timeout is None ## Testing Added three tests to tests/unit_tests/utils/cache_test.py: test_memoized_func_none_cache_timeout (regression test — explicit cache_timeout=None must fall back to CACHE_DEFAULT_TIMEOUT), test_memoized_func_custom_cache_timeout (explicit int still wins), test_memoized_func_disabled_cache_timeout (-1 still skips cache.set). Tests are included but I was not able to execute the suite locally (environment not available); please rely on CI. Closes #42085 -- 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]
