On 6/3/26 2:19 PM, Jim Jagielski wrote:
On Jun 3, 2026, at 6:54 AM, Joe Orton <[email protected]> wrote:
On Wed, Jun 03, 2026 at 05:35:16AM -0400, Jim Jagielski wrote:
In parallel I have also been working on a port of the Perl test
framework to one based on Python and pytest, with the ultimate goal,
hopefully, of pulling in the h2 test suite into that, so we have a
single, self-contained test framework.
Holy crap! That would be amazing. Do you plan to merge this into httpd's
test/ subdirectory, or keep it in a separate repo?
The plan is to put it in https test subdirectory so that we have a
totally self-contained
test framework :-)
Wish me luck!
--
Jim
"This is an outrage!"
Tony Harrison
Nice! I was also thinking about a single test suite a couple of months
ago :)
I've been working with something similar regarding the test suites [1],
trying to identify the most valuable tests in terms of code coverage
so we can have some kind of priority order for the porting effort.
Its in-progress but I was hoping to have it in a final shape by the end
of June.
Of course, it's one metric, since even a small change can be related to
a very important fix. Still, I think it could help give some indication of
which tests might be worth prioritizing for migration.
Regards, Giannis
[1] https://github.com/ichristod/httpd-testsuites-analysis