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

server: Add test case for bundle update - query API handler scenario #6251

Merged

Conversation

ashutosh-narkar
Copy link
Member

This test case exercises the scenario when a bundle is being written to the store (ie. active write transaction) and the OPA server handling a policy eval request at the same time. The former should not block the later.

Fixes: #4792

This test case exercises the scenario when a bundle is being written
to the store (ie. active write transaction) and the OPA server handling
a policy eval request at the same time. The former should not block
the later.

Fixes: open-policy-agent#4792

Signed-off-by: Ashutosh Narkar <anarkar4387@gmail.com>
Copy link
Contributor

@johanfylling johanfylling left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@ashutosh-narkar ashutosh-narkar merged commit 974586e into open-policy-agent:main Sep 27, 2023
24 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.

Add server test case for the bundle update - query API handler scenario
2 participants