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

E2E: move example test to use go's stdlib test runner #12383

Merged
merged 1 commit into from
Mar 25, 2022

Commits on Mar 25, 2022

  1. E2E: move example test to use golangs stdlib test runner

    Our E2E "framework" has a bunch of features around test discovery and
    standing up infra that were never completed or fully used, and we
    ended up building out a large test suite that ignored all that in lieu
    of Terraform-provided infrastructure for the last couple years.
    
    This changeset is a proposal (and demonstration) for gradually
    migrating our E2E tests off the framework code so that developers can
    write fairly ordinary golang stdlib testing tests.
    tgross committed Mar 25, 2022
    Configuration menu
    Copy the full SHA
    e356ab7 View commit details
    Browse the repository at this point in the history