[
https://issues.apache.org/jira/browse/FLINK-9415?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16486711#comment-16486711
]
ASF GitHub Bot commented on FLINK-9415:
---------------------------------------
Github user tzulitai commented on a diff in the pull request:
https://github.com/apache/flink/pull/6058#discussion_r190123863
--- Diff: docs/dev/stream/testing.md ---
@@ -181,7 +181,7 @@ public class ExampleIntegrationTest extends
StreamingMultipleProgramsTestBase {
<div data-lang="scala" markdown="1">
{% highlight scala %}
-class ExampleIntegrationTest extends StreamingMultipleProgramsTestBase {
+class ExampleIntegrationTest extends
ScalaStreamingMultipleProgramsTestBase {
--- End diff --
I see that in the code we still have only 1 usage of
`ScalaStreamingMultipleProgramsTestBase`, but I don't see why it can't be
replaced with `AbstractTestBase` also (therefore removing
`ScalaStreamingMultipleProgramsTestBase` and not referencing it anymore in
docs).
@zentol could you comment here?
> Remove reference to StreamingMultipleProgramsTestBase in docs
> -------------------------------------------------------------
>
> Key: FLINK-9415
> URL: https://issues.apache.org/jira/browse/FLINK-9415
> Project: Flink
> Issue Type: Bug
> Components: Documentation
> Affects Versions: 1.5.0
> Reporter: Thomas Weise
> Assignee: Thomas Weise
> Priority: Minor
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)