Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

[DNM] scale testing #6530

Closed
wants to merge 23 commits into from
Closed

[DNM] scale testing #6530

wants to merge 23 commits into from

Commits on Jan 10, 2023

  1. Make all subsystems run in blocking threads

    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    5f0b8e9 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2023

  1. blocking rx worker

    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    a61710d View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2023

  1. Decrease bitfield signing timer to 1s.

    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    8db8224 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2023

  1. Bump message channel capacity.

    Only needed for approval voting, but no way to do it granularly.
    Good enough for a test.
    
    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    3b67955 View commit details
    Browse the repository at this point in the history
  2. Test: Use unbounded channel to make sure we don't delay peer view upd…

    …ates.
    
    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    1aa0bd2 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2023

  1. Revert "Test: Use unbounded channel to make sure we don't delay peer …

    …view updates."
    
    This reverts commit 1aa0bd2.
    
    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    4f18158 View commit details
    Browse the repository at this point in the history
  2. ridiculous channel size 32k

    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    451d156 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2023

  1. 128k tryhard.

    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    ecfda93 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2023

  1. blocking recovery-task due to chunk reconstruction

    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    4d4fbc3 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of github.com:paritytech/polkadot into sandreim…

    …/all_subsystems_blocking
    sandreim committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    76cc400 View commit details
    Browse the repository at this point in the history
  3. Revert "blocking recovery-task due to chunk reconstruction"

    This reverts commit 4d4fbc3.
    sandreim committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    906a1a7 View commit details
    Browse the repository at this point in the history
  4. channel size override only for approval distribution

    unconstrained task for pov recovery.
    
    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    8e181f1 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2023

  1. use fast path for av recovery

    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    020b5ad View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2023

  1. disable aggression

    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    036fa25 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2023

  1. Disable approval/assignment checks

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

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

Commits on Feb 3, 2023

  1. disable approval distribution gossip

    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    435a104 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of github.com:paritytech/polkadot into sandreim…

    …/all_subsystems_blocking
    sandreim committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    3e76631 View commit details
    Browse the repository at this point in the history
  3. Revert "Disable approval/assignment checks"

    This reverts commit 7ebf744.
    sandreim committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    1fc461a View commit details
    Browse the repository at this point in the history
  4. Revert "fix test"

    This reverts commit 919cf69.
    sandreim committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    3975adb View commit details
    Browse the repository at this point in the history
  5. fmt and comment

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

Commits on Feb 4, 2023

  1. larger statement dist queue

    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim committed Feb 4, 2023
    Configuration menu
    Copy the full SHA
    63c304c View commit details
    Browse the repository at this point in the history
  2. bitfield distribution gets a queue size bump

    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim committed Feb 4, 2023
    Configuration menu
    Copy the full SHA
    d68f99c View commit details
    Browse the repository at this point in the history