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: move history hive tests to history folder add instructions for where to put simulators #124

Merged
merged 2 commits into from
Jan 9, 2024

Conversation

KolbyML
Copy link
Member

@KolbyML KolbyML commented Jan 2, 2024

These PR's should be reviewed/merged in this order

  1. fix: make gossip portal-interop test auto generate comments for errors #118
  2. refactor: move history hive tests to history folder add instructions for where to put simulators #124
  3. refactor: clean up client bash files and add configurable networks #125
  4. feat: update rpc_compat to use NClientTestSpec #126
  5. refactor: move duplicate utils to test utils crate #127

This is the first PR to add new simulators/tests for different networks like beacon.

I will do a series of PR's built off each other so reviewing/merges can be done quick and seemless.

None of these PR's should require a deep review the goal is just to move things around to make it possible to add these new simulators/tests

Copy link
Contributor

@njgheorghita njgheorghita left a comment

Choose a reason for hiding this comment

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

:shipit:

@@ -0,0 +1,21 @@
# Portal Simulators
Portal simulators are sorted by folders indictacting what networks are being tested.
Copy link
Contributor

Choose a reason for hiding this comment

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

indicating


The names of folder are
- all lowercase
- dash seperated
Copy link
Contributor

Choose a reason for hiding this comment

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

separated

- ``beacon-state``
- ``history-state``

## Examples of invlaid folder names :x:
Copy link
Contributor

Choose a reason for hiding this comment

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

invalid

@@ -60,15 +60,15 @@ jobs:
build-simulator-dockerfile:
docker:
- image: cimg/base:2022.06
parallelism: 5
parallelism: 6
Copy link
Contributor

Choose a reason for hiding this comment

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

It's probably worth leaving a comment as to why the increased parallelism was necessary

@KolbyML KolbyML merged commit 3a8227e into ethereum:main Jan 9, 2024
5 checks passed
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.

3 participants