DigitalPebble / behemoth

Behemoth is an open source platform for large scale document analysis based on Apache Hadoop.
Other
281 stars 60 forks source link

Tests cant be run by more than one person #46

Open alexmc6 opened 11 years ago

alexmc6 commented 11 years ago

The tests create files like

/tmp/sfcmt/.foo.crc

These are owned by the first person to do the tests, so might not be created or manipulated by the second person to run the tests.

Suggested change, write to

/tmp/[username]/sfcmt/.foo.crc

(I suppose I should create a patch for something so trivial)

jnioche commented 11 years ago

Hi Alex

yes please create a patch if you can. Not clear which test creates this output but it could be a case of the main file being deleted but not the corresponding .crc, in which case there should be an option for avoiding the generation of the .crc in the first place