wolfboys commented on code in PR #3868:
URL:
https://github.com/apache/incubator-streampark/pull/3868#discussion_r1678731701
##########
.github/workflows/e2e.yml:
##########
@@ -126,6 +126,12 @@ jobs:
class: org.apache.streampark.e2e.cases.TeamManagementTest
- name: MemberManagementTest
class: org.apache.streampark.e2e.cases.MemberManagementTest
+ - name: Flink116OnYarnClustersTest
+ class: org.apache.streampark.e2e.cases.Flink116OnYarnClustersTest
Review Comment:
Flink supports multiple clusters: yarn-session, standalone, and k8s-session.
However, only yarn-session is currently implemented. Is the name of this test
case ambiguous?
--
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]