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

Scalability Targets #102

Open
5 of 16 tasks
benbierens opened this issue Jun 4, 2024 · 0 comments
Open
5 of 16 tasks

Scalability Targets #102

benbierens opened this issue Jun 4, 2024 · 0 comments
Assignees
Labels
Client See https://miro.com/app/board/uXjVNZ03E-c=/ for details

Comments

@benbierens
Copy link
Contributor

benbierens commented Jun 4, 2024

ShouldMaintainFileInNetwork

  • Set up n nodes.
  • Upload file to A.
  • Download from B.
  • Take A offline.
  • Download from C.

Variables:
Number of nodes = 10, 40, 80, 100
File size (MB) = 100, 1000, 5000, 10000

Status:

  • (10, 100) (passed by sha-c58d4d7)
  • (10, 1000) (passed by sha-c58d4d7)
  • (10, 5000)
  • (10, 10000)
  • (40, 100) (passed by sha-c58d4d7)
  • (40, 1000) (passed by sha-c58d4d7)
  • (40, 5000)
  • (40, 10000)
  • (80, 100) (passed by sha-c58d4d7)
  • (80, 1000)
  • (80, 5000)
  • (80, 10000)
  • (100, 100) (passed by sha-c58d4d7, **failed by sha-5e3183a)
  • (100, 1000) (passed by sha-c58d4d7, **failed by sha-5e3183a)
  • (100, 5000)
  • (100, 10000)

sha-c58d4d7 = Master commit "Bug: Large manifests encoding (#800)"
sha-5e3183a = "restores nim-datastore reference" (First docker image with LevelDB datastore)

** These failures are not confirmed to be real regression from Codex. Test logs show the tests failed because the cluster was unable to provision 100 nodes within the kubernetes operation timeout.

Above info last updated: 06-06-2024

@benbierens benbierens self-assigned this Jun 4, 2024
@gmega gmega added the Client See https://miro.com/app/board/uXjVNZ03E-c=/ for details label Sep 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Client See https://miro.com/app/board/uXjVNZ03E-c=/ for details
Projects
None yet
Development

No branches or pull requests

2 participants