You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "dmvk (via GitHub)" <gi...@apache.org> on 2023/04/20 11:39:29 UTC

[GitHub] [flink] dmvk opened a new pull request, #22435: [FLINK-31723] Fix DispatcherTest#testCancellationDuringInitialization to not make assumptions about an underlying scheduler implementation.

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

   https://issues.apache.org/jira/browse/FLINK-31723
   
   This test has never worked with the AdaptiveScheduler, because `initializeOnMaster` is run during a different job state.
   
   This test's purpose is to test the behavior of `JobMasterServiceLeadershipRunner,` not of the underlying scheduler implementation, so the fix is to make the test scheduler independent.


-- 
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] dmvk merged pull request #22435: [FLINK-31723] Fix DispatcherTest#testCancellationDuringInitialization to not make assumptions about an underlying scheduler implementation.

Posted by "dmvk (via GitHub)" <gi...@apache.org>.
dmvk merged PR #22435:
URL: https://github.com/apache/flink/pull/22435


-- 
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 #22435: [FLINK-31723] Fix DispatcherTest#testCancellationDuringInitialization to not make assumptions about an underlying scheduler implementation.

Posted by "flinkbot (via GitHub)" <gi...@apache.org>.
flinkbot commented on PR #22435:
URL: https://github.com/apache/flink/pull/22435#issuecomment-1516185973

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "137b55d525221f295e75294cf85a774d57e2e41b",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "137b55d525221f295e75294cf85a774d57e2e41b",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 137b55d525221f295e75294cf85a774d57e2e41b 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