Łukasz Stolarczuk

Results 79 issues of Ł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...

validation

## 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 ``` ##...

Type: Bug
Priority: 2 high
validation

## 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...

Type: Bug
Priority: 4 low

## 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...

Type: Bug
Priority: 4 low

## 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....

Type: Feature
Priority: 4 low
validation

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...

Type: Feature
validation

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...

Type: Bug

ref. to #460 - that PR fixes the root cause, but does not provide any test

Type: Bug
Type: Feature
Priority: 4 low

We may use errormsg in config's tests, to print output/error message in case of failed assert. Related to #434.

Type: Feature

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...

Type: Bug
Priority: 4 low
stree