Skip to content

e2e v0.38-experimental :Fix RPC port reference#1503

Merged
jmalicevic merged 3 commits intov0.38.x-experimentalfrom
jasmina/0.38-experimental-fix-e2e
Oct 25, 2023
Merged

e2e v0.38-experimental :Fix RPC port reference#1503
jmalicevic merged 3 commits intov0.38.x-experimentalfrom
jasmina/0.38-experimental-fix-e2e

Conversation

@jmalicevic
Copy link
Collaborator

@jmalicevic jmalicevic commented Oct 16, 2023

Manual backport of #1507

We started working on the fix on this branch but realized it was broken in main as well. Thus it was merged to main with #1507 and the commit cherry picked after that.


PR checklist

  • Tests written/updated
  • Changelog entry added in .changelog (we use unclog to manage our changelog)
  • Updated relevant documentation (docs/ or spec/) and code comments

@jmalicevic jmalicevic added bug Something isn't working e2e Related to our end-to-end tests labels Oct 16, 2023
@jmalicevic jmalicevic added this to the 2023-Q4 milestone Oct 16, 2023
@jmalicevic jmalicevic requested review from cason and hvanz October 16, 2023 12:32
@jmalicevic jmalicevic self-assigned this Oct 16, 2023
@jmalicevic jmalicevic requested a review from a team as a code owner October 16, 2023 12:32
ports:
- 26656
- {{ if .ProxyPort }}{{ .ProxyPort }}:{{ end }}26657
- {{ if .RPCProxyPort }}{{ .RPCProxyPort }}:{{ end }}26657
Copy link

Choose a reason for hiding this comment

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

Should we also add the other ports, present from line 80 to 85?

Copy link

Choose a reason for hiding this comment

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

@hvanz pointed out the inconsistency of these two fields in another PR.

Copy link

Choose a reason for hiding this comment

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

@jmalicevic jmalicevic changed the base branch from v0.38.x-experimental to main October 17, 2023 11:29
@jmalicevic jmalicevic requested a review from a team as a code owner October 17, 2023 11:29
@jmalicevic jmalicevic requested a review from a team October 17, 2023 11:29
@jmalicevic jmalicevic changed the base branch from main to v0.38.x-experimental October 17, 2023 11:30
@jmalicevic jmalicevic mentioned this pull request Oct 25, 2023
17 tasks
Copy link
Collaborator

@hvanz hvanz left a comment

Choose a reason for hiding this comment

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

LGTM

@jmalicevic jmalicevic merged commit be54eac into v0.38.x-experimental Oct 25, 2023
@jmalicevic jmalicevic deleted the jasmina/0.38-experimental-fix-e2e branch October 25, 2023 09:49
lasarojc pushed a commit that referenced this pull request Nov 13, 2023
* Fix RPC port reference

* Fixed docker port alias (#1507)

* Undo line change
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working e2e Related to our end-to-end tests

Projects

No open projects
Status: Done

Development

Successfully merging this pull request may close these issues.

3 participants