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

rgw/http: check 'done' under mutex #57632

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

Conversation

cbodley
Copy link
Contributor

@cbodley cbodley commented May 22, 2024

fix a potential date race with finish() by checking the 'done' flag under the mutex in wait()

Show available Jenkins commands
  • jenkins retest this please
  • jenkins test classic perf
  • jenkins test crimson perf
  • jenkins test signed
  • jenkins test make check
  • jenkins test make check arm64
  • jenkins test submodules
  • jenkins test dashboard
  • jenkins test dashboard cephadm
  • jenkins test api
  • jenkins test docs
  • jenkins render docs
  • jenkins test ceph-volume all
  • jenkins test ceph-volume tox
  • jenkins test windows
  • jenkins test rook e2e

fix a potential date race with finish() by checking the 'done' flag
under the mutex in wait()

Signed-off-by: Casey Bodley <cbodley@redhat.com>
@yuvalif
Copy link
Contributor

yuvalif commented May 22, 2024

it could be that the failures are a test issue after all. see: #57638

@yuvalif yuvalif mentioned this pull request May 25, 2024
14 tasks
@yuvalif yuvalif added TESTED and removed needs-qa labels May 28, 2024
@yuvalif
Copy link
Contributor

yuvalif commented May 28, 2024

jenkins test windows

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants