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

[Flow Visibility] Add flow-aggregator with clickhouse related e2e tests #3673

Merged
merged 3 commits into from
May 4, 2022

Commits on May 4, 2022

  1. Add ClickHouse client e2e test

    Signed-off-by: Shawn Wang <[email protected]>
    wsquan171 committed May 4, 2022
    Configuration menu
    Copy the full SHA
    609bfcd View commit details
    Browse the repository at this point in the history
  2. Run Flow Aggregator E2E test separately

    This change introduces the following changes to fa e2e test:
    - only run fa e2e test if asserted
    - setup antrea agent with proper config as part of manifest generation
    - update github workflow for kind tests
    
    Signed-off-by: Shawn Wang <[email protected]>
    wsquan171 committed May 4, 2022
    Configuration menu
    Copy the full SHA
    7502ada View commit details
    Browse the repository at this point in the history
  3. Fix Flow Aggregator e2e test issues

    - deploy ch operator in a separate step from in-repo yml bundle
    - define antrea side exporter configs from helm values file
    - extract ch operator logs as well in case of failure
    - update ch related image with flow-visibility prefix
    - test ping ch svc for success connectivity before apply fa
    
    Signed-off-by: Shawn Wang <[email protected]>
    wsquan171 committed May 4, 2022
    Configuration menu
    Copy the full SHA
    32620eb View commit details
    Browse the repository at this point in the history