Jaehui-Lee commented on PR #7768: URL: https://github.com/apache/hbase/pull/7768#issuecomment-3942635195
@junegunn I've verified the test failures. None of them are related to the changes in this PR. Here are the failing tests: | Tests | JDK8 | JDK11 | JDK17 | wave | |--------|:----:|:-----:|:-----:|------| | `TestAcidGuaranteesWithBasicPolicy` | X | X | X | large-wave-1 | | `TestAcidGuaranteesWithNoInMemCompaction` | | X | X | large-wave-1 | | `TestBucketCache#testNotifyFileCachingCompletedForEncodedDataSuccess` | X | X | | large-wave-1 | | `TestAsyncClusterAdminApi#testGetRegionServers` | | | X | large-wave-1 | | `TestCanaryTool#testWebUI` | X | | | large-wave-1 | | `TestPrefetchWithBucketCache#testPrefetchRunTriggersEvictions` | | | X | medium | | `TestReplicationSource#testAbortTrueOnError` | | | X | medium | I ran above tests locally with JDK8, JDK11, and JDK17 and all passed. -- 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]
