-
Notifications
You must be signed in to change notification settings - Fork 123
Running longevity test mistakenly runs all other NFRs #2064
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
Comments
pleshakov
added a commit
to pleshakov/nginx-gateway-fabric
that referenced
this issue
May 30, 2024
Problem: Running longevity test mistakenly runs all other NFRs make start-longevity-test and make stop-longevity-test mistakenly executes all NFRs. Only longevity test must run. Solution: Problem was introduced in 8671fb7 revert the affected change. Testing: - Ran make start-longevity-test and make stop-longevity-test successfully. CLOSES - nginx#2064
pleshakov
added a commit
to pleshakov/nginx-gateway-fabric
that referenced
this issue
May 30, 2024
Problem: Running longevity test mistakenly runs all other NFRs make start-longevity-test and make stop-longevity-test mistakenly executes all NFRs. Only longevity test must run. Solution: Problem was introduced in 8671fb7 Ensure the env variables are exported so that they are passed to nfr-test target. Testing: - Ran make start-longevity-test and make stop-longevity-test successfully. CLOSES - nginx#2064
pleshakov
added a commit
that referenced
this issue
May 30, 2024
Problem: Running longevity test mistakenly runs all other NFRs make start-longevity-test and make stop-longevity-test mistakenly executes all NFRs. Only longevity test must run. Solution: Problem was introduced in 18671fb Ensure the env variables are exported so that they are passed to nfr-test target. Testing: - Ran make start-longevity-test and make stop-longevity-test successfully. CLOSES - #2064
Closed by #2045 |
miledxz
added a commit
to miledxz/nginx-gateway-fabric
that referenced
this issue
Jan 14, 2025
Problem: Running longevity test mistakenly runs all other NFRs make start-longevity-test and make stop-longevity-test mistakenly executes all NFRs. Only longevity test must run. Solution: Problem was introduced in 18671fb Ensure the env variables are exported so that they are passed to nfr-test target. Testing: - Ran make start-longevity-test and make stop-longevity-test successfully. CLOSES - nginx#2064
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Running longevity test mistakenly runs all other NFRs
make start-longevity-test
andmake stop-longevity-test
mistakenly executes all NFRs. Only longevity test must run.The text was updated successfully, but these errors were encountered: