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

Elastic scaling: add e2e test #3929

Merged
merged 27 commits into from
Apr 5, 2024
Merged

Elastic scaling: add e2e test #3929

merged 27 commits into from
Apr 5, 2024

Commits on Mar 28, 2024

  1. refactor: move claim queue fetch utils to utils crate

    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    e3b5192 View commit details
    Browse the repository at this point in the history
  2. cache all groups per para and remove para:group 1:1 assumption

    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    01ceb3b View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' of github.com:paritytech/polkadot-sdk into sand…

    …reim/elastic_statement_dist
    sandreim committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    5ed7841 View commit details
    Browse the repository at this point in the history
  4. typo

    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    5f0872f View commit details
    Browse the repository at this point in the history
  5. fix test build

    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    034b61a View commit details
    Browse the repository at this point in the history
  6. testing some local test run weirdness

    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    9c91193 View commit details
    Browse the repository at this point in the history
  7. fix doctest

    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    f87a624 View commit details
    Browse the repository at this point in the history
  8. remove panic

    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    70213c5 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

  1. add new cluster test

    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    4c66001 View commit details
    Browse the repository at this point in the history
  2. add grid test

    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    21ae63d View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' of github.com:paritytech/polkadot-sdk into sand…

    …reim/elastic_statement_dist
    
    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    e923dac View commit details
    Browse the repository at this point in the history
  4. fmt

    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    27ee145 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. explicit max_candidate_depth

    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    be1a2c7 View commit details
    Browse the repository at this point in the history
  2. fix test comment

    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    b9f1afc View commit details
    Browse the repository at this point in the history
  3. Add elastic scaling zombienet test

    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    6340e32 View commit details
    Browse the repository at this point in the history
  4. js script

    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    8495e6f View commit details
    Browse the repository at this point in the history
  5. move mvp test

    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    04dc5fd View commit details
    Browse the repository at this point in the history
  6. fix cmd

    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    bd431cb View commit details
    Browse the repository at this point in the history
  7. fix path

    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    1713be1 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. rename mvp test

    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    14fcb4b View commit details
    Browse the repository at this point in the history
  2. proper js args

    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    07b58a3 View commit details
    Browse the repository at this point in the history
  3. non elast scaling para assert

    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    2b2d2ab View commit details
    Browse the repository at this point in the history
  4. some tolerance

    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    332fda9 View commit details
    Browse the repository at this point in the history
  5. properly call assign-core.js

    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    86c22a4 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. Merge branch 'master' of github.com:paritytech/polkadot-sdk into sand…

    …reim/elastic_zombies
    
    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    a32c2c7 View commit details
    Browse the repository at this point in the history
  2. minor script change

    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    7bde9d8 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. Update polkadot/zombienet_tests/elastic_scaling/0001-basic-3cores-6s-…

    …blocks.toml
    
    
    Fix collator image.
    pepoviola authored Apr 4, 2024
    Configuration menu
    Copy the full SHA
    a453123 View commit details
    Browse the repository at this point in the history