[
https://issues.apache.org/jira/browse/FLINK-8967?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16443839#comment-16443839
]
ASF GitHub Bot commented on FLINK-8967:
---------------------------------------
Github user NicoK commented on a diff in the pull request:
https://github.com/apache/flink/pull/5870#discussion_r182699788
--- Diff:
flink-tests/src/test/java/org/apache/flink/test/runtime/NetworkStackThroughputITCase.java
---
@@ -327,7 +335,8 @@ private JobGraph createJobGraph(int dataVolumeGb,
boolean useForwarder, boolean
return jobGraph;
}
- private void runAllTests() throws Exception {
+ @Test
+ public void runAllTests() throws Exception {
--- End diff --
how about having `testThroughput()` as the test and inline `runAllTests()`
into `main()`?
> Port NetworkStackThroughputITCase to flip6
> ------------------------------------------
>
> Key: FLINK-8967
> URL: https://issues.apache.org/jira/browse/FLINK-8967
> Project: Flink
> Issue Type: Sub-task
> Components: Tests
> Affects Versions: 1.5.0
> Reporter: Chesnay Schepler
> Assignee: Chesnay Schepler
> Priority: Major
> Fix For: 1.5.0
>
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)