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

executor/cte_test.go: migrate test-infra to testify #27103

Merged
merged 21 commits into from
Aug 23, 2021

Commits on Aug 11, 2021

  1. testkit: introduce func ExecToErr

    Signed-off-by: unconsolable <[email protected]>
    unconsolable committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    f80fcd5 View commit details
    Browse the repository at this point in the history
  2. executor/cte_test.go: migrate test-infra to testify

    Signed-off-by: unconsolable <[email protected]>
    unconsolable committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    756d1cd View commit details
    Browse the repository at this point in the history
  3. executor/cte_test.go: defer close in TestSpillToDisk

    Signed-off-by: unconsolable <[email protected]>
    unconsolable committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    dae42e5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4040dce View commit details
    Browse the repository at this point in the history
  5. executor/cte_test.go: make SetUpSuite before NewTestKit in TestSpillT…

    …oDisk
    
    Signed-off-by: unconsolable <[email protected]>
    unconsolable committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    9eb3b38 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9cb1dd9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    55a490e View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2021

  1. Configuration menu
    Copy the full SHA
    3b08087 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7470965 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2021

  1. Configuration menu
    Copy the full SHA
    da35207 View commit details
    Browse the repository at this point in the history
  2. executor/cte_test.go: remove t.Parallel() in TestCTESuite

    Signed-off-by: unconsolable <[email protected]>
    unconsolable committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    3738658 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2021

  1. Configuration menu
    Copy the full SHA
    93e5d74 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d686ecb View commit details
    Browse the repository at this point in the history
  3. executor/cte_test.go: remove suite, increase parallelism

    Signed-off-by: unconsolable <[email protected]>
    unconsolable committed Aug 19, 2021
    Configuration menu
    Copy the full SHA
    c3d8789 View commit details
    Browse the repository at this point in the history
  4. executor/cte_test.go: replace error check to EqualError

    Signed-off-by: unconsolable <[email protected]>
    unconsolable committed Aug 19, 2021
    Configuration menu
    Copy the full SHA
    a9e298f View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2021

  1. Configuration menu
    Copy the full SHA
    456ca87 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cbb248f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8a59758 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2021

  1. Configuration menu
    Copy the full SHA
    8a5c21d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dbaac8f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6abb07c View commit details
    Browse the repository at this point in the history