| Class | Description |
|---|---|
| AsyncFSTestBase | |
| TestExcludeDatanodeManager | |
| TestFanOutOneBlockAsyncDFSOutput | |
| TestFanOutOneBlockAsyncDFSOutputHang |
Testcase for HBASE-26679, here we introduce a separate test class and not put the testcase in
TestFanOutOneBlockAsyncDFSOutput because we will send heartbeat to DN when there is no
out going packet, the timeout is controlled by
TestFanOutOneBlockAsyncDFSOutput.READ_TIMEOUT_MS,which is 2 seconds, it will keep sending
package out and DN will respond immedately and then mess up the testing handler added by us. |
| TestLocalAsyncOutput | |
| TestOverwriteFileUnderConstruction |
Used to confirm that it is OK to overwrite a file which is being written currently.
|
| TestSaslFanOutOneBlockAsyncDFSOutput | |
| TestSendBufSizePredictor |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.