Kevin Geiszler created HBASE-29544:
--------------------------------------
Summary: Assertion error 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
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)