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
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
0 commit comments