Integrated: 8373808: Refactor java/net/httpclient qpack and hpack tests to use JUnit
Aleksei Efimov
aefimov at openjdk.org
Tue Dec 23 12:42:05 UTC 2025
On Thu, 18 Dec 2025 14:07:34 GMT, Aleksei Efimov <aefimov at openjdk.org> wrote:
> The change below refactors QPack and HPack HttpClient tests to use the JUnit test framework instead of the TestNG one.
> No failures of the modified tests seen with:
> `make test TEST=open/test/jdk/java/net/httpclient/http2/Hpack*\ open/test/jdk/java/net/httpclient/qpack`
>
> Test-framework stats after the modification:
> QPack tests:
> `Framework-based tests: 2,385 = 0 TestNG + 2,385 JUnit`
> HPack tests:
> `Framework-based tests: 108 = 0 TestNG + 108 JUnit`
This pull request has now been integrated.
Changeset: 40755afd
Author: Aleksei Efimov <aefimov at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/40755afdf9061d65dfd039a9707445188bc04303
Stats: 497 lines in 31 files changed: 99 ins; 70 del; 328 mod
8373808: Refactor java/net/httpclient qpack and hpack tests to use JUnit
Reviewed-by: djelinski
-------------
PR: https://git.openjdk.org/jdk/pull/28900
More information about the net-dev
mailing list