-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
Changes from 13 commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
f80fcd5
testkit: introduce func ExecToErr
unconsolable 756d1cd
executor/cte_test.go: migrate test-infra to testify
unconsolable dae42e5
executor/cte_test.go: defer close in TestSpillToDisk
unconsolable 4040dce
Merge branch 'master' into issue-27097
unconsolable 9eb3b38
executor/cte_test.go: make SetUpSuite before NewTestKit in TestSpillT…
unconsolable 9cb1dd9
executor/cte_test.go: try to remove t.Parallel() to eliminate TLE
unconsolable 55a490e
Merge branch 'master' into issue-27097
unconsolable 3b08087
Merge branch 'master' into issue-27097
unconsolable 7470965
executor/cte_test.go: try to restore t.Parallel()
unconsolable da35207
Merge branch 'master' into issue-27097
unconsolable 3738658
executor/cte_test.go: remove t.Parallel() in TestCTESuite
unconsolable 93e5d74
executor/cte_test.go: format import, remove global variable, try para…
unconsolable d686ecb
executor/cte_test.go: remove parallel
unconsolable c3d8789
executor/cte_test.go: remove suite, increase parallelism
unconsolable a9e298f
executor/cte_test.go: replace error check to EqualError
unconsolable 456ca87
Merge branch 'master' into issue-27097
ti-chi-bot cbb248f
Merge branch 'master' into issue-27097
ti-chi-bot 8a59758
Merge branch 'master' into issue-27097
ti-chi-bot 8a5c21d
Merge branch 'master' into issue-27097
unconsolable dbaac8f
Merge branch 'master' into issue-27097
ti-chi-bot 6abb07c
Merge branch 'master' into issue-27097
unconsolable File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We don't export it, do we?