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

chore: Da behavior membership tests #819

Open
wants to merge 70 commits into
base: master
Choose a base branch
from
Open
Changes from 55 commits
Commits
Show all changes
70 commits
Select commit Hold shift + click to select a range
3995e4a
test: validation behaviour establish_connection
romanzac Oct 14, 2024
a2c5423
fix: members for MockMembershipHandler
romanzac Oct 14, 2024
7d21571
test: simple basics to understand
romanzac Oct 16, 2024
6a28140
Merge branch 'master' into chore-da-behavior-membership-tests
romanzac Oct 17, 2024
c0b3cb1
test: attempt to open stream between two peers without swarm
romanzac Oct 17, 2024
81e571d
test: extend behavior with channels
romanzac Oct 17, 2024
cb4681d
test: plug in behaviours into swarms
romanzac Oct 18, 2024
e0e98f6
Merge branch 'master' into chore-da-behavior-membership-tests
romanzac Oct 18, 2024
ac627a3
test: create swarms
romanzac Oct 21, 2024
d18144d
fix: formatting
romanzac Oct 21, 2024
6f13b78
Merge branch 'master' into chore-da-behavior-membership-tests
romanzac Oct 21, 2024
5b009ce
Merge branch 'master' into chore-da-behavior-membership-tests
romanzac Oct 21, 2024
6293837
Merge branch 'master' into chore-da-behavior-membership-tests
romanzac Oct 22, 2024
1a7d01f
test: send messages using swarms
romanzac Oct 22, 2024
6861dc1
test: executor > validator auto connect
romanzac Oct 22, 2024
8e75709
Merge branch 'master' into chore-da-behavior-membership-tests
romanzac Oct 22, 2024
52459f3
Merge branch 'master' into chore-da-behavior-membership-tests
romanzac Oct 22, 2024
7a63118
Merge branch 'master' into chore-da-behavior-membership-tests
romanzac Oct 23, 2024
3eeafc8
fix: address to contain p2p address
romanzac Oct 23, 2024
54e6939
fix: have executors and validators in the same subnet_id = 0
romanzac Oct 23, 2024
835b106
Merge branch 'master' into chore-da-behavior-membership-tests
romanzac Oct 24, 2024
b7e8eb6
Merge branch 'master' into chore-da-behavior-membership-tests
romanzac Oct 25, 2024
ecd45c1
test: calling poll on validator_behaviour
romanzac Oct 25, 2024
c41566e
Merge branch 'master' into chore-da-behavior-membership-tests
romanzac Oct 26, 2024
91577aa
test: check incoming data structure and content
romanzac Oct 26, 2024
7400f63
test: generate 2 groups of executors and validators
romanzac Oct 26, 2024
4bb706c
test: get everything into motion
romanzac Oct 27, 2024
5be2ade
fix: add forgotten await and cleanup
romanzac Oct 28, 2024
47ed764
fix: add message counting to validator tasks
romanzac Oct 28, 2024
8975923
fix: rewrite run_validator_swarm to count messages
romanzac Oct 28, 2024
a9880f5
fix: assignment to wrong collection
romanzac Oct 28, 2024
dd4525f
fix: subnet 1 membership
romanzac Oct 28, 2024
eac478d
fix: add assertions for counts
romanzac Oct 28, 2024
61bafc3
Merge branch 'master' into chore-da-behavior-membership-tests
romanzac Oct 28, 2024
c4abaf4
fix: move futures to shared function section
romanzac Oct 28, 2024
4f0231f
fix: extend timeout to accommodate slow runner
romanzac Oct 28, 2024
f7c0585
Merge branch 'master' into chore-da-behavior-membership-tests
romanzac Oct 29, 2024
2c0c00d
fix: extend timeout more
romanzac Oct 29, 2024
044de28
fix: re-balance timeouts
romanzac Oct 29, 2024
8c2041c
fix: increase timeouts
romanzac Oct 29, 2024
fdb9998
fix: let executor wait for all messages
romanzac Oct 29, 2024
2c39014
fix: formatting
romanzac Oct 29, 2024
7d2e0c8
fix: add retry counter for executor
romanzac Oct 29, 2024
8216868
fix: increment retry counter
romanzac Oct 29, 2024
1fddd4e
fix: make validator swarm polling more deterministic
romanzac Oct 29, 2024
eae2576
fix: add one more retry for executor swarm
romanzac Oct 29, 2024
0bfdad6
Merge branch 'master' into chore-da-behavior-membership-tests
romanzac Oct 29, 2024
8b114e6
test: increase executor timeout for self-hosted
romanzac Oct 29, 2024
868614e
fix: remove select for executor swarm
romanzac Oct 29, 2024
25c243d
Merge branch 'master' into chore-da-behavior-membership-tests
romanzac Oct 29, 2024
57ef85f
fix: implement clippy suggestions
romanzac Oct 29, 2024
336ee49
fix: remove unnecessary check for validator swarm
romanzac Oct 29, 2024
5049689
fix: use watch channel to terminate executors
romanzac Oct 30, 2024
30f38d4
fix: remove TestWaker
romanzac Oct 30, 2024
5604563
fix: simplify is_allowed
romanzac Oct 30, 2024
e7f90a6
fix: changes for core review 1
romanzac Oct 30, 2024
6ee5870
Merge branch 'master' into chore-da-behavior-membership-tests
romanzac Oct 30, 2024
8397a1f
fix: create single membership for all swarms
romanzac Oct 30, 2024
1121ffa
test: add executor swarms to addressbook
romanzac Oct 31, 2024
a546af4
test: only executors in addressbook
romanzac Oct 31, 2024
d4a20fb
fix: revert back to validators only in addressbook
romanzac Oct 31, 2024
46f3300
fix: add time for validator swarm
romanzac Oct 31, 2024
a93d082
test: double the timeout value
romanzac Oct 31, 2024
ca85c7d
test: built-in timeout instead of select
romanzac Oct 31, 2024
dedf5d8
test: give 15 seconds for validator before exit
romanzac Oct 31, 2024
a4ffffb
Merge branch 'master' into chore-da-behavior-membership-tests
romanzac Nov 4, 2024
ba703b8
test: disperse random data
romanzac Nov 4, 2024
b847743
test: add workflow to debug on self-hosted
romanzac Nov 4, 2024
c5aebd3
test: double validators timeount and see success rate change
romanzac Nov 4, 2024
ec62fd5
Merge branch 'master' into chore-da-behavior-membership-tests
romanzac Nov 29, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Loading