VuMartin opened a new pull request, #8457: URL: https://github.com/apache/texera/pull/8457
### What changes were proposed in this PR? Extract the shared test database provisioning logic from `TestUtils.initiateTexeraDBForTestCases` and `MockTexeraDB.initializeDBAndReplaceDSLContext` into a reusable `MockTexeraDB.createTestDatabase` helper. The helper centralizes the creation of an isolated test database and execution of the cached DDL script, while preserving the existing database naming and connection/resource lifecycle behavior. ### Any related issues, documentation, discussions? Closes #6421 ### How was this PR tested? - Ran `DAO / test` successfully. - Ran `PauseSpec` successfully. - Ran `ReconfigurationSpec` successfully. - Ran `DataProcessingSpec` successfully. ### Was this PR authored or co-authored using generative AI tooling? Generated-by: ChatGPT (5.5 mini) -- 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]
