DLTcollab / tangle-accelerator

Accelerate IOTA transactions by caching API requests and redirecting to faster alternatives
MIT License
23 stars 16 forks source link

fix(tests): Fix the issues regression test hangs #748

Closed howjmay closed 3 years ago

howjmay commented 4 years ago

Regression tests were hanging since sometimes the file of UNIX domain socket may exist. The existence of UNIX domain socket may be caused by tangle-accelerator didn't be successfully terminated. Sometimes regression tests were cancelled or failed, in these cases tangle-accelerator may not be terminated, and the port has been used by this hanging tangle-accelerator. We may use docker to solve this issue