mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2025-05-11 18:35:46 +02:00
chore: enable ContendExpire (#2563)
chore: enable ContendExpire unit test Signed-off-by: Roman Gershman <roman@dragonflydb.io>
This commit is contained in:
parent
9912df09ae
commit
4860c8eac2
1 changed files with 0 additions and 2 deletions
|
@ -863,8 +863,6 @@ TEST_F(ListFamilyTest, OtherMultiWakesBLpop) {
|
|||
}
|
||||
|
||||
TEST_F(ListFamilyTest, ContendExpire) {
|
||||
GTEST_SKIP() << "Skipped due to a bug in helio";
|
||||
|
||||
vector<fb2::Fiber> blpop_fibers;
|
||||
for (unsigned i = 0; i < num_threads_; ++i) {
|
||||
for (unsigned j = 0; j < 30; ++j) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue