On 2021/11/18 18:15, Sergey A. Osokin wrote:
> Hi Omar,
> 
> hope you're doing well.
> 
> On Thu, Nov 18, 2021 at 06:34:08PM +0100, Omar Polo wrote:
> > "Sergey A. Osokin" <o...@freebsd.org> writes:
> > 
> > > here's the maintainer update for www/unit port, could
> > > you please review and commit.
> > 
> > I think the REVISION-python should be dropped since we're bumping the
> > version.  `make port-lib-depends-check` still complains about extra
> > WANTLIB for -ruby :/
> > 
> > Regarding the tests there seem to be slightly more failures.
> > 
> > With the current version:
> > > 69 failed, 366 passed, 265 skipped, 144 error in 362.32 seconds
> > and after the update:
> > > 79 failed, 316 passed, 274 skipped, 273 error in 345.81 seconds
> 
> The NGINX Unit test suite is based on the recent version of pytest
> framework, so we'd need to update devel/py-test first.

This is how it looks with 6.2.5,

: =========================== short test summary info 
============================
: FAILED 
test/test_asgi_websockets.py::TestASGIWebsockets::test_asgi_websockets_4_1_1__4_2_5[3.9.8]
: FAILED 
test/test_asgi_websockets.py::TestASGIWebsockets::test_asgi_websockets_5_1__5_20[3.9.8]

not sure, some ECONNRESET

: FAILED 
test/test_perl_application.py::TestPerlApplication::test_perl_application_threads[5.32.1]

maybe because OpenBSD perl build does not support threads

: FAILED test/test_respawn.py::TestRespawn::test_respawn_router - assert 2 == 1
: FAILED test/test_respawn.py::TestRespawn::test_respawn_controller - assert 2 
...

not sure

: FAILED test/test_tls_sni.py::TestTLSSNI::test_tls_sni_same_alt - 
subprocess.C...

looks like maybe a libressl/openssl difference, it does

[ myca_req_extensions ]
subjectAltName = @alt_names

and wants altnames from the separate config seciton

: ERROR 
test/test_perl_application.py::TestPerlApplication::test_perl_application_threads[5.32.1]
: ERROR test/test_return.py::TestReturn::test_return_location - 
AssertionError:...
: ERROR test/test_tls.py::TestTLS::test_tls_certificate_chain - 
AssertionError:...
: ======= 6 failed, 478 passed, 277 skipped, 3 errors in 343.13s (0:05:43) 
=======


Reply via email to