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

issue with Retrieving Stored Messages on Pubsub Topic for Shard 8 #44

Open
AYAHASSAN287 opened this issue Feb 27, 2025 · 0 comments
Open

Comments

@AYAHASSAN287
Copy link
Collaborator

Issue Description

While running the test TestStoredMessagesWithDifferentPubsubTopics, the last pubsub topic, which belongs to shard 8, does not work as expected. Messages published on this topic are not being retrieved when querying stored messages from the node.

Expected Behavior

  • Messages published to all pubsub topics in the test should be successfully stored and retrieved when queried.
  • The test should pass without errors, confirming that all topics, including shard 8 (/waku/2/rs/3/8), function correctly.

Observed Behavior

  • Messages published on the last topic (/waku/2/rs/3/8) are not being stored or retrieved.
  • The test fails when querying messages from this topic.
  • Other topics (shards 0–7) work as expected.

Steps to Reproduce

  1. Run the test TestStoredMessagesWithDifferentPubsubTopics in store_test.go:
    go test -run TestStoredMessagesWithDifferentPubsubTopics
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

No branches or pull requests

1 participant