atomic-server icon indicating copy to clipboard operation
atomic-server copied to clipboard

Fix flaky tests

Open joepio opened this issue 2 years ago • 0 comments

I want to release, but first the tests need to pass consistently.

Flakyness in tests have two causes:

  1. Commit B can be processed earlier than older commit A
  2. Commit B can be sent after commit A (I think because of useDebounce)

This can cause flaky tests where lots of changes are sent in succession.

joepio avatar Oct 09 '23 12:10 joepio