keploy / keploy

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

[bug]: do not log any error while reading from client if app is closed. #1902

Open gouravkrosx opened 4 months ago

gouravkrosx commented 4 months ago

Is there an existing issue for this?

Current behavior

Steps to reproduce

  1. Record some test cases and mocks for your application.
  2. During test mode, abruptly close the application by sending SIGKILL or SIGTERM to the app PGID.
  3. You will see errors.

Environment

None

Version

Local

Repository

keploy

shreyashrpawar commented 3 months ago

I would like to work on this issue for KROC

Swpn0neel commented 3 months ago

I would like to work on this issue for KROC

What's your approach to solve this issue?