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

feat: Move integration tests to separate package #2111

Merged
merged 25 commits into from
Oct 11, 2023

Commits on Oct 10, 2023

  1. [PoC] Set up integration tests - with setup

    # Conflicts:
    #	pkg/sdk/pipes_integration_test.go
    sfc-gh-asawicki committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    0adbd9c View commit details
    Browse the repository at this point in the history
  2. Move all remaining integration tests

    Just move here. `sdk.` prefix is added automatically by IDE. WIP.
    sfc-gh-asawicki committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    3b81572 View commit details
    Browse the repository at this point in the history
  3. Introduce temporary testClient function

    This allows us to not rename client in all integration tests. WIP.
    sfc-gh-asawicki committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    87352f5 View commit details
    Browse the repository at this point in the history
  4. Introduce temporary testContext function

    This allows us to not rename ctx in all integration tests. WIP.
    sfc-gh-asawicki committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    de77392 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    88a47ac View commit details
    Browse the repository at this point in the history
  6. Fix imports ordering

    sfc-gh-asawicki committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    00f2f16 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c31cfbb View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0b2ec2f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ace83f5 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3aff352 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9dd31dc View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    1e9ef9e View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    16de49f View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    c59133b View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    26d29ce View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    d77bd65 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    9ab98e2 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    2add145 View commit details
    Browse the repository at this point in the history
  19. Prune old helper

    sfc-gh-asawicki committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    1cf3c53 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    37b7852 View commit details
    Browse the repository at this point in the history
  21. Fix linters

    sfc-gh-asawicki committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    4fd8e4f View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. Configuration menu
    Copy the full SHA
    f817192 View commit details
    Browse the repository at this point in the history
  2. Rename package

    sfc-gh-asawicki committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    652a4b0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7a6f781 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e9e6072 View commit details
    Browse the repository at this point in the history