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

Set Environment Variable for Tests #49

Merged
merged 3 commits into from
May 23, 2023

Commits on May 22, 2023

  1. Set environment variable for tests

    Environment variable DEPLOYMENT_NAMESPACE was missing in the UT and E2E tests
    razo7 committed May 22, 2023
    Configuration menu
    Copy the full SHA
    8d8f460 View commit details
    Browse the repository at this point in the history
  2. Wrap errors rather than log them twice

    Wrapping the errors from GetFenceAgentsRemediationPod and log the error once in main or in checkFarLogs
    razo7 committed May 22, 2023
    Configuration menu
    Copy the full SHA
    b3de588 View commit details
    Browse the repository at this point in the history
  3. Set environment variable for E2E tests

    Environment variable DEPLOYMENT_NAMESPACE was missing in the E2E tests
    razo7 committed May 22, 2023
    Configuration menu
    Copy the full SHA
    3e7fa6c View commit details
    Browse the repository at this point in the history