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

Add functional test for product telemetry #1659

Merged
merged 4 commits into from
Mar 13, 2024

Commits on Mar 13, 2024

  1. Add functional test for product telemetry

    Problem:
    Ensure product telemetry feature is tested with a functional test
    
    Solution:
    - Add a functional test.
    - Because it requires a NGF with a custom built, it needs to run with
    telemetry label.
    
    Testing:
    Ran successfully:
    - make test TAG=$(whoami) GINKGO_LABEL=telemetry
    - make test TAG=$(whoami) # telemetry test didn't run as expected,
      the functional test succeeded
    
    ClOSES - nginxinc#1640
    pleshakov committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    e332008 View commit details
    Browse the repository at this point in the history
  2. Update tests/suite/telemetry_test.go

    Co-authored-by: Saylor Berman <[email protected]>
    pleshakov and sjberman committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    d43eedb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c6aa8ae View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    746abad View commit details
    Browse the repository at this point in the history