Skip to content

Add test results for zero downtime scaling #1733

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 11 commits into from
Mar 20, 2024
Prev Previous commit
Next Next commit
add logs
  • Loading branch information
salonichf5 committed Mar 20, 2024
commit 439bb10550b357655807358bc2a692a72eb3964c
22 changes: 22 additions & 0 deletions tests/zero-downtime-scaling/results/1.2.0/1.2.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -565,6 +565,28 @@ HTTPS Graph
Logs

- NGF error logs - 25

All or most error were related to failure collecting telemetry . The below error occurred 25 times.

```text
{"error":"failed to collect cluster information: failed to get NodeList: Get "https://10.119.32.1:443/api/v1/nodes?timeout=10s": context canceled", "level":"error", "logger":"telemetryJob", "msg":"Failed to collect telemetry data", "stacktrace":"github.com/nginxinc/nginx-gateway-fabric/internal/mode/static.createTelemetryJob.CreateTelemetryJobWorker.func4
/home/runner/work/nginx-gateway-fabric/nginx-gateway-fabric/internal/mode/static/telemetry/job_worker.go:29
k8s.io/apimachinery/pkg/util/wait.JitterUntilWithContext.func1
pkg/mod/k8s.io/[email protected]/pkg/util/wait/backoff.go:259
k8s.io/apimachinery/pkg/util/wait.BackoffUntil.func1
pkg/mod/k8s.io/[email protected]/pkg/util/wait/backoff.go:226
k8s.io/apimachinery/pkg/util/wait.BackoffUntil
pkg/mod/k8s.io/[email protected]/pkg/util/wait/backoff.go:227
k8s.io/apimachinery/pkg/util/wait.JitterUntil
pkg/mod/k8s.io/[email protected]/pkg/util/wait/backoff.go:204
k8s.io/apimachinery/pkg/util/wait.JitterUntilWithContext
pkg/mod/k8s.io/[email protected]/pkg/util/wait/backoff.go:259
github.com/nginxinc/nginx-gateway-fabric/internal/framework/runnables.(*CronJob).Start
/home/runner/work/nginx-gateway-fabric/nginx-gateway-fabric/internal/framework/runnables/cronjob.go:53
sigs.k8s.io/controller-runtime/pkg/manager.(*runnableGroup).reconcile.func1
pkg/mod/sigs.k8s.io/[email protected]/pkg/manager/runnable_group.go:223", "ts":"2024-03-20T16:56:30Z"}
```

- NGINX error/warn logs - none
- NGINX Access Logs:
- 246K 200s
Expand Down