-
Notifications
You must be signed in to change notification settings - Fork 637
Release Tests
Ant Media Server is continuously tested in different levels and periods.
Test Levels: - Unit & Component tests: Run on CI/CD environment automatically for each commit - Integration tests: Run on CI/CD environment automatically for each commit - Cluster tests: Run on CI/CD environment automatically for each commit - Release tests: Partially automatic and intersect wit other level tests. Some test are manual.
This is for testing server startup and shutdown scenarios. This is performed in Integration tests automatically.
This is is for testing the capabilities of the upgraded 3rd party libraries or running environment (like Tomcat, Java, OS etc) in new release. This test performed in Integration tests automatically.
These test are performed to determine the following metrics:
- Maximum number of the parallel WebRTC streams on 4 core machine
- Maximum number of the parallel WebRTC viewers on 4 core machine
- High load tests: these are performed in 3 months periods and reported with Blog Posts. These test have been made for 10K, 30K and 70K viewers so far.
These tests are performed to check compatibility of the SDKs with the new release. These test are made for Android SDK, iOS SDK and JS SDK+sample pages.
Normally all newly implemented features have their own Unit or/and Integration tests which are run automatically on each commit. Besides we manually test new features manually on running server. Documentation, UI/UX are also checked with this tests.
This test is made to check backward compatibility of the server. It is expected that if new release is installed on the previous one, all settings are kept and server should continue to run without any problem. This test performed with the following steps:
- Install previous version
- Enable SSL
- Login
- Add adaptive setting to LiveApp
- Add License key
- Install new version on it
- Check adaptive setting is kept
- Check SSL is kept
- Check License Key is kept **- Repeat installation test for cluster mode **
- Introduction
- Quick Start
- Installation
- Publishing Live Streams
- Playing Live Streams
- Conference Call
- Peer to Peer Call
- Adaptive Bitrate(Multi-Bitrate) Streaming
- Data Channel
- Video on Demand Streaming
- Simulcasting to Social Media Channels
- Clustering & Scaling
- Monitor Ant Media Servers with Apache Kafka and Grafana
- WebRTC SDKs
- Security
- Integration with your Project
- Advanced
- WebRTC Load Testing
- TURN Servers
- AWS Wavelength Deployment
- Multi-Tenancy Support
- Monitor Ant Media Server with Datadog
- Clustering in Alibaba
- Playlist
- Kubernetes
- Time based One Time Password
- Kubernetes Autoscaling
- Kubernetes Ingress
- How to Install Ant Media Server on EKS
- Release Tests
- Spaceport Volumetric Video
- WebRTC Viewers Info
- Webhook Authentication for Publishing Streams
- Recording Streams
- How to Update Ant Media Server with Cloudformation
- How to Install Ant Media Server on GKE
- Ant Media Server on Docker Swarm
- Developer Quick Start
- Recording HLS, MP4 and how to recover
- Re-streaming update
- Git Branching
- UML Diagrams