shuke987 opened a new pull request, #65412: URL: https://github.com/apache/doris/pull/65412
## Summary - restore the original global time_zone after test_tz_load changes it during the suite - clean up the temporary global_timezone_test table in the finally block - prevent later nonConcurrent suites from inheriting UTC global time zone ## Evidence - master has the same test_tz_load pattern: it sets GLOBAL time_zone to UTC and previously did not restore it before suite exit - test_json_load contains a timezone-sensitive from_unixtime assertion that can be affected by the leaked global time zone - same branch-4.1 fix was submitted in #65385 ## Testing - [x] git diff --check HEAD~1..HEAD - [x] Cherry-picked the branch-4.1 fix cleanly onto latest origin/master - [x] Equivalent fix was validated on 172.20.56.184 by running test_tz_load and then test_json_load with Asia/Shanghai restored after the runs - [ ] Not run on a master-specific regression environment - [ ] Buildall skipped -- 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]
