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

feat: fallBackOnMiss should be implemented in all the parsers #1839

Open
gouravkrosx opened this issue Apr 19, 2024 · 0 comments · May be fixed by #1889
Open

feat: fallBackOnMiss should be implemented in all the parsers #1839

gouravkrosx opened this issue Apr 19, 2024 · 0 comments · May be fixed by #1889

Comments

@gouravkrosx
Copy link
Member

  • fallBackOnMiss is a flag used to enable passthrough( connecting to the actual destination service) if no mocks are found for a particular request during test mode.
  • Since connecting to the real service in test mode may cause weird behaviors in matching for further requests, so to avoid this it should be by default false, currently only the HTTP parser has this option.
  • It should be implemented across all the parsers.
  • Ref:
    FallBackOnMiss bool `json:"fallBackOnMiss" yaml:"fallBackOnMiss" mapstructure:"fallBackOnMiss"`
@khareyash05 khareyash05 linked a pull request May 22, 2024 that will close this issue
5 tasks
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 a pull request may close this issue.

1 participant