add bug id to the test

This commit is contained in:
Jaikiran Pai 2026-01-26 15:24:00 +05:30
parent 787823b8b0
commit 5ce54c2e04

View File

@ -40,6 +40,7 @@ import static org.junit.jupiter.api.Assertions.assertTrue;
/*
* @test
* @bug 8376290
* @summary Verify that when a SocketChannel is registered with a Selector
* with an interest in CONNECT operation, then SocketChannel.finishConnect()
* throws the correct exception message, if the connect() fails