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

DAOS-16499 tests: Debug smoke #15163

Draft
wants to merge 4 commits into
base: master
Choose a base branch
from
Draft

DAOS-16499 tests: Debug smoke #15163

wants to merge 4 commits into from

Commits on Sep 27, 2024

  1. DAOS-14679 gurt: Introduce d_vec

    Introduce a simple type-checked vector template to gurt. See
    D_VEC_DECLARE and D_VEC_DEFINE for its usage.
    
    Signed-off-by: Li Wei <wei.g.li@intel.com>
    Required-githooks: true
    liw committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    fb94a94 View commit details
    Browse the repository at this point in the history
  2. DAOS-14679 pool: Debug ds_pool_child refs

    Introduce a non-production reference tracker mechanism for debugging
    reference counting problems. See d_ref_tracker. Use this new mechanism
    for ds_pool_child.
    
    This tracking is only compiled in for non-release builds; there should
    be no performance or memory overhead for release builds.
    
    Signed-off-by: Li Wei <wei.g.li@intel.com>
    Required-githooks: true
    liw committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    4b85d42 View commit details
    Browse the repository at this point in the history
  3. DAOS-14679 pool: Debug ds_pool refs

    Use d_ref_tracker on ds_pool.
    
    Signed-off-by: Li Wei <wei.g.li@intel.com>
    Required-githooks: true
    liw committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    113fb73 View commit details
    Browse the repository at this point in the history
  4. DAOS-16499 tests: Debug smoke

    Test-tag: soak_smoke
    Test-repeat: 5
    Doc-only: false
    Skip-unit-tests: true
    Skip-fault-injection-test: true
    Skip-test-centos-rpms: true
    Allow-unstable-test: true
    Signed-off-by: Li Wei <wei.g.li@intel.com>
    Required-githooks: true
    liw committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    df2009b View commit details
    Browse the repository at this point in the history