hello-stephen opened a new pull request, #63607:
URL: https://github.com/apache/doris/pull/63607

   ## Proposed changes
   
   Issue Number: close #xxx
   
   In several cloud_p0 regression test suites, `resp` was assigned without the 
`def` keyword, making it an implicit global variable. This could cause 
interference between test cases when tests run in the same Groovy script 
context.
   
   Fix by:
   1. Adding `def` keyword to declare `resp` as a local variable
   2. Removing trailing semicolons for consistency
   
   Affects 23 files under `regression-test/suites/cloud_p0/`.
   
   🤖 Generated with [Claude Code](https://claude.com/claude-code)


-- 
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]

Reply via email to