- Jan 27, 2020
-
-
Szymon Romik authored
Add more defrag tests
-
Łukasz Stolarczuk authored
-
Łukasz Stolarczuk authored
-
Szymon Romik authored
Add defrag to concurrent hash map
-
Lukasz Dorau authored
After introducing defrag() compiltaion of test with 1.8 headers fails.
-
Lukasz Dorau authored
-
Lukasz Dorau authored
-
Lukasz Dorau authored
Set tests' timeout value to 590 secs, because after 10 minutes the build is considered as stalled by Travis: "No output has been received in the last 10m0s, this potentially indicates a stalled build or something wrong with the build itself."
-
Lukasz Dorau authored
It's needed to iterate over all internal pointers of basic_string. It's used in the 'defrag' class for storing all pointers in the internal list for the defragmentation process.
-
Lukasz Dorau authored
-
Lukasz Dorau authored
-
- Jan 25, 2020
-
-
Szymon Romik authored
tests: fix transaction test
-
Igor Chorazewicz authored
We did not set counter to a proper value which caused failure on older std libs (for example in rhel-7.7)
-
Szymon Romik authored
Add simple hash_map benchmark for opening time
-
Szymon Romik authored
concurrent_hash_map: change implementation of runtime_initialize(bool)
-
- Jan 24, 2020
-
-
Igor Chorazewicz authored
This patch changes implementation to be the same as before 708bd019 (implementation of runtime_initialize(void) is left unchanged). The change is needed for backward compatibility with pmemkv-1.0. There, we called runtime_initialize(true) in a transaction after tx commit (we assumed there is nothing transactional in runtime_initialize). Introducing a tx inside new runtime_initialize() results in crash on 1.0
-
Łukasz Stolarczuk authored
Update PMDK to newest devel-1.8
-
Łukasz Stolarczuk authored
tests: increase poolsize for enumerable_thread_specific access test
-
Lukasz Dorau authored
-
Igor Chorazewicz authored
in some runs (depending on thread scheduling) test ended with out-of-memory error.
-
Igor Chorazewicz authored
It measures mainly runtime_initialize() time.
-
Szymon Romik authored
Fix delete_persistent to be called properly, on object, in ptr test
-
Łukasz Stolarczuk authored
-
Szymon Romik authored
Add defragmentation feature
-
- Jan 23, 2020
-
-
Łukasz Stolarczuk authored
-
Łukasz Stolarczuk authored
Can be used to iterate over all internal vector's pointers. It's used i.a. in defrag class for storing all ptrs in internal list for defragmentation process.
-
Łukasz Stolarczuk authored
-
Łukasz Stolarczuk authored
Add a defrag class, which holds pointers which will be a subject of a defragmentation process, using libpmemobj's pmemobj_defrag() ref. pmem/pmdk#4066
-
Szymon Romik authored
Hash map consistent size feature
-
Igor Chorazewicz authored
-
Igor Chorazewicz authored
The bool parameter is not needed anymore, size is always restored from 'consistent_size'.
-
Igor Chorazewicz authored
using enumerable_thread_local.
-
Igor Chorazewicz authored
they will be set inside tx so we need p<>.
-
Szymon Romik authored
Implementation of insert_or_assign in concurrent_hash_map
-
Igor Chorążewicz authored
Fix regression in add_test_generic()
-
Igor Chorążewicz authored
Remove duplicated cmake scripts
-
Szymon Romik authored
Add compatibility tests (with different libpmemobj-cpp versions)
-
Szymon Romik authored
Fix tests_clang_release_cpp11_no_valgrind in run-build.sh
-
Igor Chorążewicz authored
Fix types in enumerable_thread_specific_access test
-
Igor Chorazewicz authored
On travis, without this flag rm asks for input if it should "remove write-protected regular file".
-