robertmu opened a new pull request, #58: URL: https://github.com/apache/cloudberry-backup/pull/58
Refactor the unit test framework to properly support running tests against different database types (GPDB and CBDB) and versions. - Introduce `TEST_DB_TYPE` and rename `TEST_GPDB_VERSION` to `TEST_DB_VERSION` in the Makefile for clearer test configuration. - Update test utilities to use these new environment variables to set up the correct database context for each test run. - Dynamically generate test data in `restore/wrappers_test.go` to prevent version compatibility panics when running the full test suite. This makes our testing more robust and easier to maintain. Fixes #57 -- 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]
