Commit Graph
13 Commits
Author SHA1 Message Date
AYAHASSAN287 b1ed375491 Fix CI issue [reports / flaky tests] (#202)
* Fix generating reports issue

* fix flaky tests by not using cluster 2
2026-07-30 16:50:34 +02:00
AYAHASSAN287andRoman 0b84eb35c2 run CI for latest release (#190)
* run CI for latest release

* Fix failing CI tests

* fix: add RLN_CREDENTIALS variable to workflow

* fix: skip RLN tests temporarily

* revert back to latest release

* remove the deleted metric

---------

Co-authored-by: Roman <zajic@zajic.net>
2026-06-22 07:07:56 +02:00
AYAHASSAN287 2267b49254 Add the number of shards fix suggested to address CI issue (#182)
* Add the number of shards fix suggested to address CI issue

* Fix failed auto-shard tests

* add the auto-shard option for the failed tests

* fix the .so build issue

* remove commented line

* fix admin flags tests
2026-06-11 21:02:51 +02:00
NagyZoltanPeter 155296c4d3 Fix failing test cases on logos-delivery/v0.38 (#165)
* Fix auto and static sharding subscribe/unsubscribe tests - use a safe un-used cluster-id ever (cluster id 2 is now defaults to logos.dev with its settings), also adapted static sharding unsubscribe to PR#3732

* Adjust cluster_id to pubsub_topics

* Fix uncertain rate limit hit of filter subscribes - this is a planned behavior of current rate limiting, as we are trying our best to serve requests within reasonanble flexibility, thus we mint new tokens over time, so it can be seen as we are able to serve more requests as configured, those are not hard limits.

* fix test_relay_2_nodes_bandwidth_low_vs_high_drain_time flaky result, eliminate jitter and localhost test optimization can appear on docker networking.
2026-03-31 04:44:37 +02:00
fbarbu15 a8ed2e8856 chore: fix interop tests (#128) 2025-07-08 18:28:00 +03:00
fryorcraken c230f4b4c4 fix: auto-sharding needs to know number of shards in network (#126)
* fix: auto-sharding needs to know number of shards in network

* Content topics are setup to split among 8 shards
2025-06-30 18:34:29 +10:00
fbarbu15 b9dcd4004e chore: make tests green again (#121)
* chore: node ready fix

* fixes

* remove go-waku traces
2025-06-09 16:03:04 +03:00
AYAHASSAN287 5bdbd7dae0 Expand smoke tests with more topic related tests (#118) 2025-05-21 14:58:53 +03:00
fbarbu15 1d00b42b8d chore: fixes for nwaku pr3350 (#111)
* chore: fixes for nwaku pr3350

* fix

* fix
2025-04-04 14:57:53 +03:00
fbarbu15 790e71db48 chore/fixes for nwaku updates (#72)
* fixes

* fixes

* fixes
2024-09-13 14:38:23 +03:00
fbarbu15 a27c028104 chore: use another cluster id (#55)
* use another cluster id

* adjust tests
2024-07-11 23:00:18 +03:00
Roman Zajic 0ce2572810 chore: refactor setup relay node for sharding (#48)
* fix: refactor setup relay for sharding

* fix: refactor also all related to _resolve_sharding_flags
2024-07-02 09:33:53 +02:00
fbarbu15 0095b5e04a sharding tests part 1 (#24)
* sharding struct

* add peers

* running nodes tests

* cleanup sharding steps

* new sharding tests

* test_different_cluster_different_shard

* new tests

* new static sharding tests

* new auto sharding tests

* change structure

* running nodes tests

* new autosharding tests

* adjust tests

* new sharding tests

* sharding

* sharding filter

* add peers
2024-04-02 09:11:56 +03:00