Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix flaky tests #675

Open
joepio opened this issue Oct 9, 2023 · 0 comments
Open

Fix flaky tests #675

joepio opened this issue Oct 9, 2023 · 0 comments
Assignees

Comments

@joepio
Copy link
Member

joepio commented Oct 9, 2023

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 joepio self-assigned this Oct 9, 2023
@joepio joepio changed the title Fix flaky tests + release Fix flaky tests Oct 23, 2023
@joepio joepio removed their assignment Nov 13, 2023
Polleps added a commit that referenced this issue Nov 13, 2023
@joepio joepio assigned joepio and unassigned Polleps Nov 20, 2023
Polleps added a commit that referenced this issue Nov 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants