Skip to content

Conversation

@pracucci
Copy link
Contributor

What this PR does:
Integration tests are failing with the error:

        	Error:      	Received unexpected error:
        	            	unable to get mapping for port 9000 (output: 0.0.0.0:49159
        	            	:::49160); service: minio-9000

Looking at the output, I believe GitHub actions enabled IPv6 on the runners and so we're both getting IPv4 and IPv6 port mapping, which is breaking the parsing.

If my hypothesis is correct, this PR should fix it.

Which issue(s) this PR fixes:
N/A

Checklist

  • Tests updated
  • Documentation added
  • CHANGELOG.md updated - the order of entries should be [CHANGE], [FEATURE], [ENHANCEMENT], [BUGFIX]

Signed-off-by: Marco Pracucci <marco@pracucci.com>
Signed-off-by: Marco Pracucci <marco@pracucci.com>
Copy link
Contributor

@pstibrany pstibrany left a comment

Choose a reason for hiding this comment

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

Looks like you were right :)

@pracucci pracucci merged commit cf1c444 into master Apr 22, 2021
@pracucci pracucci deleted the fix-integration-tests branch April 22, 2021 15:13
@bwplotka
Copy link
Contributor

Thanks a lot for this!

@bwplotka bwplotka mentioned this pull request Apr 23, 2021
pstibrany pushed a commit to pstibrany/cortex that referenced this pull request Apr 27, 2021
* Fix docker port parsing in integration tests

Signed-off-by: Marco Pracucci <marco@pracucci.com>

* Fixed linter

Signed-off-by: Marco Pracucci <marco@pracucci.com>
pstibrany pushed a commit to pstibrany/cortex that referenced this pull request Apr 27, 2021
* Fix docker port parsing in integration tests

Signed-off-by: Marco Pracucci <marco@pracucci.com>

* Fixed linter

Signed-off-by: Marco Pracucci <marco@pracucci.com>
pstibrany added a commit that referenced this pull request Apr 27, 2021
* Fix docker port parsing in integration tests

Signed-off-by: Marco Pracucci <marco@pracucci.com>

* Fixed linter

Signed-off-by: Marco Pracucci <marco@pracucci.com>

Co-authored-by: Marco Pracucci <marco@pracucci.com>
pstibrany added a commit that referenced this pull request Apr 27, 2021
* Fix docker port parsing in integration tests

Signed-off-by: Marco Pracucci <marco@pracucci.com>

* Fixed linter

Signed-off-by: Marco Pracucci <marco@pracucci.com>

Co-authored-by: Marco Pracucci <marco@pracucci.com>
simonswine pushed a commit to grafana/e2e that referenced this pull request Jan 13, 2022
* Fix docker port parsing in integration tests

Signed-off-by: Marco Pracucci <marco@pracucci.com>

* Fixed linter

Signed-off-by: Marco Pracucci <marco@pracucci.com>
simonswine pushed a commit to grafana/e2e that referenced this pull request Jan 13, 2022
…) (cortexproject/cortex#4131)

* Fix docker port parsing in integration tests

Signed-off-by: Marco Pracucci <marco@pracucci.com>

* Fixed linter

Signed-off-by: Marco Pracucci <marco@pracucci.com>

Co-authored-by: Marco Pracucci <marco@pracucci.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants