7
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 5 hours ago. based on code collected about 16 hours ago.
May 14, 2023 — May 14, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Task
sthiell
as Stephane Thiell
More... over 15 years ago
* fix typo
sthiell
as Stephane Thiell
More... over 15 years ago
* added Task tests for testing gathering of buffers (Popen2 worker) * modified return code if process is terminated by a signal (bash-like behaviour) * added doc string to explain return code behaviour (yes!)
sthiell
as Stephane Thiell
More... over 15 years ago
fixed : proper buffer & rc cleaning fixed : wrong commit of task's retcode test case
sthiell
as Stephane Thiell
More... over 15 years ago
* fixed : bug in return code handling in Popen2 worker * fixed : order mismatch in Task.iter_retcodes() * added : test for retcodes
sthiell
as Stephane Thiell
More... over 15 years ago
Cosmetic and packaging stuffs for 0.99 (1.0 RC1).
sthiell
as Stephane Thiell
More... over 15 years ago
Added EOF handling needed for File object worker.
sthiell
as Stephane Thiell
More... over 15 years ago
Minor fixes.
sthiell
as Stephane Thiell
More... over 15 years ago
Interrupt test script
sthiell
as Stephane Thiell
More... over 15 years ago
added interactive mode to clush fixed a bug in engine/gather per worker improved error handling when trying to resume() an already running task
sthiell
as Stephane Thiell
More... over 15 years ago
Fix timeout issue and File worker typos.
sthiell
as Stephane Thiell
More... over 15 years ago
Fix tests
sthiell
as Stephane Thiell
More... over 15 years ago
* added task based and worker based timeout support * added File worker (listen for event on any python File objects) * improved inline documentation * code cleanup * minor bug fix
sthiell
as Stephane Thiell
More... over 15 years ago
Minor fix/typo
sthiell
as Stephane Thiell
More... over 15 years ago
A few python scripts will be available with the ClusterShell library. One of these is nodeset.py that might be useful to deal with pdsh-like nodesets. It is fully based on the ClusterShell.NodeSet class. clush.py is a pdsh-like tool using ClusterShell to demonstrate the use of the library.
sthiell
as Stephane Thiell
More... over 15 years ago
* added autostep support, with autostep threshold disabled by default to support pdsh syntax * minor other step bug fix
sthiell
as Stephane Thiell
More... over 15 years ago
* fixed task-based timeout support * added event handler test cases
sthiell
as Stephane Thiell
More... over 15 years ago
* added task access via worker * added simple event handler test case * minor fix
sthiell
as Stephane Thiell
More... over 15 years ago
Test suite * added local task test case * added example script `clush.py' (pdsh wrapper with auto dshbak)
sthiell
as Stephane Thiell
More... over 15 years ago
* code cleanup * default return codes to 0 in pdsh worker * added debug flag via generic task.set_info
sthiell
as Stephane Thiell
More... over 15 years ago
* added fromlist test * updated RangeSet tests to match new methods
sthiell
as Stephane Thiell
More... over 15 years ago
* rewrite of messages and return codes handling * added thread support to task * more doc * typo fix in NodeSet
sthiell
as Stephane Thiell
More... over 15 years ago
Changed most class methods to match builtin python sets.Set class.
sthiell
as Stephane Thiell
More... over 15 years ago
minor fix
sthiell
as Stephane Thiell
More... over 15 years ago
create iterleaves() with explicit stack (avoid recursive calls)
sthiell
as Stephane Thiell
More... over 15 years ago
* use inplace list.reverse() * fixed typo
sthiell
as Stephane Thiell
More... over 15 years ago
* added shared messages tree * added iterable methods to read nodes buffers * still need to improve rc handling
sthiell
as Stephane Thiell
More... over 15 years ago
* fixed RangeSet initializer
sthiell
as Stephane Thiell
More... over 15 years ago
* added message info in rangeset/nodeset exceptions * modified error test suite
sthiell
as Stephane Thiell
More... over 15 years ago
* now % character is valid and properly escaped * check length of prefix+suffix and raise error if zero, but allow empty prefix
sthiell
as Stephane Thiell
More... over 15 years ago