[ https://issues.apache.org/jira/browse/HBASE-29544?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tak-Lon (Stephen) Wu resolved HBASE-29544. ------------------------------------------ Hadoop Flags: Reviewed Resolution: Fixed > Assertion errors in BackupAndRestoreThread are not causing > IntegrationTestBackupRestore to fail > ----------------------------------------------------------------------------------------------- > > Key: HBASE-29544 > URL: https://issues.apache.org/jira/browse/HBASE-29544 > Project: HBase > Issue Type: Bug > Components: integration tests > Reporter: Kevin Geiszler > Assignee: Kevin Geiszler > Priority: Major > Labels: pull-request-available > Fix For: 4.0.0-alpha-1, 2.7.0, 3.0.0-beta-2, 2.6.4 > > > The IntegrationTestBackupRestore test creates a separate thread to run the > backup and restore processes. Originally, this test class was not failing > even when an exception occurred in the backup/restore thread(s). HBASE-29503 > added functionality that fixed this issue. However, AssertionError is not > part of the Exception hierarchy, so the fix for HBASE-29503 does not handle > this case. The functionality needs to be extended to handle all Throwables. -- This message was sent by Atlassian Jira (v8.20.10#820010)