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

WIP: Fix the results propagation concurrent test #1072

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

GeoffreyHuck
Copy link
Contributor

@GeoffreyHuck GeoffreyHuck commented May 10, 2024

Issue: #1067

What the test does

  • Launch the result propagation concurrently 30 times
  • Note: the result propagation takes a lock with SELECT GET_LOCK("listener_propagate", 10 seconds), with a timeout of 10s, to make sure it's never running concurrently.

Problem

The whole test runs in 1s in my local environment, but on CircleCI, it takes longer than the timeout of 10s, so it fails.
image

Failed
result_store_integration_test.go:99: 
    result_store_integration_test.go:99: 
    result_store_integration_test.go:99: 
    result_store_integration_test.go:99: 
    result_store_integration_test.go:99: 
    result_store_integration_test.go:99: 
    result_store_integration_test.go:99: 
    ... 
    result_store_integration_test.go:99:

@see #1067

Signed-off-by: Geoffrey Huck <[email protected]>
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.

1 participant