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/store_test: get rid off assert_death. #53154

Merged
merged 1 commit into from Jan 22, 2024

Conversation

ifed01
Copy link
Contributor

@ifed01 ifed01 commented Aug 25, 2023

Looks like death assertions aren't 100% reliable and might cause deadlock sometimes.
Hence getting rid of them and enabling optional sending exception from *Store::queue_transaction()

Fixes: https://tracker.ceph.com/issues/61193

Signed-off-by: Igor Fedotov igor.fedotov@croit.io

Contribution Guidelines

Checklist

  • Tracker (select at least one)
    • References tracker ticket
    • Very recent bug; references commit where it was introduced
    • New feature (ticket optional)
    • Doc update (no ticket needed)
    • Code cleanup (no ticket needed)
  • Component impact
    • Affects Dashboard, opened tracker ticket
    • Affects Orchestrator, opened tracker ticket
    • No impact that needs to be tracked
  • Documentation (select at least one)
    • Updates relevant documentation
    • No doc update is appropriate
  • Tests (select at least one)
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

Looks like death assertions aren't 100% reliable and might cause
deadlock sometimes.
Hence getting rid of them and enabling optional sending exception from
*Store::queue_transaction()

Fixes: https://tracker.ceph.com/issues/61193

Signed-off-by: Igor Fedotov <igor.fedotov@croit.io>
@ifed01
Copy link
Contributor Author

ifed01 commented Aug 25, 2023

jenkins test api

@ifed01 ifed01 added the needs-qa label Dec 1, 2023
@yuriw
Copy link
Contributor

yuriw commented Jan 10, 2024

@ifed01 I suspect this PR broke the build:

https://jenkins.ceph.com/job/ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos8,DIST=centos8,MACHINE_SIZE=gigantic/75654//consoleFull

build/ARCH/x86_64/AVAILABLE_ARCH/x86_64/AVAILABLE_DIST/centos8/DIST/centos8/MACHINE_SIZE/gigantic/release/19.0.0-625-g42d98088/rpm/el8/BUILD/ceph-19.0.0-625-g42d98088/src/os/bluestore/BlueStore.cc: In member function ‘void BlueStore::Blob::finish_write(uint64_t)’:
/home/jenkins-build/build/workspace/ceph-dev-new-build/ARCH/x86_64/AVAILABLE_ARCH/x86_64/AVAILABLE_DIST/centos8/DIST/centos8/MACHINE_SIZE/gigantic/release/19.0.0-625-g42d98088/rpm/el8/BUILD/ceph-19.0.0-625-g42d98088/src/os/bluestore/BlueStore.cc:2935:22: error: ‘coll’ was not declared in this scope; did you mean ‘cosl’?
2935 | #define dout_context coll->store->cct
| ^~~~

@yuriw
Copy link
Contributor

yuriw commented Jan 10, 2024

maybe this #53565

@yuriw yuriw merged commit 4bc0226 into ceph:main Jan 22, 2024
10 of 12 checks passed
@ifed01 ifed01 deleted the wip-ifed-no-death-tests branch January 22, 2024 16:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
6 participants