-
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
planner/preprocessor: disallow into-outfile clause in some place #21956
base: master
Are you sure you want to change the base?
Conversation
There is no reward for this challenge pull request, so you can request a reward from @qw4990. |
@tangenta: PR needs rebase. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #21956 +/- ##
================================================
+ Coverage 76.8763% 76.8786% +0.0022%
================================================
Files 572 572
Lines 144990 145026 +36
================================================
+ Hits 111463 111494 +31
- Misses 23484 23487 +3
- Partials 10043 10045 +2 |
@tangenta: The following tests failed, say
Full PR test history. Your PR dashboard. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
What problem does this PR solve?
Issue Number: Part of #19097.
Problem Summary: For details, see #19097.
What is changed and how it works?
What's Changed:
ErrMisplacedIntoOutfile
(3954).How it Works: Omitted.
Related changes
N/A
Check List
Tests
Side effects
N/A
Release note