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

Test invalid submissions are safely discarded #460

Open
spbnick opened this issue Aug 23, 2023 · 0 comments
Open

Test invalid submissions are safely discarded #460

spbnick opened this issue Aug 23, 2023 · 0 comments

Comments

@spbnick
Copy link
Collaborator

spbnick commented Aug 23, 2023

We just hit the same problem again with submissions: invalid I/O messages block the whole submission queue, because the kcidb_load_queue function throws an exception trying to load invalid data into the database. This shouldn't happen, and is being fixed, but we need a test that will prevent this from happening again.

The test should submit a message failing validation to the submission queue, followed (after a delay) by valid messages. The invalid message shouldn't make it, but the valid messages should.

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

1 participant