kgeisz opened a new pull request, #8688: URL: https://github.com/apache/hbase/pull/8688
https://issues.apache.org/jira/browse/HBASE-29415 This pull request adds an integration test for HBase's new continuous backup feature. This new test is an extension of the existing `IntegrationTestBackupRestore` class. This change creates a new base class called `IntegrationTestBackupRestoreBase`. The existing `IntegrationTestBackupRestore` class and a new `IntegrationTestContinuousBackupRestore` class inherit from this base class. The original non-continuous integration test is virtually unchanged. However, there is some new behavior tested in `IntegrationTestBackupRestoreBase` specifically for the continuous backup case. Most of the code changes in this PR come from a feature branch PR merged in PR #7417. This pull request also contains the fix for [HBASE-29815: Fix issue where backup integration tests are not running in IntelliJ](https://issues.apache.org/jira/browse/HBASE-29815). -- 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]
