iovisor / bcc

BCC - Tools for BPF-based Linux IO analysis, networking, monitoring, and more
Apache License 2.0
20.59k stars 3.88k forks source link

Remove test_free_bcc_memory python test #4917

Closed yonghong-song closed 9 months ago

yonghong-song commented 9 months ago

I have seen multiple following test failures on fedora 38 test machine:

35: Traceback (most recent call last): 35: File "/bcc/tests/python/test_free_bcc_memory.py", line 49, in testFreeLLVMMemory 35: self.assertTrue(rss1 > rss2) 35: AssertionError: False is not true

It is possible fedora 38 vm might do something to force release memory. Let us remove this test as it does not really test any core functionality.