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: adds timeout to the destination connection request in proxy #1680

Merged
merged 3 commits into from
Mar 12, 2024

Commits on Mar 11, 2024

  1. fix: redirect dns calls by configuring nsswitch config file in linux

    linux distros like fedora uses systemd-resolve for dns resolution which makes unix socket with the application due to which keploy is not able to redirect them to proxy in test mode. This results in test failure. This is handled by editing the nsswitch.conf of /etc in linux to not use resolve in test mode
    
    Signed-off-by: re-Tick <jain.ritik.1001@gmail.com>
    re-Tick committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    fafc81d View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. Configuration menu
    Copy the full SHA
    2a38f7e View commit details
    Browse the repository at this point in the history
  2. fix: adds timeout to the destination cnnection request in proxy

    Signed-off-by: re-Tick <jain.ritik.1001@gmail.com>
    re-Tick committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    566591c View commit details
    Browse the repository at this point in the history