keploy / keploy

Test generation for Developers. Generate tests and stubs for your application that actually work!

Home Page:https://keploy.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[bug]: race condition in keploy record

shivamsouravjha opened this issue · comments

Is there an existing issue for this?

  • I have searched the existing issues

Current behavior

  • testCount is concurrently written and read in case of keploy record.

Steps to reproduce

  • Build the binary with go build -race -tags=viper_bind_struct -o keploybin . && sudo mv keploybin /usr/local/bin/keploybin
  • Try running express-mongoose in record.
  • While closing race condition occurs

Environment

None

Version

Cloud

Repository

keploy

Hi! May I give this a try?

sure @dxtym you can work on the issue!