terrymanu opened a new pull request, #38824:
URL: https://github.com/apache/shardingsphere/pull/38824

   Replace the prepared statement cache integration scenarios in
   StandardDatabaseProxyConnectorTest with a thin execute smoke test for
   the PREPARED_STATEMENT driver type.
   
   The removed scenarios asserted cache reuse, invalidation, and connection
   cleanup through a deep connector/session/datasource setup. Those behaviors
   are already covered by the dedicated prepared statement cache,
   JDBCBackendStatement, ConnectionSession, and ProxyDatabaseConnectionManager
   tests. Keeping only the connector-level execute path avoids leaking cache
   implementation details into StandardDatabaseProxyConnectorTest while
   preserving coverage of the connector contract.
   
   Also remove the now-unused test context helper, cache key helper, JDBC
   executor wiring, and related imports.


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

Reply via email to