Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FLINK-8957][tests] Port JMXJobManagerMetricTest to flip6 #5720

Closed
wants to merge 1 commit into from

Conversation

zentol
Copy link
Contributor

@zentol zentol commented Mar 19, 2018

What is the purpose of the change

Ports the JMXJobManagerMetricTest to use MiniClusterResource.

Verifying this change

Run JMXJobManagerMetricTest with flip6 profile enabled/disabled.

Copy link
Contributor

@tillrohrmann tillrohrmann left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changes look good to me. Thanks for your work @zentol. +1 for merging.

() -> client.getJobStatus(jobGraph.getJobID()),
Time.milliseconds(10),
deadline,
status -> status == JobStatus.RUNNING,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The check whether the job is running does not necessarily mean that all vertices are running. But I guess what we are waiting for is the initialization of the CheckpointStatsTracker.

@zentol
Copy link
Contributor Author

zentol commented Mar 23, 2018

merging.

zentol added a commit to zentol/flink that referenced this pull request Mar 23, 2018
zentol added a commit to zentol/flink that referenced this pull request Mar 23, 2018
zentol added a commit to zentol/flink that referenced this pull request Mar 23, 2018
zentol added a commit to zentol/flink that referenced this pull request Mar 23, 2018
zentol added a commit to zentol/flink that referenced this pull request Mar 23, 2018
zentol added a commit to zentol/flink that referenced this pull request Mar 23, 2018
asfgit pushed a commit that referenced this pull request Mar 23, 2018
@asfgit asfgit closed this in 0623e24 Mar 23, 2018
@zentol zentol deleted the 8957 branch March 23, 2018 18:14
sampathBhat pushed a commit to sampathBhat/flink that referenced this pull request Jul 26, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants