jamulussoftware / jamulus

Jamulus enables musicians to perform real-time jam sessions over the internet.
https://jamulus.io
Other
986 stars 221 forks source link

Automatic Client/Server Smoke Test in CI #2428

Open hoffie opened 2 years ago

hoffie commented 2 years ago

Has this feature been discussed and generally agreed?

@pljones and @ann0see raised the idea to run automatic client/server smoke tests in CI (#2423). I second this idea. At least with Ubuntu/Debian this should be very doable.

Describe the solution you'd like

It's probably sufficient to run this on all (pre-)releases, but not on every push or PR. It would be nice to have that for all platforms, but let's start with the simple stuff. This would already confirm that packaging works and basic Jamulus functionality is there without crashing right away.

Testing for compatibility (old server + new client, old client + new server) would also be interesting.

Describe alternatives that have been considered

Rely on manual testing and see it break as we don't cover all platforms... :)

ann0see commented 2 years ago

Do we need to run two docker containers? Would a localhost test be sufficient?

ann0see commented 2 years ago

Related to https://github.com/jamulussoftware/jamulus/issues/1413. Closing https://github.com/jamulussoftware/jamulus/issues/1413 as duplicate