AHeise commented on pull request #16108:
URL: https://github.com/apache/flink/pull/16108#issuecomment-991706544
The build fails because of
```
[ERROR]
src/test/java/org/apache/flink/runtime/taskexecutor/TaskExecutorTest.java:[1]
(sizes) FileLength: File length is 3,003 lines (max allowed is 3,000).
```
The real solution is to split the test but it doesn't make sense for you to
do it since you barely touch the test. @dmvk could you please find someone to
refactor the test into smaller chunks?
For now, we can just try to get rid of 3 lines to make the test pass.
```
@Rule public final TestName testName = new TestName();
```
Is unused and saves 2 lines. Maybe you can find one more line in your added
code...
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]