You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is the entire checklist on what we should do to assert that Tracetest is working fine on each version release. On each version release, we can copy the contents of this template checklist and open a Github Discussion to start each test.
On Tracetest, we work in two ways to test the entire system and guarantee that everything is working fine. One is through automatic tests, where we run unit, integration and end-to-end tests on Tracetest CLI, Web UI and Server.
Another source of tests is the manual tests that we execute on each release, simulating users, and checking if everything is ok on these tests.
Manual Tests
On our manual tests, we aim to do some sanity checks to see if the main features are working as expected. Usually, we run it on each Tracetest release.
Tests to validate on Release Candidate
Test server installation via CLI
Docker Compose and no demo API
Docker Compose and demo API
Kubernetes and no demo API
Kubernetes and demo API
Verify that Tracetest is not sending analytics if you have the TRACETEST_DEV env for docker install
Verify that Tracetest is not sending analytics if you have the TRACETEST_DEV env for k8s install
Test DataStore provisioning and basic test
Open WebUI and go to /settings page. The provisioned Data Store should be selected
Create a test on WebUI that calls a demo API (like Pokeshop or Open Telemetry Store). This test should fetch traces correctly and run without errors
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Testing Tracetest
This is the entire checklist on what we should do to assert that Tracetest is working fine on each version release. On each version release, we can copy the contents of this template checklist and open a Github Discussion to start each test.
On Tracetest, we work in two ways to test the entire system and guarantee that everything is working fine. One is through automatic tests, where we run unit, integration and end-to-end tests on Tracetest CLI, Web UI and Server.
Another source of tests is the manual tests that we execute on each release, simulating users, and checking if everything is ok on these tests.
Manual Tests
On our manual tests, we aim to do some sanity checks to see if the main features are working as expected. Usually, we run it on each Tracetest release.
Tests to validate on Release Candidate
Test server installation via CLI
TRACETEST_DEV
env for docker installTRACETEST_DEV
env for k8s installTest DataStore provisioning and basic test
/settings
page. The provisioned Data Store should be selectedTest Tracetest examples
Test CLI commands (detailed list here)
Testing benchmark
Test specific features added/changed on this release:
Tests to validate on Final Release
Pipeline
Test CLI updates
Docs
Add Major Changes
Test specific features added/changed on this release:
Beta Was this translation helpful? Give feedback.
All reactions