Skip to content

Conversation

@aromanenko-dev
Copy link
Contributor

@aromanenko-dev aromanenko-dev commented Feb 19, 2018

Since Beam recently moved to Java 8 then we don't need to have dedicated module java8tests for that.
All tests from this module moved to corresponding test classes and module java8tests was deleted.
Also, it was added an annotation @Category(ValidatesRunner.class) or @Category(NeedsRunner.class) for those test where it was needed.


Follow this checklist to help us incorporate your contribution quickly and easily:

  • Make sure there is a JIRA issue filed for the change (usually before you start working on it). Trivial changes like typos do not require a JIRA issue. Your pull request should address just this issue, without pulling in other changes.
  • Format the pull request title like [BEAM-XXX] Fixes bug in ApproximateQuantiles, where you replace BEAM-XXX with the appropriate JIRA issue.
  • Write a pull request description that is detailed enough to understand:
    • What the pull request does
    • Why it does it
    • How it does it
    • Why this approach
  • Each commit in the pull request should have a meaningful subject line and body.
  • Run mvn clean verify to make sure basic checks pass. A more thorough check will be performed on your pull request automatically.
  • If this contribution is large, please file an Apache Individual Contributor License Agreement.

@jbonofre jbonofre self-requested a review February 20, 2018 05:44
Copy link
Member

@jbonofre jbonofre left a comment

Choose a reason for hiding this comment

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

LGTM, I thought it was already done. Thanks ! I will merge when Jenkins will be happy.

Copy link
Member

@jbonofre jbonofre left a comment

Choose a reason for hiding this comment

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

Can you please resolve the conflict ?

@aromanenko-dev
Copy link
Contributor Author

@jbonofre Thanks! Sure, it's resolved and pushed, let's wait for Jenkins.

@iemejia iemejia self-requested a review February 22, 2018 09:58
Copy link
Member

@iemejia iemejia left a comment

Choose a reason for hiding this comment

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

LGTM, all tests pass after the rebase so considering that JB also LGTMed I am merging it.

@iemejia iemejia merged commit 385f82d into apache:master Feb 22, 2018
@aromanenko-dev aromanenko-dev deleted the BEAM-3538-Java8-tests branch February 22, 2018 10:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants