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

Configure relayers to watch only channels associated with an individual test #2 #6634

Closed
3 tasks
chatton opened this issue Jun 18, 2024 · 0 comments · Fixed by #6685
Closed
3 tasks

Configure relayers to watch only channels associated with an individual test #2 #6634

chatton opened this issue Jun 18, 2024 · 0 comments · Fixed by #6685
Assignees
Labels
Milestone

Comments

@chatton
Copy link
Contributor

chatton commented Jun 18, 2024

Summary

Depends on #6629

In order to be able to run tests in parallel, we need to be able to ensure a relayer in a test is only watching events on a specific channel / test.

In order to do this for hermes, we can configure packet filtering ref.

In our tests, we would need to modify the config file before starting the relayer. The config struct in interchaintest is here

It may need to be updated to have these new fields.

It may be possible instead to perform a raw modification of the bytes of the config file without depending on a struct with this function.


For Admin Use

  • Not duplicate issue
  • Appropriate labels applied
  • Appropriate contributors tagged/assigned
@chatton chatton added the e2e label Jun 18, 2024
@chatton chatton added this to the v9.0.0 milestone Jun 18, 2024
@chatton chatton self-assigned this Jun 19, 2024
@chatton chatton changed the title Configure relayers to watch only channels associated with an individual test Configure relayers to watch only channels associated with an individual test #2 Jun 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant