Since this test had t.Parallel set, it would run the sub-tests in parallel. The issue was that the same file path was being written from the 2 sub-tests causing duplicate firing of the event handlers. This would cause a race where the store would be closing, and at the same time, an event handler would fire, trying to read the fs.watcher field. Having two separate file paths resolves this. https://mattermost.atlassian.net/browse/MM-31369 ```release-note NONE ```
config.json
This is the system configuration file for your Mattermost server. Settings are specific to different editions of Mattermost. Please read the documentation before making changes: https://about.mattermost.com/default-config-docs/