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

Move rest of e2e tests over to new testing framework #2224

Merged
merged 15 commits into from
Jan 16, 2024
Merged

Move rest of e2e tests over to new testing framework #2224

merged 15 commits into from
Jan 16, 2024

Commits on Jan 12, 2024

  1. Add assets e2e test

    Signed-off-by: Ryan Levick <ryan.levick@fermyon.com>
    rylev committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    77d9d8c View commit details
    Browse the repository at this point in the history
  2. Move legacy test to test framework

    Signed-off-by: Ryan Levick <ryan.levick@fermyon.com>
    rylev committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    41982e7 View commit details
    Browse the repository at this point in the history
  3. Test error

    Signed-off-by: Ryan Levick <ryan.levick@fermyon.com>
    rylev committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    2a4f147 View commit details
    Browse the repository at this point in the history
  4. Remove redundant test

    Signed-off-by: Ryan Levick <ryan.levick@fermyon.com>
    rylev committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    3b8e467 View commit details
    Browse the repository at this point in the history
  5. Add outbound http test

    Signed-off-by: Ryan Levick <ryan.levick@fermyon.com>
    rylev committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    fd1b0d5 View commit details
    Browse the repository at this point in the history
  6. Make llm test a runtime test

    Signed-off-by: Ryan Levick <ryan.levick@fermyon.com>
    rylev committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    944c863 View commit details
    Browse the repository at this point in the history
  7. Add template support

    Signed-off-by: Ryan Levick <ryan.levick@fermyon.com>
    rylev committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    c595dc7 View commit details
    Browse the repository at this point in the history
  8. Add Rust template test

    Signed-off-by: Ryan Levick <ryan.levick@fermyon.com>
    rylev committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    701f743 View commit details
    Browse the repository at this point in the history
  9. Move all other http smoke tests over

    Signed-off-by: Ryan Levick <ryan.levick@fermyon.com>
    rylev committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    f4e23a4 View commit details
    Browse the repository at this point in the history
  10. Redis templates smoke tests

    Signed-off-by: Ryan Levick <ryan.levick@fermyon.com>
    rylev committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    4a6b3ca View commit details
    Browse the repository at this point in the history
  11. Rearrange

    Signed-off-by: Ryan Levick <ryan.levick@fermyon.com>
    rylev committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    25d9f1c View commit details
    Browse the repository at this point in the history
  12. Move final e2e test over to new testing framework

    Signed-off-by: Ryan Levick <ryan.levick@fermyon.com>
    rylev committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    acd72af View commit details
    Browse the repository at this point in the history
  13. Delete e2e testing crate now that it is unused

    Signed-off-by: Ryan Levick <ryan.levick@fermyon.com>
    rylev committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    de651fe View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2024

  1. Put e2e tests back into module

    Signed-off-by: Ryan Levick <ryan.levick@fermyon.com>
    rylev committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    0b5f3ff View commit details
    Browse the repository at this point in the history
  2. No longer run e2e tests in Docker

    Signed-off-by: Ryan Levick <ryan.levick@fermyon.com>
    rylev committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    3bab43a View commit details
    Browse the repository at this point in the history