Łukasz Stolarczuk

Results 122 comments of Łukasz Stolarczuk

Hi, I can see in the btree.c that the key type is `int64_t`, so I'm guessing "test*" strings are not properly matched to that type. I tested this example with...

Hi, while opening an existing pool we check if the info about pool (stored in its header) is compatible with the currently used PMDK version (a **major**). For example, we...

@kmalek-int, do we have any update on this?

It still fails with the same error ``` ../../src/../src/common/os_posix.c:281:9: error: return makes pointer from integer without a cast [-Werror=int-conversion] return secure_getenv(name); ^~~~~~~~~~~~~~~~~~~ ```

@seghcder, as for testing in CI we do check various C++ standards - https://github.com/pmem/libpmemobj-cpp/blob/master/utils/docker/run-build.sh#L216 is it important for you to validate on latest OneTBB?

Thanks for all the info! > We just need to see what compilers are supported in RHEL/CentOS I think Igor's comment mentioned RHEL/CentOS because they always "lagged" the most with...

I believe it occurs only sometimes. It failed on our "long linux tests" group on Fedora (spec as described by Maciej above). I ran it again on the same machine...

Marcin, please verify and report bug on external issue tracker

@TUTanaya, can you please paste the whole CMake and make output?