lightninglabs / neutrino

Privacy-Preserving Bitcoin Light Client
MIT License
894 stars 182 forks source link

Sync_test sensitive to flow of control. #287

Closed Chinwendu20 closed 11 months ago

Chinwendu20 commented 11 months ago

Is it my experience alone that the sync_test is sensitive to flow of control. For example (note this is not unique to this process alone), I added a step to clone request in the query package but the "check long-running rescan results" times out. Adding a line of fmt.Println to debug, the test passes.

Any idea, on how we can go about this?