Makito Kano
Makito Kano
### Rank Failure Test Run the following test steps with data protection (rf:1) with RP_3GX and EC_4P2GX object class. 1. Create a pool and a container. Create a container with...
… end of container/multiple_delete.py After 50 iterations of container create, IOR run, container destroy, SCM free space isn’t fully recovered. However, this may be due to the aggregation taking a...
…k subcommands Add dmg check subcommand support to get ready for catastrophic recovery testing. Add --checker option for dmg system start. Add daos_server util class to use daos_server from tests...
ddb needs to run on a server host, but current implementation of `ExecutableCommand` runs the command on the test host, so override `run()` and use `run_pcmd()` so that we can...
After bringing up the network interface, some ranks may become excluded. If that happens, restart the servers and check again. If they're still not joined, fail the test. Skip-unit-tests: true...
Skip-unit-tests: true Skip-fault-injection-test: true Test-tag: test_pool_info_query Required-githooks: true Signed-off-by: Makito Kano ### Before requesting gatekeeper: * [ ] Two review approvals and any prior change requests have been resolved. *...
In pool/svc.py, we stop 0, 1, or 2 ranks based on the expected number of PS replicas. However, there's a limit for the number of ranks we can stop, which...
…ed (#13903) The test, pool/create_all_vm.py test_recycle_pools_vm(), destroyes a pool, then immediately creates another pool. Running this sequence on a VM node intermittently causes an error during create. To resolve this...
In pool_list_consolidation.py and pool_membership.py, the tests verify the feature of the checker after introducing the faults into the files in the mount point. However, in MD-on-SSD cluster, the mount point...
Add the following cmocka tests as Avocado tests. src/tests/simple_array.c src/tests/simple_obj.c src/tests/simple_dfs.c Updated src/tests/SConscript to build them as binary and place them where the Avocado test can access. Created new ftest/api...