173 Commits

Author SHA1 Message Date
Aya Hassan
76fdc81653 fix the nimble error 2026-04-09 14:59:15 +02:00
Aya Hassan
d7cb7649e4 remove nimble 2026-04-08 17:43:56 +02:00
Aya Hassan
3eb6a121b0 add nim 2026-04-08 17:23:09 +02:00
Aya Hassan
d660b3c238 add .so build step 2026-04-08 16:52:19 +02:00
Aya Hassan
303e6a737e add cffi 2026-04-08 16:25:00 +02:00
Aya Hassan
e6587d8fb8 fix the import path issue 2026-04-08 16:20:53 +02:00
Aya Hassan
ec2ebd504f Remove old logos-delivery submodule 2026-04-08 15:56:59 +02:00
Aya Hassan
2b39992294 Add logos-delivery-python-bindings submodule 2026-04-08 15:29:47 +02:00
Aya Hassan
6cba883f6c Add logos-delivery submodule 2026-04-08 15:25:22 +02:00
Aya Hassan
e62b4c99f4 add debug info 2026-04-08 15:16:46 +02:00
Aya Hassan
8262aaca32 Fix the yml file 2026-04-08 14:48:31 +02:00
Aya Hassan
a3d1a398b8 Merge remote-tracking branch 'origin/python_bindings' into python_bindings 2026-04-07 16:46:54 +02:00
Aya Hassan
61f3a52a95 Add dependency to the requirements 2026-04-07 16:46:13 +02:00
AYAHASSAN287
685c3ac2ba
Merge branch 'master' into python_bindings 2026-04-07 16:38:40 +02:00
Aya Hassan
25be8f5778 Fix minor points 2026-04-07 16:34:37 +02:00
Aya Hassan
adff621038 basic tests added 2026-04-05 23:26:21 +02:00
Aya Hassan
8687bf4107 Add needed helpers 2026-04-04 17:14:30 +02:00
Aya Hassan
b4bc2d83c4 Add last API 2026-04-02 19:55:58 +02:00
Aya Hassan
4cfa132d03 Add thin wrapper layer to be used in tests 2026-04-02 17:43:49 +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.
SMOKE_TEST_STABLE
2026-03-31 04:44:37 +02:00
Aya Hassan
8537de27d3 Ignore third party 2026-03-11 16:03:31 +01:00
Aya Hassan
e43226b963 ignore third paty 2026-03-11 16:00:45 +01:00
Aya Hassan
437b7fc9c7 Add unit test for wrappers 2026-03-10 18:59:54 +01:00
Aya Hassan
b5ef345ea6 Adding wrapper manager modifications 2026-03-08 20:40:53 +01:00
Aya Hassan
66a9f8e162 Merge remote-tracking branch 'origin/master' into python_bindings 2026-03-08 13:40:23 +01:00
AYAHASSAN287
33596417e3
Change report url (#161) 2026-03-02 10:13:56 +01:00
Aya Hassan
6d52d1cf84 Add logos-delivery-python-bindings submodule 2026-02-24 07:11:38 +01:00
AYAHASSAN287
cdb99ebfa6
Adding bandwidth tests (#155)
* Adding bandwidth tests

* Adding more bandwidth tests

* bandwidth &packet reorder

* Add packet loss new test

* comments enhancements

* Fix error in test
2026-02-06 12:50:28 +03:00
Igor Sirotin
eb95fa56d3
chore: update license files to comply with Logos licensing requirements 2026-02-05 15:10:41 +00:00
NagyZoltanPeter
1712117ae8
Handle Relay.publish for zero peers new error answer
Fix test cases where message does not reach relay peer fails due to braking change coming into LMN - when publish would return zero peer instead NoPeersToPublish error is propagated. Fix covers such checks properly. (#157)
2026-01-30 01:17:34 +01:00
AYAHASSAN287
1a140e8473
Fix CI issue (#156)
* Fix CI issue

* rename waku_px_peers_cached to waku_px_peers to match current software

* Fix CI issues

* Fix additional failing tests

* make relay = true
2026-01-29 08:24:35 +02:00
AYAHASSAN287
7b16dd9ddb
Adding first test (#151)
* Adding first test

* Adding more latency tests

* packet loss tests & fix old tests

* Adding packet loss tests

* new patch of packet loss tests

* Making PR ready for review

* remove docker.io from required packages
2026-01-21 17:20:20 +03:00
Fabiana Cecin
d6428af91d
pin interop lmn PR workflow to SMOKE_TEST_STABLE (#148) 2025-12-16 09:22:04 -03:00
Fabiana Cecin
251772b76d
chore: fix two smoke tests to mount both lightpush and relay (#146) 2025-12-16 06:07:12 -03:00
fbarbu15
3bad0ad02e
Chore/repo rename (#145)
* fix readme

* chore: repo rename
2025-12-11 13:44:52 +02:00
fbarbu15
d99cf8e138
Maint/postgres payload size bytes (#144)
* fix readme

* add postgres_payload_size_bytes metric
2025-12-08 13:55:17 +02:00
fbarbu15
b647583a88
Chore/allure report link fix (#143)
* fix readme

* chore: allure report link fix
2025-12-08 11:23:50 +02:00
fbarbu15
c53ccb1335
chore: update readme (#141) 2025-11-21 11:54:38 +02:00
fbarbu15
8c6b3a1653
chore: admin tests fix (#140)
* chore: admin tests fix

* chore: admin tests fix
2025-11-21 11:45:15 +02:00
fbarbu15
26ae0f13f4
chore: fixes and adjustments (#139) 2025-10-08 13:33:24 +03:00
AYAHASSAN287
d764dd392b
Adding store scripts (#135)
* Adding store scripts

* Fix old scripts & add new store stress scripts

* Add filter stress scenarios & store

* Adding last set of tests

---------

Co-authored-by: fbarbu15 <florin@status.im>
2025-09-23 09:38:51 +00:00
fbarbu15
966830acc2
chore: maintenance (#137) 2025-09-17 11:49:01 +03:00
fbarbu15
bb558decb1
chore: fix waku_connected_peers_per_shard metric (#136) 2025-09-03 09:47:57 +03:00
AYAHASSAN287
2fd56d4aa3
work on the rest of tests (#134)
* work on the rest of tests

* Add debug tests

* Add rest debug levels tests

* Add rest APIs tests

* Fix non working tests

* Adding more tests

* Add final set of tests
2025-08-26 14:04:40 +03:00
AYAHASSAN287
9769730bac
Add rest APIs and wrappers (#133)
* Add rest APIs and wrappers

* Add debug / admin tests

* Add more admin tests

* Add fix for review comments
2025-08-14 15:12:47 +03:00
fbarbu15
58fa92e096
chore: shard cpecific metrics (#131) 2025-08-05 18:16:37 +03:00
AYAHASSAN287
037f8f0390
Adding more corner cases (#129)
* Adding more corner cases

* Adding more tests

* Adding more tests

* Final tests added

* Adding mesh test

* Fix failing test on CI
2025-07-17 09:32:28 +03:00
AYAHASSAN287
06041040f3
Add changes to enable sync (#125)
* Add changes to enable sync

* Adding new test

* Make changes to allow store-sync to work

* Checkout the image with the bug fix

* Ad change to make test work

* Adding store-sync test scenarios

* Adding more tests

* Adding new set of tests

* Adding extensive tests

* Make PR ready for review

* revert changes
2025-07-15 11:09:18 +03: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