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

Refactor GraphDslTest and TcpTest #30160

Merged
merged 1 commit into from
May 3, 2021
Merged

Refactor GraphDslTest and TcpTest #30160

merged 1 commit into from
May 3, 2021

Conversation

Captain1653
Copy link
Contributor

  1. Thare are many lines look like that:
    new ArrayList
    maybe it will be nice to replace it on new ArrayList<> (diamond operator). Documentation
  2. try ... catch in tests can be replaced on assertThrows

Kind regards

@akka-ci
Copy link

akka-ci commented Apr 2, 2021

Thank you for your pull request! After a quick sanity check one of the team will reply with 'OK ΤO ΤESΤ' to kick off our automated validation on Jenkins. This compiles the project, runs the tests, and checks for things like binary compatibility and source code formatting. When two team members have also manually reviewed and (perhaps after asking for some amendments) accepted your contribution, it should be good to be merged.

For more details about our contributing process, check out CONTRIBUTING.md - and feel free to ask!

@johanandren
Copy link
Member

OK TO TEST

@akka-ci akka-ci added validating PR is currently being validated by Jenkins tested PR that was successfully built and tested by Jenkins and removed validating PR is currently being validated by Jenkins labels Apr 6, 2021
@akka-ci
Copy link

akka-ci commented Apr 6, 2021

Test PASSed.

Copy link
Member

@octonato octonato left a comment

Choose a reason for hiding this comment

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

LGTM

@octonato octonato merged commit b3edd0e into akka:master May 3, 2021
@octonato octonato added this to the 2.6.15 milestone May 3, 2021
@Captain1653 Captain1653 deleted the graph-dsl branch May 3, 2021 09:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
t:stream tested PR that was successfully built and tested by Jenkins
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants