HewlettPackard / gull

a multi-node fabric-attached memory manager that provides simple abstractions for accessing and allocating NVM from fabric-attached memory

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DelayedFree tests failing

mashoodk opened this issue · comments

In some machines, it is noticed that tests : EpochZoneHeap.DelayedFree and EpochZoneHeap.DelayedFreeResize fails.

The failure is test case issue as the time we wait for the block to get delayed freed is not enough.

It results in failures as :
9/11 Test # 9: test_epoch_zone_heap .............***Failed 29.88 sec

and

9/11 Test # 9: test_epoch_zone_heap .............***Exception: SegFault 11.97 sec

Please check the logs :
build/Testing/Temporary/LastTest.log to verify if the failures are in the above test cases.

Workaround : increase the sleep time in above mentioned test cases.