Thomas Müller wrote: > Did you consider using in-memory file system and persistence managers? > > Regards, > Thomas > I finally remembered that TransientRepository resets after each 'last session' is closed and my unit test needs to keep a foot-in-the-door session open between setup and teardown. With an in-memory FS and PM I can delete the transient repository directory on teardown. BUT it looks like it's still writing to the FS. Perhaps because I'm only creating extremely small content? It's not critical as I can run the unit tests now, but would like to document the behavior if this is expected. Configuration file: