terascope / teraslice

Scalable data processing pipelines in JavaScript
https://terascope.github.io/teraslice/
Apache License 2.0
50 stars 13 forks source link

Change teraslice-cli tests to use temp dir #3509

Closed sotojn closed 10 months ago

sotojn commented 10 months ago

This fixes an issue posted here #3494

sotojn commented 10 months ago

The new-processor-spec also has directories that are shared. I'm thinking we should take care of that now, before it becomes a problem.

I have updated new-processor-spec.ts to also use temp directories. Great feedback!