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

Tests for bootstrap flood resilience #4456

Open
4 tasks
aoudiamoncef opened this issue Oct 6, 2023 · 0 comments
Open
4 tasks

Tests for bootstrap flood resilience #4456

aoudiamoncef opened this issue Oct 6, 2023 · 0 comments
Labels
bootstrap Issues related to the bootstrap tests Issues related to testing the node

Comments

@aoudiamoncef
Copy link
Contributor

aoudiamoncef commented Oct 6, 2023

Using the massa-test-framework, we can write functional tests that ensures:

  • A bootstrap server is resilient to Denial of Service attacks (if one attacker tries to flood it with requests, the server can still handle some of the normal bootstrap load)
  • A flood on the bootstrap does not impact negatively other modules (the server should still finalize blocks, serve the API, etc.)
  • Clients can, eventually, all bootstrap successfully even if the network is flooded,
  • Having a large ledger may put more stress on the bootstrap process, but it should still work as expected
@Leo-Besancon Leo-Besancon changed the title tests for bootstrap and API flood resilience Tests for bootstrap flood resilience Oct 16, 2023
@AurelienFT AurelienFT added bootstrap Issues related to the bootstrap tests Issues related to testing the node labels Mar 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bootstrap Issues related to the bootstrap tests Issues related to testing the node
Projects
None yet
Development

No branches or pull requests

3 participants