kgeisz commented on PR #8690: URL: https://github.com/apache/hbase/pull/8690#issuecomment-5785637615
Both tests passed when I ran them locally using IntelliJ. `IntegrationTestBackupRestore` passed when I ran in the command line with maven. The `IntegrationTestContinuousBackupRestore` test itself passed, but it was marked as a failure due to a timeout. My guess it is took too long and was marked as a failure. The total time says 59 min, but in IntelliJ it took a little over an hour. ``` [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 59:14 min [INFO] Finished at: 2026-09-22T15:13:41-04:00 [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-failsafe-plugin:3.5.3:verify (verify) on project hbase-it: There was a timeout in the fork -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException ``` -- 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]
