[ https://issues.apache.org/jira/browse/HBASE-29503?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18016720#comment-18016720 ]
Hudson commented on HBASE-29503: -------------------------------- Results for branch branch-2.6 [build #354 on builds.a.o|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2.6/354/]: (x) *{color:red}-1 overall{color}* ---- details (if available): (/) {color:green}+1 general checks{color} -- For more information [see general report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2.6/354/General_20Nightly_20Build_20Report/] (/) {color:green}+1 jdk8 hadoop2 checks{color} -- For more information [see jdk8 (hadoop2) report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2.6/354/JDK8_20Nightly_20Build_20Report_20_28Hadoop2_29/] (/) {color:green}+1 jdk8 hadoop3 checks{color} -- For more information [see jdk8 (hadoop3) report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2.6/354/JDK8_20Nightly_20Build_20Report_20_28Hadoop3_29/] (/) {color:green}+1 jdk11 hadoop3 checks{color} -- For more information [see jdk11 report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2.6/354/JDK11_20Nightly_20Build_20Report_20_28Hadoop3_29/] (x) {color:red}-1 jdk17 hadoop3 checks{color} -- For more information [see jdk17 report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2.6/354/JDK17_20Nightly_20Build_20Report_20_28Hadoop3_29/] (/) {color:green}+1 jdk17 hadoop 3.3.5 backward compatibility checks{color} -- For more information [see jdk17 report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2.6/354/JDK17_20Nightly_20Build_20Report_20_28Hadoop3_29/] (/) {color:green}+1 jdk17 hadoop 3.3.6 backward compatibility checks{color} -- For more information [see jdk17 report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2.6/354/JDK17_20Nightly_20Build_20Report_20_28Hadoop3_29/] (/) {color:green}+1 jdk17 hadoop 3.4.0 backward compatibility checks{color} -- For more information [see jdk17 report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2.6/354/JDK17_20Nightly_20Build_20Report_20_28Hadoop3_29/] (/) {color:green}+1 source release artifact{color} -- See build output for details. (/) {color:green}+1 client integration test for HBase 2 {color} (/) {color:green}+1 client integration test for 3.3.5 {color} (/) {color:green}+1 client integration test for 3.3.6 {color} (/) {color:green}+1 client integration test for 3.4.0 {color} (/) {color:green}+1 client integration test for 3.4.1 {color} > IntegrationTestBackupRestore is passing even if an exception occurs in the > thread(s) it creates > ----------------------------------------------------------------------------------------------- > > Key: HBASE-29503 > URL: https://issues.apache.org/jira/browse/HBASE-29503 > 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 > > > As part of HBASE-29411, I am adding another test case to > IntegrationTestBackupRestore that performs a backup and restore with > continuous backup enabled. I was at a point where the test should have been > failing, but it was still passing. IntegrationTestBackupRestore is > performing the backup and restore in a separate thread that the test creates. > If an exception occurs in this thread, then the exception is logged, but the > test still passes. We should have the exception bubble up to the main thread > and have it be thrown there as well so the test actually fails. > I also noticed the FileNotFoundException coming from HBASE-29447 was being > suppressed by this issue. -- This message was sent by Atlassian Jira (v8.20.10#820010)