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

bug: Unexpected behavior due to relay and filter presence in config-file #2834

Closed
darshankabariya opened this issue Jun 20, 2024 · 0 comments · Fixed by #2835
Closed

bug: Unexpected behavior due to relay and filter presence in config-file #2834

darshankabariya opened this issue Jun 20, 2024 · 0 comments · Fixed by #2835
Assignees
Labels
bug Something isn't working

Comments

@darshankabariya
Copy link
Contributor

darshankabariya commented Jun 20, 2024

In some scenarios, an exception is not thrown when there is an issue with the content topic.

Details:
Expected Behavior: The system should throw an exception whenever there is an issue with the content topic.
Actual Behavior: The system's behavior varies based on the configuration settings of relay and filter.

Scenarios:
Relay is True: An exception is thrown when there is an issue with the content topic.
Relay is False: No exception is thrown even if there is an issue with the content topic.

Combined Case:
When both relay and filter are present in the configuration file and both are set to false, no exception is thrown when there is an issue with the content topic.
However, if only filter is present and set to false, and relay is absent (defaulting to false), an exception is thrown when there is an issue with the content topic.

Contradiction:
If both relay and filter are present and set to false, no exception is thrown.
If only filter is present and set to false (with relay being absent and therefore false), an exception is thrown when there is an issue with the content topic.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant