Skip to content
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

Upgrade test fails to run #1715

Closed
pleshakov opened this issue Mar 18, 2024 · 0 comments · Fixed by #1716
Closed

Upgrade test fails to run #1715

pleshakov opened this issue Mar 18, 2024 · 0 comments · Fixed by #1716
Assignees
Labels
bug Something isn't working tests Pull requests that update tests
Milestone

Comments

@pleshakov
Copy link
Contributor

make nfr-test

Results in:

Upgrade testing upgrades NGF with zero downtime [nfr, upgrade]
/home/username/nginx-gateway-fabric/tests/suite/upgrade_test.go:81
  [FAILED] in [BeforeEach] - /home/username/nginx-gateway-fabric/tests/suite/system_suite_test.go:164 @ 03/18/24 17:32:42.083
• [FAILED] [55.795 seconds]
Upgrade testing [BeforeEach] upgrades NGF with zero downtime [nfr, upgrade]
  [BeforeEach] /home/username/nginx-gateway-fabric/tests/suite/upgrade_test.go:49
  [It] /home/username/nginx-gateway-fabric/tests/suite/upgrade_test.go:81

  [FAILED] Pulled: ghcr.io/nginxinc/charts/nginx-gateway-fabric:1.1.0
  Digest: sha256:2a3aa5e2b61334a135b909f389b190ed9514b2d77c529068eb3bef4e08d0f7ec
  Error: INSTALLATION FAILED: release name "": no name provided

  Unexpected error:
      <*exec.ExitError | 0xc001ad2100>:
      exit status 1
      {
          ProcessState: {
              pid: 13567,
              status: 256,
              rusage: {
                  Utime: {Sec: 0, Usec: 118356},
                  Stime: {Sec: 0, Usec: 8842},
                  Maxrss: 243792,
                  Ixrss: 0,
                  Idrss: 0,
                  Isrss: 0,
                  Minflt: 2131,
                  Majflt: 0,
                  Nswap: 0,
                  Inblock: 8,
                  Oublock: 24,
                  Msgsnd: 0,
                  Msgrcv: 0,
                  Nsignals: 0,
                  Nvcsw: 705,
                  Nivcsw: 130,
              },
          },
          Stderr: nil,
      }
  occurred
  In [BeforeEach] at: /home/username/nginx-gateway-fabric/tests/suite/system_suite_test.go:164 @ 03/18/24 17:32:42.083
@pleshakov pleshakov added tests Pull requests that update tests bug Something isn't working labels Mar 18, 2024
@pleshakov pleshakov added this to the v1.2.0 milestone Mar 18, 2024
@pleshakov pleshakov self-assigned this Mar 18, 2024
@pleshakov pleshakov changed the title Performance test fails to run Upgrade test fails to run Mar 18, 2024
pleshakov added a commit to pleshakov/nginx-gateway-fabric that referenced this issue Mar 18, 2024
Problem:
NFR performance test fails with the following error:
Error: INSTALLATION FAILED: release name "": no name provided

Solution:
Fix the test by providing the release name.
Also, add a missing nfr config setting.

CLOSES nginx#1715

Testing:
- Ran upgrade test successfully
@pleshakov pleshakov mentioned this issue Mar 18, 2024
6 tasks
pleshakov added a commit that referenced this issue Mar 18, 2024
Problem:
NFR performance test fails with the following error:
Error: INSTALLATION FAILED: release name "": no name provided

Solution:
Fix the test by providing the release name.
Also, add a missing nfr config setting.

CLOSES #1715

Testing:
- Ran upgrade test successfully
amimimor pushed a commit to amimimor/nginx-gateway-fabric that referenced this issue Apr 3, 2024
Problem:
NFR performance test fails with the following error:
Error: INSTALLATION FAILED: release name "": no name provided

Solution:
Fix the test by providing the release name.
Also, add a missing nfr config setting.

CLOSES nginx#1715

Testing:
- Ran upgrade test successfully
miledxz added a commit to miledxz/nginx-gateway-fabric that referenced this issue Jan 14, 2025
Problem:
NFR performance test fails with the following error:
Error: INSTALLATION FAILED: release name "": no name provided

Solution:
Fix the test by providing the release name.
Also, add a missing nfr config setting.

CLOSES nginx#1715

Testing:
- Ran upgrade test successfully
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working tests Pull requests that update tests
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant