File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed
hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/ipc Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -619,17 +619,11 @@ public void run() {
619
619
620
620
/**
621
621
* Tests the asynchronous call functionality using {@link CompletableFuture}.
622
- *
623
- * <p>The test sets up an RPC server with a specified number of handler threads,
622
+ * The test sets up an RPC server with a specified number of handler threads,
624
623
* starts the server, and sends a predefined number of asynchronous requests.
625
624
* Each request is expected to take a certain amount of time to process as defined
626
625
* by RPC_SERVER_COST_MS. The test verifies that the server responses are received
627
- * and match the expected values, thus validating the asynchronous call mechanism.</p>
628
- *
629
- * @throws IOException If an I/O error occurs during the test.
630
- * @throws InterruptedException If the current thread is interrupted while waiting.
631
- * @throws ExecutionException If an exception is thrown while computing the result of a
632
- * {@link CompletableFuture}.
626
+ * and match the expected values, thus validating the asynchronous call mechanism.
633
627
*/
634
628
@ Test (timeout = 60000 )
635
629
public void testAsyncCallWithCompletableFuture () throws IOException ,
You can’t perform that action at this time.
0 commit comments