nginx / unit

NGINX Unit - universal web app server - a lightweight and versatile open source server that simplifies the application stack by natively executing application code across eight different programming language runtimes.
https://unit.nginx.org
Apache License 2.0
5.25k stars 321 forks source link

Add unit testing to Unitctl CI workflow #1258

Closed avahahn closed 1 month ago

avahahn commented 1 month ago

About the disabled test: It tests that the CLI can run a local copy of the unitd binary. This would require a custom image to run in CI. If we find it necessary, I am happy to work on it as an additional changeset.

ac000 commented 1 month ago

Are the various unitctl test failures an issue?

I guess they should either be fixed or skipped...

avahahn commented 1 month ago

Here is what a test release looks like: https://github.com/avahahn/unit/releases/tag/1.22.44

avahahn commented 1 month ago

Are the various unitctl test failures an issue?

I guess they should either be fixed or skipped...

All tests now passing.