Conversation
Test-tag: test_snapshot_aggregation Skip-unit-tests: true Test-repeat: 10 Signed-off-by: Ding-Hwa Ho <ding-hwa.ho@hpe.com>
Signed-off-by: Ding-Hwa Ho <ding-hwa.ho@hpe.com>
Signed-off-by: Ding-Hwa Ho <ding-hwa.ho@hpe.com>
Skip-unit-tests: true Skip-fault-injection-test: true Test-tag: test_pool_destroy_with_io Required-githooks: true Signed-off-by: Ding-Hwa Ho <ding-hwa.ho@hpe.com>
…uild_wt_pil4dfs - scons command timeout Skip-unit-tests: true Skip-fault-injection-test: true Required-githooks: true Signed-off-by: Ding-Hwa Ho <ding-hwa.ho@hpe.com>
Skip-unit-tests: true Skip-fault-injection-test: true Required-githooks: true Signed-off-by: Ding-Hwa Ho <ding-hwa.ho@hpe.com>
|
Ticket title is 'dfuse/daos_build_vm.py:DaosBuildVM.test_dfuse_daos_build_wt_pil4dfs - scons command timeout' |
mchaarawi
left a comment
There was a problem hiding this comment.
as i mentioned in the ticket, this should not be increased when VMs is used, but when the il is set
| if run_on_vms: | ||
| build_time += 60 |
There was a problem hiding this comment.
| if run_on_vms: | |
| build_time += 60 | |
| if il_lib is not None:: | |
| build_time += 60 |
There was a problem hiding this comment.
please see the new commit
Skip-unit-tests: true Skip-fault-injection-test: true Required-githooks: true Signed-off-by: Ding-Hwa Ho <ding-hwa.ho@hpe.com>
| dfuse.disable_wb_cache.value = True | ||
| elif cache_mode == 'nocache': | ||
| build_time *= 4 | ||
| if il_lib is not None: |
There was a problem hiding this comment.
The test failing in DAOS-19635 is test_dfuse_daos_build_wt_pil4dfs is which calls run_build_test(self, "nocache", il_lib='libpil4dfs.so', run_on_vms=True), so to only bump the timeout on this test don't we want:
| if il_lib is not None: | |
| if il_lib is 'libpil4dfs.so' and run_on_vms: |
There was a problem hiding this comment.
i don't think this bump should be associated with vm or not.
i think we should bump the timeout by 1hours regardless of VM or HW, cache or no cache.
When il is used (ioil for now is disabled and will stay disabled, so just pil4dfs is fine), we want to bump the timeout.
There was a problem hiding this comment.
since the dfuse build tests are moving to CB, maybe we should just collapse all those tests back into a single .py file and just make them all hw,cb ?
Skip-unit-tests: true Skip-fault-injection-test: true Test-repeat: 10 Required-githooks: true Signed-off-by: Ding-Hwa Ho <ding-hwa.ho@hpe.com>
5708f38
Test-tag: test_snapshot_aggregation Skip-unit-tests: true Test-repeat: 10 Signed-off-by: Ding-Hwa Ho <ding-hwa.ho@hpe.com>
Signed-off-by: Ding-Hwa Ho <ding-hwa.ho@hpe.com>
Signed-off-by: Ding-Hwa Ho <ding-hwa.ho@hpe.com>
Skip-unit-tests: true Skip-fault-injection-test: true Test-repeat: 10 Required-githooks: true Signed-off-by: Ding-Hwa Ho <ding-hwa.ho@hpe.com>
Skip-unit-tests: true Skip-fault-injection-test: true Test-tag: DaosBuild DaosBuildVM Test-repeat: 10 Required-githooks: true Signed-off-by: Ding-Hwa Ho <ding-hwa.ho@hpe.com>
|
Test stage Functional Cluster Box Medium MD on SSD completed with status FAILURE. https://jenkins-3.daos.hpc.amslabs.hpecorp.net//job/daos-stack/job/daos/view/change-requests/job/PR-19077/5/execution/node/1058/log |
Steps for the author:
After all prior steps are complete: