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

EES-574 Support dynamic port for deps in integration tests #442

Merged
merged 1 commit into from
Aug 11, 2020

Conversation

vgarvardt
Copy link
Contributor

Right now it is not being used as travis allows static ports binding, but in GH Actions port is going to be dynamic, so it will be passed as env var to tests.

This PR adds dynamic port support to integration tests only, feature tests to be done.

One test marked as integration is simple unit test actually that does not require any deps, so build tag was removed.

@vgarvardt vgarvardt requested a review from a team August 11, 2020 15:03
@codecov
Copy link

codecov bot commented Aug 11, 2020

Codecov Report

Merging #442 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #442   +/-   ##
=======================================
  Coverage   40.46%   40.46%           
=======================================
  Files          76       76           
  Lines        2659     2659           
=======================================
  Hits         1076     1076           
  Misses       1520     1520           
  Partials       63       63           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6b49992...edbbfa1. Read the comment docs.

@aleksandrzhiliaev
Copy link
Contributor

aleksandrzhiliaev commented Aug 11, 2020

+1

Approved with Zappr Approved with Zappr Approved with Zappr Approved with Zappr

@vgarvardt vgarvardt merged commit 120ad1c into master Aug 11, 2020
@vgarvardt vgarvardt deleted the patch/tests-dynamic-port branch August 11, 2020 15:54
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.

None yet

3 participants