colexec: miscellaneous cleanups#40999
Merged
craig[bot] merged 1 commit intocockroachdb:masterfrom Sep 25, 2019
Merged
Conversation
Member
7f71c12 to
00e8690
Compare
jordanlewis
approved these changes
Sep 25, 2019
Member
Author
|
TFTR! bors r=jordanlewis |
Contributor
Build failed |
Member
Author
|
bors r- A few places were missed for adding leaktest. I'll fix it tomorrow. |
This commit cleans up a few things: - removes Int8 and Float32 methods from Vec interface (these types were recently removed) - removes special casing for CFetcher when catching a vectorized panic (CFetcher has been recently moved into colexec package) - adds leaktest to all tests in colexec package. Release justification: Category 1: Non-production code changes. Release note: None
00e8690 to
ce7d287
Compare
Member
Author
|
I rebased this PR and regenerated leaktest things. bors r=jordanlewis |
craig bot
pushed a commit
that referenced
this pull request
Sep 25, 2019
40999: colexec: miscellaneous cleanups r=jordanlewis a=yuzefovich This commit cleans up a few things: - removes Int8 and Float32 methods from Vec interface (these types were recently removed) - removes special casing for CFetcher when catching a vectorized panic (CFetcher has been recently moved into colexec package) - adds leaktest to all tests in colexec package. Release justification: Category 1: Non-production code changes. Release note: None 41072: movr: Initialize movr's faker if it hasn't been already in workload r=danhhz a=rohany Fixes #40846. Release justification: Low risk bug fix. Release note (bug fix): Fix panic in cockroach workload movr run. Co-authored-by: Yahor Yuzefovich <yahor@cockroachlabs.com> Co-authored-by: Rohan Yadav <rohany@cockroachlabs.com>
Contributor
Build succeeded |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This commit cleans up a few things:
recently removed)
(CFetcher has been recently moved into colexec package)
Release justification: Category 1: Non-production code changes.
Release note: None