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-8965][tests] Port TimestampITCase to flip6 #5728

Closed
wants to merge 1 commit into from

Conversation

zentol
Copy link
Contributor

@zentol zentol commented Mar 20, 2018

What is the purpose of the change

Ports the TimestampITCase to use MiniClusterResource.

Verifying this change

Run TimestampITCase 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. Thanks for your work @zentol. +1 for merging.

}

JobID id = running.get(0);
JobID id = running.iterator().next();
Copy link
Contributor

Choose a reason for hiding this comment

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

could also be running.get(0), then we don't create an additional iterator object

Copy link
Contributor Author

Choose a reason for hiding this comment

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

will fix while merging.

@tillrohrmann
Copy link
Contributor

Test failure on Travis is unrelated: https://issues.apache.org/jira/browse/FLINK-8899

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 2ac3474 Mar 23, 2018
@zentol zentol deleted the 8965 branch March 23, 2018 18:15
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