c341a3e709
It looks like VFS_CHANGES subscription ignores project boundaries so all events are processed by every listener. If event has a hard reference to project in the requestor field, it might leak through the collection of pending events. An attempt to fix holding test projects through pending events. #KT-33802 Fixed