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-16167 test: update soak test to use internal job scheduler #14817 #14775 #15172

Closed

Commits on Sep 9, 2024

  1. DAOS-16447 test: set D_IL_REPORT per test (#15012)

    set D_IL_REPORT per test instead of setting defaults values in
    utilities. This allows running without it set.
    
    Features: IoctlPoolHandles IoSysAdmin performance ior dfuse soak_smoke
    Skip-unit-tests: true
    Skip-fault-injection-test: true
    
    Required-githooks: true
    
    Signed-off-by: Dalton Bohning <dalton.bohning@intel.com>
    daltonbohning committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    a8f107d View commit details
    Browse the repository at this point in the history
  2. DAOS-16446 test: HDF5-VOL test - Set object class and container prope… (

    #15004) #15098
    
    In HDF5, DFS, MPIIO, or POSIX, object class and container properties are defined
    during the container create. If it’s DFS, object class is also set to the IOR
    parameter. However, in HDF5-VOL, object class and container properties are
    defined with the following environment variables of mpirun.
    
    HDF5_DAOS_OBJ_CLASS (Object class)
    HDF5_DAOS_FILE_PROP (Container properties)
    
    The infrastructure to set these variables are already there in run_ior_with_pool().
    In file_count_test_base.py, pass in the env vars to run_ior_with_pool(env=env) as a
    dictionary. Object class is the oclass variable. Container properties can be
    obtained from self.container.properties.value.
    
    This fix is discussed in PR #14964.
    
    Skip-unit-tests: true
    Skip-fault-injection-test: true
    Skip-func-hw-test-medium-md-on-ssd: false
    Test-tag: test_io_sys_admin test_largefilecount test_smallfilecount
    Required-githooks: true
    
    Signed-off-by: Makito Kano <makito.kano@intel.com>
    shimizukko authored and daltonbohning committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    ea2b4da View commit details
    Browse the repository at this point in the history
  3. wip: more support for sudo-less client

    Required-githooks: true
    
    Signed-off-by: Dalton Bohning <dalton.bohning@intel.com>
    daltonbohning committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    2a8b7e2 View commit details
    Browse the repository at this point in the history
  4. export daos-related envs in run_remote

    Skip-test: true
    Skip-build: true
    
    Signed-off-by: Dalton Bohning <dalton.bohning@intel.com>
    daltonbohning committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    3e31630 View commit details
    Browse the repository at this point in the history
  5. export daos-related envs in soak clush dfuse

    Skip-build: true
    
    Signed-off-by: Dalton Bohning <dalton.bohning@intel.com>
    daltonbohning committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    856ef88 View commit details
    Browse the repository at this point in the history
  6. update agent_failure to run journalctl as user

    Skip-test: true
    Skip-build: true
    
    Signed-off-by: Dalton Bohning <dalton.bohning@intel.com>
    daltonbohning committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    ad5ab12 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. DAOS-16076 test: Automate dmg scale test to be run on Aurora (#14616) #…

    …15126
    
    Skip-test: true
    Skip-build: true
    
    Steps:
    1. Format storages
    2. System query
    3. Create a 100% pool that spans all engines
    4. Pool query
    5. Pool destroy
    6. Create 49 pools spanning all the engines with each pool using a 1/50th of the capacity
    7. Pool list
    8. Get around 80 pool metrics
    9. Destroy all 49 pools
    10. System stop
    11. System start
    
    Skip-unit-tests: true
    Skip-fault-injection-test: true
    Signed-off-by: Makito Kano <makito.kano@intel.com>
    Signed-off-by: Dalton Bohning <dalton.bohning@intel.com>
    shimizukko authored and daltonbohning committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    6281c95 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. DAOS-16550 test: use correct stonewall file with mdtest (#15109)

    Use a dynamic stonewall file with mdtest instead of hardcoded path.
    
    Skip-test: true
    Skip-build: true
    
    Signed-off-by: Dalton Bohning <dalton.bohning@intel.com>
    daltonbohning committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    c2651bc View commit details
    Browse the repository at this point in the history
  2. DAOS-16460 test: Improve get_service_file() (#15116) #15121

    Handle unexpected output when parsing the systemctl service file.
    
    Skip-test: true
    Skip-build: true
    
    Signed-off-by: Phil Henderson <phillip.henderson@intel.com>
    Signed-off-by: Dalton Bohning <dalton.bohning@intel.com>
    phender authored and daltonbohning committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    f2600a4 View commit details
    Browse the repository at this point in the history
  3. DAOS-623 test: Support running independent io sys admin steps (#15134)

    Support running independent io sys admin steps from the yaml.
    
    Skip-test: true
    Skip-build: true
    
    Signed-off-by: Dalton Bohning <dalton.bohning@intel.com>
    daltonbohning committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    81d68e2 View commit details
    Browse the repository at this point in the history
  4. DAOS-16590 test: misc ftest/performance updates #15144

    - Add variants for mdtest with RP_3G1
    - Update ec cell size to 1MiB
    
    Skip-test: true
    Skip-build: true
    
    Required-githooks: true
    
    Signed-off-by: Dalton Bohning <dalton.bohning@intel.com>
    daltonbohning committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    abb20a9 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. DAOS-16167 test: include DAOS-1617 in aurora/2.6

    Signed-off-by: Maureen Jean <maureen.jean@intel.com>
    mjean308 committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    6e7003b View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. more changes for down nodes

    Signed-off-by: Maureen Jean <maureen.jean@intel.com>
    mjean308 committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    184aebb View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2024

  1. add logging when job is cancelled

    Signed-off-by: Maureen Jean <maureen.jean@intel.com>
    mjean308 committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    ba5eee1 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. fix logging

    Signed-off-by: Maureen Jean <maureen.jean@intel.com>
    mjean308 committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    8965f54 View commit details
    Browse the repository at this point in the history
  2. DAOS-15914: crt_reply_send_input_free()

    - New crt_reply_send_input_free() API added which releases input buffer right
      after HG_Respond() instead of waiting until the handle is destroyed.
    
    - srv_obj.c calls changed to use new crt_reply_send_input_free()
    
    Required-githooks: true
    
    Signed-off-by: Alexander A Oganezov <alexander.a.oganezov@intel.com>
    frostedcmos authored and mjean308 committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    6c48981 View commit details
    Browse the repository at this point in the history
  3. DAOS-15914: I/O context takes refcount on RPC

    - I/O context takes refcount on RPC
    - only release input buffer for target update
    
    Signed-off-by: Liang Zhen <liang.zhen@intel.com>
    gnailzenh authored and mjean308 committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    54ef5e1 View commit details
    Browse the repository at this point in the history
  4. DAOS-15914: release input buffer earlier for dtx commit

    Signed-off-by: Liang Zhen <liang.zhen@intel.com>
    gnailzenh authored and mjean308 committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    7c11906 View commit details
    Browse the repository at this point in the history