Comment 3 for bug 1810518

Revision history for this message
Ben Nemec (bnemec) wrote : Re: neutron-functional tests failing with policy.json file not found

The good news is I can reproduce this locally, the bad news is that I can't consistently do it when I run subsets of the functional tests which means it takes a rather long time to try anything. Given that behavior, my guess would be that there's an issue when we recycle threads in the thread pool.

I'm also trying to set up a functional test in oslo.privsep to see if I can reproduce this in a simpler environment by throwing a lot of simultaneous calls at the daemon. Struggling a bit to get the daemon started in a tox venv though.