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

testdata/scripts/nodes/evm/list: add test; common/client: fix names in multinode state map #15339

Merged
merged 1 commit into from
Nov 21, 2024

Conversation

jmank88
Copy link
Contributor

@jmank88 jmank88 commented Nov 20, 2024

@jmank88 jmank88 requested a review from chudilka1 November 20, 2024 18:25
@jmank88 jmank88 force-pushed the BCF-3430-nodes-notloaded branch from c055679 to 5b1d243 Compare November 20, 2024 18:37
@@ -387,7 +387,7 @@ require (
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 // indirect
github.com/rivo/uniseg v0.4.4 // indirect
github.com/robfig/cron/v3 v3.0.1 // indirect
github.com/rogpeppe/go-internal v1.12.0 // indirect
github.com/rogpeppe/go-internal v1.13.1 // indirect
Copy link
Contributor Author

Choose a reason for hiding this comment

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

There was a bug causing failure when the test actually passed.

}
for _, n := range c.sendOnlyNodes {
states[n.String()] = n.State().String()
states[n.Name()] = n.State().String()
Copy link
Contributor Author

Choose a reason for hiding this comment

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

String() is Name+URL+State

@jmank88 jmank88 marked this pull request as ready for review November 20, 2024 18:40
@jmank88 jmank88 requested review from a team as code owners November 20, 2024 18:40
samsondav
samsondav previously approved these changes Nov 20, 2024
Copy link
Contributor

github-actions bot commented Nov 20, 2024

AER Report: CI Core ran successfully ✅

aer_workflow , commit

AER Report: Operator UI CI ran successfully ✅

aer_workflow , commit

vyzaldysanchez
vyzaldysanchez previously approved these changes Nov 20, 2024
@jmank88 jmank88 enabled auto-merge November 20, 2024 19:40
@jmank88 jmank88 requested a review from samsondav November 20, 2024 19:40
@jmank88 jmank88 changed the title testdata/scripts/nodes/evm/list: add test testdata/scripts/nodes/evm/list: add test; common/client: fix names in multinode state map Nov 20, 2024
@jmank88 jmank88 requested a review from chainchad November 20, 2024 20:52
@jmank88 jmank88 force-pushed the BCF-3430-nodes-notloaded branch from 611d80b to 72f423d Compare November 20, 2024 21:02
Copy link
Contributor

I see you added a changeset file but it does not contain a tag. Please edit the text include at least one of the following tags:

  • #added For any new functionality added.
  • #breaking_change For any functionality that requires manual action for the node to boot.
  • #bugfix For bug fixes.
  • #changed For any change to the existing functionality.
  • #db_update For any feature that introduces updates to database schema.
  • #deprecation_notice For any upcoming deprecation functionality.
  • #internal For changesets that need to be excluded from the final changelog.
  • #nops For any feature that is NOP facing and needs to be in the official Release Notes for the release.
  • #removed For any functionality/config that is removed.
  • #updated For any functionality that is updated.
  • #wip For any change that is not ready yet and external communication about it should be held off till it is feature complete.

@jmank88 jmank88 force-pushed the BCF-3430-nodes-notloaded branch from 72f423d to 70718be Compare November 20, 2024 22:30
@jmank88 jmank88 added this pull request to the merge queue Nov 21, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Nov 21, 2024
@jmank88 jmank88 added this pull request to the merge queue Nov 21, 2024
Merged via the queue into develop with commit 0cabe54 Nov 21, 2024
147 of 148 checks passed
@jmank88 jmank88 deleted the BCF-3430-nodes-notloaded branch November 21, 2024 14:12
jmank88 added a commit that referenced this pull request Nov 21, 2024
…n multinode state map (#15339)

(cherry picked from commit 0cabe54)
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.

5 participants