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

fix: make pipeline succeed #2238

Merged
merged 4 commits into from
Jan 29, 2025

Conversation

weboko
Copy link
Collaborator

@weboko weboko commented Jan 28, 2025

Problem / Description

This PR addresses breaking changes in following PRs and makes CI green:

Solution

Remove not needed tests, update those that should be kept.
Some tests may be skipped for now and enabled back in the follow up PR.


Checklist

  • Code changes are covered by unit tests.
  • Code changes are covered by e2e tests, if applicable.
  • Dogfooding has been performed, if feasible.
  • A test version has been published, if required.
  • All CI checks pass successfully.

@weboko weboko changed the base branch from master to weboko/subscription-manager January 28, 2025 23:45
Copy link

github-actions bot commented Jan 28, 2025

size-limit report 📦

Path Size Loading time (3g) Running time (snapdragon) Total time
Waku node 84.71 KB (0%) 1.7 s (0%) 717 ms (+31.26% 🔺) 2.5 s
Waku Simple Light Node 135.81 KB (0%) 2.8 s (0%) 904 ms (+15.79% 🔺) 3.7 s
ECIES encryption 22.73 KB (0%) 455 ms (0%) 433 ms (+124.24% 🔺) 887 ms
Symmetric encryption 22.23 KB (0%) 445 ms (0%) 427 ms (+125.33% 🔺) 872 ms
DNS discovery 70.75 KB (0%) 1.5 s (0%) 713 ms (+73.72% 🔺) 2.2 s
Peer Exchange discovery 71.68 KB (0%) 1.5 s (0%) 489 ms (+41.54% 🔺) 2 s
Local Peer Cache Discovery 65.28 KB (0%) 1.4 s (0%) 430 ms (+11.37% 🔺) 1.8 s
Privacy preserving protocols 76.51 KB (0%) 1.6 s (0%) 541 ms (-3.48% 🔽) 2.1 s
Waku Filter 78.09 KB (0%) 1.6 s (0%) 622 ms (-3.61% 🔽) 2.2 s
Waku LightPush 75.64 KB (0%) 1.6 s (0%) 954 ms (+42.71% 🔺) 2.5 s
History retrieval protocols 75.59 KB (0%) 1.6 s (0%) 724 ms (+73.34% 🔺) 2.3 s
Deterministic Message Hashing 7.32 KB (0%) 147 ms (0%) 182 ms (+48.37% 🔺) 329 ms

@weboko weboko marked this pull request as ready for review January 29, 2025 16:39
@weboko weboko requested a review from a team as a code owner January 29, 2025 16:39
@weboko weboko merged commit cfb0002 into weboko/subscription-manager Jan 29, 2025
9 of 13 checks passed
@weboko weboko deleted the weboko/update-tests-refactoring branch January 29, 2025 16:39
weboko added a commit that referenced this pull request Jan 29, 2025
* feat: inroduce subscription manager

* fix: make pipeline succeed (#2238)

* fix test

* use hardcoded value

* update playwright

* fix test:browser
weboko added a commit that referenced this pull request Jan 29, 2025
* add message cache to Filter

* remove WakuOptions and use only ProtocolCreateOptions

* move subscribe options to createLightNode Fitler protocol options

* rename SubscriptionManager to Subscription

* rename to CreateNodeOptions

* add warning

* feat: introduce subscription manager (#2202)

* feat: inroduce subscription manager

* fix: make pipeline succeed (#2238)

* fix test

* use hardcoded value

* update playwright

* fix test:browser
weboko added a commit that referenced this pull request Jan 30, 2025
* up lock

* make ConnectionManager use ctor

* reform connection manager configurations

* remove log param from peerManager

* make PeerManager use only ConnectionManager, move getPeers to ConnectionManager, remove not needed code

* remove allPeers and connectedPeers from BaseProtocolCore, update tests, add getPeers for IWaku

* use only one peerManager from Waku object

* remove IBaseProtocolSDK and merge with PeerManager

* re-implement peerManager, remove ProtocolUseOptions

* remove not needed test, up lock

* update deps and lock

* remove old test for peerManager, fix check and spell

* rename to getConnectedPeers

* feat: improve filter subscriptions (#2193)

* add message cache to Filter

* remove WakuOptions and use only ProtocolCreateOptions

* move subscribe options to createLightNode Fitler protocol options

* rename SubscriptionManager to Subscription

* rename to CreateNodeOptions

* add warning

* feat: introduce subscription manager (#2202)

* feat: inroduce subscription manager

* fix: make pipeline succeed (#2238)

* fix test

* use hardcoded value

* update playwright

* fix test:browser

* up lock

* make peer retrieval probabilistic

* add comments

* up lightpush tests

* add tests for peer_manager, improve folder structure

* create named files for protocols

* create named files, simplify project structure

* remove only
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant