You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2022/04/25 15:49:45 UTC

[GitHub] [flink] zentol opened a new pull request, #19577: [FLINK-27398][scala] Move completeness test to flink-scala

zentol opened a new pull request, #19577:
URL: https://github.com/apache/flink/pull/19577

   It is more appropriate location and decouples some modules from flink-tests.


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [flink] zentol merged pull request #19577: [FLINK-27398][scala] Move completeness test to flink-scala

Posted by GitBox <gi...@apache.org>.
zentol merged PR #19577:
URL: https://github.com/apache/flink/pull/19577


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [flink] flinkbot commented on pull request #19577: [FLINK-27398][scala] Move completeness test to flink-scala

Posted by GitBox <gi...@apache.org>.
flinkbot commented on PR #19577:
URL: https://github.com/apache/flink/pull/19577#issuecomment-1108751255

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "00d2101d4d1bb7d0930a9c442a134a74a8a0fe59",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "00d2101d4d1bb7d0930a9c442a134a74a8a0fe59",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 00d2101d4d1bb7d0930a9c442a134a74a8a0fe59 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [flink] XComp commented on a diff in pull request #19577: [FLINK-27398][scala] Move completeness test to flink-scala

Posted by GitBox <gi...@apache.org>.
XComp commented on code in PR #19577:
URL: https://github.com/apache/flink/pull/19577#discussion_r858392661


##########
flink-streaming-scala/pom.xml:
##########
@@ -99,6 +99,14 @@ under the License.
 			<type>test-jar</type>
 		</dependency>
 
+		<dependency>

Review Comment:
   I verified that we still need the `flink-tests` dependency in that case. 👍 



-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org