SigNoz / signoz

SigNoz is an open-source observability platform native to OpenTelemetry with logs, traces and metrics in a single application. An open-source alternative to DataDog, NewRelic, etc. 🔥 🖥. 👉 Open source Application Performance Monitoring (APM) & Observability tool
https://signoz.io
Other
18.88k stars 1.23k forks source link

Execute all the query-service tests in build pipeline to prevent app from being degraded #5977

Open Rindrics opened 1 month ago

Rindrics commented 1 month ago

Is your feature request related to a problem?

yes: https://github.com/SigNoz/signoz/issues/5976#issuecomment-2351091245

Describe the solution you'd like

Add GitHub Actions workflow that executes test on query-service

Describe alternatives you've considered

Additional context

Add any other context or screenshots about the feature request here.

https://github.com/SigNoz/signoz/issues/5976#issuecomment-2351091245

Rindrics commented 2 weeks ago

duplicate of https://github.com/SigNoz/signoz/issues/236

Rindrics commented 1 week ago

I noticed that some query-service tests are executed by make test in build pipeline.

so we don't need new workflow to execute test, but we have to execute all the tests to prevent query-service from being degraded

Rindrics commented 1 week ago

so we don't need new workflow to execute test, but we have to execute all the tests to prevent query-service from being degraded

I updated the issue title