-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://reviewboard-openlmi.rhcloud.com/r/1281/
-----------------------------------------------------------
Review request for OpenLMI Developers.
Repository: openlmi-providers
Description
-------
Updates to software provider test
Diffs
-----
src/software/test/lmi-test.repo PRE-CREATION
src/software/test/testSoftware.py PRE-CREATION
Diff: http://reviewboard-openlmi.rhcloud.com/r/1281/diff/
Testing
-------
Thanks,
Jan Grec
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://reviewboard-openlmi.rhcloud.com/r/1147/
-----------------------------------------------------------
Review request for OpenLMI Developers.
Repository: openlmi-providers
Description
-------
software - tests: software test suite with basic tests
This is only a "current-status" review. I'll be very thankful for any comments on what's wrong, how the structure should look like, etc.
My TODO is to
* repair all broken tests
* add all tests mentioned
* bind test suite with new LmiTestCase class
I apologize for inconvenience, but I wasn't able to save previous review notes.
Diffs
-----
src/software/test/lmi-test.repo PRE-CREATION
src/software/test/testSoftware.py PRE-CREATION
Diff: http://reviewboard-openlmi.rhcloud.com/r/1147/diff/
Testing
-------
Thanks,
Jan Grec
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://reviewboard-openlmi.rhcloud.com/r/1506/
-----------------------------------------------------------
Review request for OpenLMI Developers.
Repository: openlmi-tools
Description
-------
When creating new LMIInstanceName via LMIClass.new_instance_name(), all the string key-bindings are converted into unicode strings.
Similar operations are performed, when assigning a new value to LMIInstanceNames' key-binding and LMIInstances' property.
Diffs
-----
cli/lmi/shell/LMIClass.py 67c21c1a4431d2b98faa04a6281c27012632e478
cli/lmi/shell/LMIInstanceName.py 01b0e332b65e459477f2e02fadba3e3f725161ad
cli/lmi/shell/LMIUtil.py 69cbf75fdf73d57d3b6e5067edf72100962b6df7
Diff: http://reviewboard-openlmi.rhcloud.com/r/1506/diff/
Testing
-------
Thanks,
Peter Hatina
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://reviewboard-openlmi.rhcloud.com/r/1339/
-----------------------------------------------------------
Review request for OpenLMI Developers.
Repository: openlmi-tools
Description
-------
LMIIndicationListener.add_handler() appends 16 more random characters at the end of handler name. The patch fixes the requested unique string.
Diffs
-----
cli/lmi/shell/LMIIndicationListener.py 4f70e7720e859922a0a4ed57f872d5bafb7c724b
Diff: http://reviewboard-openlmi.rhcloud.com/r/1339/diff/
Testing
-------
Thanks,
Peter Hatina
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://reviewboard-openlmi.rhcloud.com/r/1329/
-----------------------------------------------------------
Review request for OpenLMI Developers.
Repository: openlmi-tools
Description
-------
The patch breaks a compulsory call order of start() -> is_alive()/stop() within LMIIndicationListener objects.
Diffs
-----
cli/lmi/shell/LMIIndicationListener.py 1ec2f21c21291153289e8184026be7c69b27d504
Diff: http://reviewboard-openlmi.rhcloud.com/r/1329/diff/
Testing
-------
Thanks,
Peter Hatina
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://reviewboard-openlmi.rhcloud.com/r/1512/
-----------------------------------------------------------
Review request for OpenLMI Developers.
Repository: openlmi-providers
Description
-------
This patch solves:
* Avoid race conditions with shadow-utils.
* Avoid race condition with libuser: uid/gid "sharing" amoung users/groups.
* Fix deadlock in lock.c code.
This patch introduces giant lock which is held for all write operations.
Diffs
-----
src/account/LMI_AccountManagementServiceProvider.c d4e51d55e259c582c4e145fcd45191aec6e484b1
src/account/LMI_AccountProvider.c fa2e3165f79844d4fac908ce344a69d735f6150d
src/account/LMI_GroupProvider.c efdbad53c57c102a9c6e760da968773e9aa2bf60
src/account/lock.h ab5827bb543ad35e4ab25e7e3edc84f5c416e1fc
src/account/lock.c b18b87dd11c42923699d53e409460aeb7b4a996a
Diff: http://reviewboard-openlmi.rhcloud.com/r/1512/diff/
Testing
-------
Thanks,
Robin Hack
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://reviewboard-openlmi.rhcloud.com/r/1528/
-----------------------------------------------------------
Review request for OpenLMI Developers.
Repository: openlmi-providers
Description
-------
Added tests for race conditions. Based on bug 1061153, these tests attempt to create, modify or delete users from a number of threads. Tests clean up by reverting backup of /etc/passwd, /etc/groups, /etc/shadow and /etc/gshadow.
New classes are added that might be useful in future (maybe even elsewhere): BackupStorage to backup system files, Passwd to assess if /etc/passwd is corrupted.
Diffs
-----
src/account/test/TestAccountRaceConditions.py PRE-CREATION
src/account/test/common.py 1476d107a916e9ee47595e4bd39041445b9d8450
src/account/test/methods.py ffb9f7d9335e8082bba4ee65baa103a9651682a3
Diff: http://reviewboard-openlmi.rhcloud.com/r/1528/diff/
Testing
-------
Thanks,
Alois Mahdal
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://reviewboard-openlmi.rhcloud.com/r/1542/
-----------------------------------------------------------
Review request for OpenLMI Developers.
Repository: openlmi-providers
Description
-------
devassistant: Add a subpackage to the spec file
Diffs
-----
openlmi-providers.spec a6ac5516da574b0bf60a439f35413a0ddf9ba847
Diff: http://reviewboard-openlmi.rhcloud.com/r/1542/diff/
Testing
-------
Thanks,
Tomáš Bžatek
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://reviewboard-openlmi.rhcloud.com/r/1480/
-----------------------------------------------------------
Review request for OpenLMI Developers.
Repository: openlmi-providers
Description
-------
fan: make the sprintf_chip_name() thread-safe
Resolves: rhbz#1031650
Diffs
-----
src/fan/fan.c 14239521bcaf0404f5fb332bf624a00468b1d478
Diff: http://reviewboard-openlmi.rhcloud.com/r/1480/diff/
Testing
-------
Thanks,
Michal Minar