keploy / keploy

Test generation for Developers. Generate tests and stubs for your application that actually work!
https://keploy.io
Apache License 2.0
3.37k stars 374 forks source link

fix: fixes dns problem to redirect them to proxy in test mode #1850

Closed re-Tick closed 3 weeks ago

re-Tick commented 3 weeks ago

Related Issue

Closes: #[issue number that will be closed through this PR]

Describe the changes you've made

the eBPF code is dependent on the mode of keploy which is recieved from the user space code. But after the re-factor there were changes regarding the deprecation of the global mode state. Due to which the user space code is not sending the mode to eBPF code.

Type of change

Please let us know if any test cases are added

Please describe the tests(if any). Provide instructions how its affecting the coverage.

Describe if there is any unusual behaviour of your code(Write NA if there isn't)

A clear and concise description of it.

Checklist:

gouravkrosx commented 3 weeks ago

@re-Tick Failing of java linux pipeline is not related to the code changes, Merging this PR because of its urgency.