Skip to content

rego: don't run leaktest checks in a parallel test - #9176

Merged
anderseknert merged 1 commit into
open-policy-agent:mainfrom
sspaink:fix-rego-wasm-leaktest-parallel
Sep 9, 2026
Merged

rego: don't run leaktest checks in a parallel test#9176
anderseknert merged 1 commit into
open-policy-agent:mainfrom
sspaink:fix-rego-wasm-leaktest-parallel

Conversation

@sspaink

@sspaink sspaink commented Sep 8, 2026

Copy link
Copy Markdown
Member

leaktest inspects process-wide goroutines, so running this test in parallel let it report another test's goroutines as leaks.

This should fix this flaky failure: https://github.com/open-policy-agent/opa/actions/runs/34274967383/job/102226929099

leaktest inspects process-wide goroutines, so running this test in parallel
let it report another test's goroutines as leaks.

Signed-off-by: Sebastian Spaink <sebastianspaink@gmail.com>
@anderseknert
anderseknert merged commit a396cec into open-policy-agent:main Sep 9, 2026
42 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