Purpose of this page is to maintain a list of all the tests being skipped in CI testing. Anybody who skips
- If a
...
- test is being skipped in CI this page should be updated.
- If a test is being removed from being skipped in CI, this page should be updated again.
Test | Test Case | Jira Ticket | Comments |
---|---|---|---|
create.py | test_container_create | DAOS-2043 | Skipping only for condition uuidparam[0] == 'NULLPTR |
full_pool_container_create.py | test_no_space_cont_create | DAOS-3142 | |
basic_snapshot.py | test_basic_snapshot | DAOS-2484 | |
open.py | test_container_open | No Ticket | Skipping only for condition test_case == 3 |
name_io.py | test_nvme_io | DAOS-1264 | Skipping for condition ior_param[2] > 67108864 There is an issue with NVMe if Transfer size>64M |
object_integrity.py | test_single_object_validation | DAOS-3208 | |
object_integrity.py | test_array_object_validation | DAOS-3208 | |
create_many_dkeys.py | test_many_dkey | DAOS-1721 | |
rebuild_tests.py | test_simple_rebuild | DAOS-2922 | |
rebuild_tests.py | test_multipool_rebuild | DAOS-2922 | |
bad_connect.py | test_connect | DAOS-3819, DAOS-1781 | DAOS-1781: Skipping a condition connectuuid == 'NULLPTR' |
rebuild_with_io.py | test_rebuild_with_io | DAOS-2922 | |
multi_server_create_delete_test.py | test_create | DAOS-3621 | |
bad_create.py | test_create | DAOS-1991 | Skipping for condition setidlist[0] == 'NULLPTR' |
rebuild_with_ior.py | test_rebuild_with_ior | DAOS-2773 | |
bad_exclude.py | test_exclude | DAOS-1929 DAOS-1931 DAOS-1932 | DAOS-1929: Skipping for condition tgtlist[0] == "NULLPTR" DAOS-1931: Skipping for condition "if not svc == 'VALID'" DAOS-1932: Skipping for condition excludeuuid == 'NULLPTR' and excludeuuid == 'CRAP' |
rebuild_no_cap.py | test_rebuild_no_capacity | DAOS-2845 | |
destroy_rebuild.py | test_destroy_while_rebuilding | DAOS-2723 | |
destroy_tests.py | test_destroy_invalid_uuid | DAOS-2739 | |
destroy_tests.py | test_destroy_wrong_group | DAOS-2742 | |
destroy_tests.py | test_destroy_connected | DAOS-2741 | |
destroy_tests.py | test_destroy_withdata | DAOS-2741 | |
destroy_tests.py | test_destroy_async | DAOS-2742 | |
container_create.py | test_rebuild_container_create | DAOS-3550 | |
io_conf_run.py | test_daos_run_io_conf | DAOS-3866 | |
read_array.py | test_read_array_during_rebuild | DAOS-2676 | |
cascading_failures.py | test_simultaneous_failures | DAOS-3215 | |
cascading_failures.py | test_sequential_failures | DAOS-2469 | |
cascading_failures.py | test_cascading_failures | DAOS-3172 | |
delete_objects.py | test_rebuild_delete_objects | DAOS-3908 | |
delete_objects.py | test_rebuild_delete_records | DAOS-3908 | |
metadata.py | test_metadata_fillup | DAOS-1936 | |
unittest.py | test_eq_tests | DAOS-1763 | |
ior_intercept_multi_client.py | test_ior_intercept_multi_client | DAOS-3449 | Skipping the case of transfer size 512B and 1K |
ior_small.py | test_ior_small | DAOS-3097/3143 | Skipping the case of object class RP_2GX |
...
Some other cases skipped inside util files
File | Test Case | Jira Ticket | Comments |
---|---|---|---|
ior_test_base.py, mdtest_test_base.py | POSIX over multiple client nodes | DAOS-3320 | |
ior_test_base.py | POSIX with 256B transfer size | DAOS-3449 |