Re: [PR] Replace MockedDatabaseType with TypedSPILoader in tests [shardingsphere]

2025-05-04 Thread via GitHub
terrymanu merged PR #35322: URL: https://github.com/apache/shardingsphere/pull/35322 -- 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: notifications-unsub

[PR] Replace MockedDatabaseType with TypedSPILoader in tests [shardingsphere]

2025-05-04 Thread via GitHub
terrymanu opened a new pull request, #35322: URL: https://github.com/apache/shardingsphere/pull/35322 - Remove usage of MockedDatabaseType from multiple test files - Use TypedSPILoader.getService(DatabaseType.class, "FIXTURE") to get DatabaseType instance - Update import statements and