-
Notifications
You must be signed in to change notification settings - Fork 175
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test expiration of keys upon displacement #3
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
I confirmed this test hits the block of code I wanted to hit by using lcov. |
|
||
START_TEST(test_expire_displace) | ||
{ | ||
// The goal of this test is to exercise the expiration of keys when |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
thinkingfish
pushed a commit
that referenced
this pull request
Oct 31, 2015
Test expiration of keys upon displacement
sriganes
added a commit
to sriganes/pelikan
that referenced
this pull request
Dec 30, 2018
Summary: ==79284==ERROR: AddressSanitizer: global-buffer-overflow on address 0x00010d405de8 at pc 0x00010d404f79 bp 0x7ffee27fc5c0 sp 0x7ffee27fc5b8 READ of size 2 at 0x00010d405de8 thread T0 #0 0x10d404f78 in test_bitset_getset check_bitmap.c:47 twitter#1 0x10d40e898 in srunner_run_tagged (libcheck.0.dylib:x86_64+0x4898) twitter#2 0x10d404c04 in main check_bitmap.c:90 twitter#3 0x7fff69fa2014 in start (libdyld.dylib:x86_64+0x1014)
This was referenced Dec 30, 2018
sriganes
added a commit
to sriganes/pelikan
that referenced
this pull request
Dec 30, 2018
Summary: WARNING: ThreadSanitizer: thread leak (pid=73068) Thread T1 (tid=6684080, finished) created by main thread at: #0 pthread_create <null> (libclang_rt.tsan_osx_dynamic.dylib:x86_64h+0x2999d) twitter#1 test_thread check_ring_array.c:199 (check_ring_array:x86_64+0x10000231f) twitter#2 srunner_run_tagged <null> (libcheck.0.dylib:x86_64+0x4898) twitter#3 start <null> (libdyld.dylib:x86_64+0x1014) ThreadSanitizer: thread leak check_ring_array.c:199 in test_thread
sriganes
added a commit
to sriganes/pelikan
that referenced
this pull request
Jan 9, 2019
Summary: ==79284==ERROR: AddressSanitizer: global-buffer-overflow on address 0x00010d405de8 at pc 0x00010d404f79 bp 0x7ffee27fc5c0 sp 0x7ffee27fc5b8 READ of size 2 at 0x00010d405de8 thread T0 #0 0x10d404f78 in test_bitset_getset check_bitmap.c:47 twitter#1 0x10d40e898 in srunner_run_tagged (libcheck.0.dylib:x86_64+0x4898) twitter#2 0x10d404c04 in main check_bitmap.c:90 twitter#3 0x7fff69fa2014 in start (libdyld.dylib:x86_64+0x1014)
michalbiesek
added a commit
to michalbiesek/pelikan
that referenced
this pull request
May 27, 2019
…first-patch use datapool for slab data storage
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.