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

Task Queue input UAT tests #1

Open
adam-rocska opened this issue Apr 14, 2023 · 1 comment
Open

Task Queue input UAT tests #1

adam-rocska opened this issue Apr 14, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@adam-rocska
Copy link
Owner

A task queue's input queue is processed as soon as we put something into it. That behavior is correct.

As soon as processing starts, the items get popped from it. That is also correct.

Therefore it may seem like it's redundant, but it is not! It serves the purpose of when in a react application a lot of things happen, during, between, before, or after a render for example, things may hang around.
This is why we use the dispatch set action approaches instead of simple setters.

Now, all that said, we should somehow create UAT tests for such cases. I didn't have any ideas yet, but most likely it's trivial.

@adam-rocska adam-rocska added the enhancement New feature or request label Apr 14, 2023
@adam-rocska adam-rocska self-assigned this Apr 14, 2023
@adam-rocska
Copy link
Owner Author

Sure there'll be some nice user tests but not the hairy old fart enterprise bs way. I'll have user tests automated once I get the time to come back to this project.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant