Łukasz Stolarczuk
Łukasz Stolarczuk
perhaps we should add some "fuzzy" tests, doing random operations on our kv database. There are multiple choices for that; some of them include: - the actual fuzzy testing framework...
## Please provide a reproduction of the bug: run tests on devdax path, e.g.: ```sh pmemkv/build # cmake .. -DTEST_DIR=/dev/dax0.0 # make tests # ctest -R cmap__put_get_remove__default_0_none --output-on-failure ``` ##...
## Please provide a reproduction of the bug: If compile our examples standalone (which require pmemkv and it requires tbb) and tbb package is delivered without pkg-config file (*.pc) it...
## Environment Information pmemkv downloaded as a zip, e.g. from github ## Actual behavior: `VERSION` variable is not set, hence `make package` will create a package with empty "version=" parameter...
## Rationale We want to ~~test all examples in the CI and~~ make sure CMake file for each example is proper. ## Description Make use of "per example CMake" (e.g....
We want to enable LGMT builds scans, to ensure good quality of code and no security issues. It's required to follow e.g. these instructions: https://lgtm.com/help/lgtm/requesting-test-build-project We have to create yml...
Consider example: - I create a testfile for engine cmap - I now try to create a testfile (within the same path) e.g. for engine radix, with `create_if_missing` flag set...
ref. to #460 - that PR fixes the root cause, but does not provide any test
We may use errormsg in config's tests, to print output/error message in case of failed assert. Related to #434.
Currently this is a list of failing tests: ``` The following tests FAILED: 456 - TreeFullTest.OutOfSpace1Test (Failed) 457 - TreeFullTest.OutOfSpace2aTest (Failed) 458 - TreeFullTest.OutOfSpace2bTest (Failed) 459 - TreeFullTest.OutOfSpace3aTest (Failed) 460...