Replies: 1 comment 4 replies
-
@vicvicg The shm-test is understandable to fail since it depends on system configuration for SHM. The other two should not be flaky. Can you share more details on the failures for those two. Also looping in @agordon for any additional pointers. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When running CacheLib tests following the instructions (https://cachelib.org/docs/installation/testing), we get different test pass rates depending on the environment, some test failures seem to be intermittent, and we haven’t seen 100% pass rate. Is there a recommended system set up and subset of tests that we can use as an acceptance criteria for code changes?
Our best result:
docker based on centos8, 3 tests failed:
allocator-test-NvmCacheTests
common-test-TimeTests
shm-test-test_page_size
We can share more details if needed.
Beta Was this translation helpful? Give feedback.
All reactions