mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
6baedf909d
* Call fsync() before closing file
* Fix race condition in tests due to incorrect stub.
The startFlows() function wasn't really being stubbed, so it was still being called. But there was no corresponding call to stopFlows().
In later tests, the check in Flows.init() was throwing the "Cannot init without a stop" error.
* Test coverage for fsync() calls
For issue #1478
* Revert "Fix race condition in tests due to incorrect stub."
This reverts commit
|
||
---|---|---|
.. | ||
index_spec.js | ||
localfilesystem_spec.js |