------------------
- Release 0.2.1. [Andrew Fullford]
- Added count to example. [Andrew Fullford]
- Add -V (--version) flag. [Andrew Fullford]
- Fixed 7. Return to using rename to update roles file. Workaround
added to taskforce.watch_files() handles case where file system does
not file IN_DELETE_SELF or IN_MODE_SELF events on a file rename.
Specific case is with simfs used with OpenVZ (containers), which
happens to be used by Travis-CI. [Andrew Fullford]
- Issue 7. Test simfs inotify work-around. [Andrew Fullford]
- Issue 7. Attempt to manually catch rename events by recording inode number.
These missing rename events appear to be related to this Travis CI
issue, wherein the OpenVZ simfs filesystem isn't sending inotify file
move/delete events: travis-ci/travis-ci2342. [Andrew Fullford]
- Stop context formatting when an error occurs and use the last good
value. [Andrew Fullford]
- Change exit codes to seventies because taskforce uses codes in the
eighties. [Andrew Fullford]
- Issue 7. force polling with inotifyx. successfully reproduced the problem,
but only on travis-ci. [Andrew Fullford]
- Add variable polling rate so test goes quicker with polling mode.
[Andrew Fullford]
- Needed debug for test support. [Andrew Fullford]
- Need longeer timeout for polling mode. [Andrew Fullford]
- Generalize subprocess runner, add watch_files rename test. [Andrew
Fullford]
- Add dummy -e flag. [Andrew Fullford]
- New script to test watch_files. [Andrew Fullford]
- Merge branch 'master' of github.com:akfullfo/taskforce. [Andrew
Fullford]
- Increase log level. [Andrew Fullford]
- Revert to overwrite for roles file. [Andrew Fullford]
- Increase timeouts. why do these fail on travis and not locally?
[Andrew Fullford]
- Fix for FreeBSD which throws ":" after perfectly good program names in
the ps(1) output. [Andrew Fullford]
- Taskforce.search() allows a list, all must be matched. Use this to
get better stability in tests. [Andrew Fullford]
- Enable subproc count assertions. [Andrew Fullford]
- Enabled error file count assertion. [Andrew Fullford]
- Create examples/var/run if needed. it won't be there unless ./run has
been executed. [Andrew Fullford]
- Include code to capture error files from procsim. [Andrew Fullford]
- Comment out stability test, not ready for prime time. [Andrew
Fullford]
- Merge branch 'master' of github.com:akfullfo/taskforce. [Andrew
Fullford]
- Need to track down a bug in ntpd simulation before process count
assertions can be enabled. [Andrew Fullford]
- Record failure when in test mode (ie NOSE_LOG_LEVEL is set) [Andrew
Fullford]
- Up logging level. [Andrew Fullford]
- Up logging level. [Andrew Fullford]
- Validate that taskforce has started the correct number of processes.
[Andrew Fullford]
- Allow up to 1 second for the ps process to exit after output is
consumed. [Andrew Fullford]
- Added example of a "count" param. [Andrew Fullford]
- Record the subprocess pid for callers. [Andrew Fullford]
- Removed python3 from the todo list because it might, or might not, be
done. [Andrew Fullford]