87 Commits

Author SHA1 Message Date
Roman
ee2e05679e
fix: change comment for mixed_epoch_at_slow_rate 2024-04-30 09:56:11 +08:00
Roman
f67a73eb75
fix: remove check_light_pushed_message_reaches_receiving_peer from StepsRLN 2024-04-29 12:05:12 +08:00
Roman
00eeaa553e
fix: add lightpush case to publish_message 2024-04-29 11:54:21 +08:00
Roman
f9693755d0
fix: comment on chain tests 2024-04-26 17:07:57 +08:00
Roman
7e415f6a5f
fix: comment for lightpush - wait for implementation 2024-04-26 17:00:48 +08:00
Roman
939c0b509d
fix: comment for lightpush 2024-04-26 16:35:31 +08:00
Roman
345f3f57d8
fix: no lightpush param required for plain RLN relay 2024-04-26 16:30:34 +08:00
Roman
e877df7e96
fix: use NODE1 NODE2 instead of DEFAULT_NWAKU 2024-04-26 15:32:09 +08:00
Roman
b6e14e54d6
fix: node1 to act as light push receiving node
- add setup lightpush node to spin off node2 with lightpush support
2024-04-26 13:30:53 +08:00
Roman
7f86deb0c3
test: send valid payloads lightpush at spam rate 2024-04-25 22:12:32 +08:00
Roman
5b3ab1398b
test: add lightpush methods 2024-04-25 22:08:09 +08:00
Roman
696b85f898
test: mixed epoch at slow rate 2024-04-25 15:04:19 +08:00
Roman
0022c943d3
test: node1 with rln node2 without rln at spam rate 2024-04-25 14:38:11 +08:00
Roman
8fd9520b4d
fix: multiple class inheritance for TestRelayRLN 2024-04-24 17:13:10 +08:00
Roman
a8e226360e
fix: remove the plural from payloads_at_variable_rate 2024-04-24 16:50:32 +08:00
Roman
5e3df536b5
fix: refactor payloads_at_variable_rate to use only one payload pattern 2024-04-24 16:48:26 +08:00
Roman
29cdee264b
fix: add comment for skip check at first message 2024-04-24 16:15:15 +08:00
Roman
8b696857e4
fix: switch to send msg and check for slow rate tests 2024-04-24 10:47:58 +08:00
Roman
31afbcf66b
fix: test using whole data set at test payloads_at_slow_rate 2024-04-23 19:49:30 +08:00
Roman
6b3c8c3cdd
fix: start using src.steps.common
- removed RLN test class inheritance from StepsRelay
2024-04-23 19:41:38 +08:00
Roman
84fb188779
fix: reuse register_rln_single_node for register_main_rln_relay_nodes 2024-04-23 19:24:51 +08:00
Roman
b7514660c5
fix: reuse setup first and second rln relay node for setup_main_rln_relay_nodes 2024-04-23 17:19:23 +08:00
Roman Zajic
19cd709205
Merge branch 'master' into chore-rln-relay-tests 2024-04-23 16:00:39 +08:00
fbarbu15
69c8e3f4b6
chore: go waku connection issues (#33)
* add go-waku peers via api

* add go-waku peers via api

* fix add_node_peer

* fix add_node_peer

* fix add_node_peer

* fix add_node_peer

* move create_message to commons
2024-04-23 10:44:12 +03:00
Roman
472aa81afb
fix: revert env_vars to source images from Harbor 2024-04-23 15:41:53 +08:00
Roman
efeed3d180
test: valid payloads dynamic(on chain) at spam rate
- extend timeout for ensure_ready() to 600s
- add ensure_healthy() for future use
- add text content based rest call
- remove NODE1, NODE2 imports
2024-04-23 13:57:47 +08:00
Roman
2c81b2dfa3
fix: forgot to add actual file 2024-04-22 15:46:09 +08:00
Roman
a539dcc281
fix: mark valid_payloads_dynamic_at_slow_rate to skip 2024-04-22 15:45:09 +08:00
Roman
54cc4ff4aa
fix: rename tests for easier debugging 2024-04-19 15:54:46 +08:00
Roman
a247e39abc
fix: mark flaky "at variable_rate with valid payloads" 2024-04-19 13:29:25 +08:00
Roman
946d8936af
fix: skip test "random user message limit with valid payloads" 2024-04-19 13:23:37 +08:00
Roman Zajic
2adc8253be
Merge branch 'master' into chore-rln-relay-tests 2024-04-18 20:22:00 +08:00
Roman
b1316a9024
test: random user message limit with valid payloads 2024-04-18 20:18:18 +08:00
Roman
309cfbc6f2
test: random epoch with valid_payloads_at_slow_rate 2024-04-18 19:35:02 +08:00
Roman
aa8177cd00
fix: rewrite tests using steps rather than fixtures
- prepare for non default settings for RLN
2024-04-18 19:21:50 +08:00
fbarbu15
c1d4c0cc6b
lightpush and store bugfixes (#32)
* bugfixes

* store bugfixes

* fix 2567
2024-04-18 13:04:08 +03:00
Roman Zajic
678bbe101d
Merge branch 'master' into chore-rln-relay-tests 2024-04-18 17:48:44 +08:00
Roman
84fe165bb4
fix: add methods to setup non default RLN nodes 2024-04-18 16:10:44 +08:00
Roman
12e287cc83
fix: add one more second to messages with delay 2024-04-17 23:29:59 +08:00
Roman
14b113a7ac
fix: first message without delay 2024-04-17 23:23:05 +08:00
Roman
742a00b005
fix: use math.trunc instead of rounding 2024-04-17 22:58:58 +08:00
Roman
ab06596fc4
fix: use send only publish function
- add spam and alternate rate tests
2024-04-17 22:20:39 +08:00
fbarbu15
8d956b3d9c
Test/store part 1 (#31)
* first set of tests

* fix ci

* new tests

* finish publish tests

* new tests

* running nodes tests

* new tests

* finishing touches

* new test

* temp commit

* running node tests

* new tests

* new store tests

* store part 1
2024-04-17 08:37:31 +03:00
Roman
896bf257bc
fix: move RLN related code into separate class 2024-04-16 14:47:50 +08:00
Roman
ea63da230d
fix: shorten test data set 2024-04-15 19:45:26 +08:00
Roman
c4f48e7824
test: publish at slow and spam rate 2024-04-15 19:08:17 +08:00
Roman
5ee97c6610
fix: switch to use cluster ID 1 for RLN 2024-04-15 15:32:48 +08:00
Roman Zajic
004b8f6089
Merge branch 'master' into chore-rln-relay-tests 2024-04-15 15:02:27 +08:00
Roman
ef05d290f6
fix: discard containers used for RLN registration 2024-04-15 15:01:18 +08:00
dependabot[bot]
53417a8665
Bump idna from 3.6 to 3.7 (#29)
Bumps [idna](https://github.com/kjd/idna) from 3.6 to 3.7.
- [Release notes](https://github.com/kjd/idna/releases)
- [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst)
- [Commits](https://github.com/kjd/idna/compare/v3.6...v3.7)

---
updated-dependencies:
- dependency-name: idna
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-15 09:31:03 +03:00