cxl-micron-reskit / famfs

This is the user space repo for famfs, the fabric-attached memory file system
Apache License 2.0
31 stars 9 forks source link

Multiple simultaneous smoke tests can interfere with each other #70

Closed jagalactic closed 3 months ago

jagalactic commented 3 months ago

The pcq tests write a status to an output file (currently pcqstatus.txt). With two instances of smoke_loop.sh running on different dax devices, I observed a case where a pcq test from one smoke_loop corrupted the pcqstatus.txt file from the other smoke loop. Oops. Should make sure different smoke tests don't generate any same-name artifacts.