shuke987 opened a new pull request, #65335:
URL: https://github.com/apache/doris/pull/65335

   ## Summary
   
   Fix the branch-4.1 external regression case
   `test_jdbc_refresh_catalog_manual_miss_load` by moving the
   `getSchemaCacheSize` closure before `preheatSchemaCache`.
   
   The failing TeamCity occurrence reports:
   
   ```text
   groovy.lang.MissingMethodException: No signature of method:
   org.apache.doris.regression.suite.Suite.getSchemaCacheSize() is applicable
   ```
   
   `preheatSchemaCache` called `getSchemaCacheSize()` before the local closure 
was
   declared, so Groovy resolved it as a missing `Suite` method at runtime.
   
   ## Testing
   
   - [x] `git diff --check`
   - [x] Parsed the Groovy case with `GroovyShell`
   - [ ] Full external regression was not run locally; this case depends on the
         branch-4.1 external JDBC environment, FE debug points, and external 
MySQL
         configuration
   


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