-
Notifications
You must be signed in to change notification settings - Fork 0
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-16660 No error message on intentional pmemobj transaction abort #43
Conversation
3b125fc
to
0605844
Compare
83592fc
to
462db38
Compare
It also fixes: DAOS-16758 - Unnecessary warning: "Cannot find any matching device, no bad blocks found" for non-pmem HW Skip-list: test_ior_intercept_libpil4dfs:DAOS-16260 Skip-list-release/2.6: test_daos_rebuild_ec:DAOS-16171 test_daos_rebuild_ec:DAOS-14982 Skip-list-master: test_daos_degraded_ec:DAOS-16503 test_dfuse_daos_build_wt_pil4dfs:DAOS-16732 Cancel-prev-build=false Allow-unstable-test: true Signed-off-by: Tomasz Gromadzki <[email protected]>
462db38
to
890f16d
Compare
Skip-list: test_ior_intercept_libpil4dfs:DAOS-16260 CartRpcOneNodeSwimNotificationOnRankEvictionTest:DAOS-15989 Skip-list-release/2.6: test_daos_rebuild_ec:DAOS-16171 test_daos_rebuild_ec:DAOS-14982 Skip-list-master: test_daos_degraded_ec:DAOS-16503 test_dfuse_daos_build_wt_pil4dfs:DAOS-16732 Cancel-prev-build=false Allow-unstable-test: true Signed-off-by: Tomasz Gromadzki <[email protected]>
Skip-list: test_ior_intercept_libpil4dfs:DAOS-16260 CartRpcOneNodeSwimNotificationOnRankEvictionTest:DAOS-15989 test_dfuse_daos_build_wt_pil4dfs:DAOS-16732 Skip-list-release/2.6: test_daos_rebuild_ec:DAOS-16171 test_daos_rebuild_ec:DAOS-14982 Skip-list-master: test_daos_degraded_ec:DAOS-16503 Allow-unstable-test: true Signed-off-by: Tomasz Gromadzki <[email protected]>
All tests have passed on: |
Nice. @grom72 Latest master test run failed in |
@grom72 Any thoughts on my previous question? |
Test-master-branch: grom72/pmdk-w-logging skip NLT tests for full HW validation Skip-NLT: true Skip-list: test_ior_intercept_libpil4dfs:DAOS-16260 CartRpcOneNodeSwimNotificationOnRankEvictionTest:DAOS-15989 test_dfuse_daos_build_wt_pil4dfs:DAOS-16732 Skip-list-release/2.6: test_daos_rebuild_ec:DAOS-16171 test_daos_rebuild_ec:DAOS-14982 Skip-list-master: test_daos_degraded_ec:DAOS-16503 Allow-unstable-test: true Priority: 2 Signed-off-by: Tomasz Gromadzki <[email protected]>
Test-master-branch: grom72/pmdk-w-logging skip NLT tests for full HW validation Skip-NLT: true Skip-list: test_ior_intercept_libpil4dfs:DAOS-16260 CartRpcOneNodeSwimNotificationOnRankEvictionTest:DAOS-15989 test_dfuse_daos_build_wt_pil4dfs:DAOS-16732 Skip-list-release/2.6: test_daos_rebuild_ec:DAOS-16171 test_daos_rebuild_ec:DAOS-14982 Skip-list-master: test_daos_degraded_ec:DAOS-16503 test_dfuse_daos_build_wt_il:SRE-471 Allow-unstable-test: true Priority: 2 Signed-off-by: Jan Michalski <[email protected]>
Test-master-branch: grom72/pmdk-w-logging skip NLT tests for full HW validation Skip-NLT: true Skip-list: test_ior_intercept_libpil4dfs:DAOS-16260 CartRpcOneNodeSwimNotificationOnRankEvictionTest:DAOS-15989 Skip-list-release/2.6: test_daos_rebuild_ec:DAOS-16171 test_daos_rebuild_ec:DAOS-14982 Skip-list-master: test_dfuse_daos_build_wt_il:SRE-471 Allow-unstable-test: true Priority: 2 Signed-off-by: Tomasz Gromadzki <[email protected]>
Test-master-branch: grom72/pmdk-w-logging Skip NLT tests for full HW validation Skip-NLT: true Skip-list: test_ior_intercept_libpil4dfs:DAOS-16260 CartRpcOneNodeSwimNotificationOnRankEvictionTest:DAOS-15989 Skip-list-release/2.6: test_daos_rebuild_ec:DAOS-16171 test_daos_rebuild_ec:DAOS-14982 Skip-list-master: test_dfuse_daos_build_wt_il:SRE-471 Allow-unstable-test: true Priority: 2 Signed-off-by: Tomasz Gromadzki <[email protected]>
Test-master-branch: grom72/pmdk-w-logging Skip NLT tests for full HW validation Skip-NLT: true Skip-list: test_ior_intercept_libpil4dfs:DAOS-16260 CartRpcOneNodeSwimNotificationOnRankEvictionTest:DAOS-15989 Skip-list-release/2.6: test_daos_rebuild_ec:DAOS-16171 test_daos_rebuild_ec:DAOS-14982 Skip-list-master: test_dfuse_daos_build_wt_il:SRE-471 Allow-unstable-test: true Priority: 2 Signed-off-by: Tomasz Gromadzki <[email protected]>
Test-master-branch: grom72/pmdk-w-logging skip NLT tests for full HW validation Skip-NLT: true Skip-list: test_ior_intercept_libpil4dfs:DAOS-16260 CartRpcOneNodeSwimNotificationOnRankEvictionTest:DAOS-15989 Skip-list-release/2.6: test_daos_rebuild_ec:DAOS-16171 test_daos_rebuild_ec:DAOS-14982 Skip-list-master: test_dfuse_daos_build_wt_il:SRE-471 Allow-unstable-test: true Priority: 2 Signed-off-by: Tomasz Gromadzki <[email protected]>
This reverts commit 132df66. Doc-only: true Signed-off-by: Tomasz Gromadzki <[email protected]>
All required tests pass: |
There are a few unnecessary warning messages generated by libpmemobj, which may cause misinterpretation of library behavior.
They are already disabled in the PMDK:
pmem/pmdk#6127
pmem/pmdk#6117