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

Attempt to fix race conditions leading to the "Loading from URL" test sometimes failing #1784

Merged
merged 3 commits into from
Apr 24, 2024

Conversation

zb3
Copy link
Contributor

@zb3 zb3 commented Apr 5, 2024

Due to the use of debounce inside the inputChange function, input changes might sometimes be overwritten.. This PR is an attempt to fix the issue, it makes the test pass on my machine, albeit I'm not sure it fixes the underlying problem..

See #1773 for more of my "analysis"..

zb3 added 3 commits April 5, 2024 18:48
Otherwise the debounce logic sometimes causes the input to be overriden by the previous value.
Silent input changes might be overwritten due to the debounce logic present inside inputChange.
@n1474335 n1474335 merged commit 29efd77 into gchq:master Apr 24, 2024
4 checks passed
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

Successfully merging this pull request may close these issues.

2 participants