* morituri/program/cdparanoia.py:

cdparanoia can hang indefinitely on scsi read errors.
	  For example, on some drives, when trying negative offsets.
	  Notice them, count them, and fail after 100.
	* morituri/test/test_program_cdparanoia.py:
	* morituri/test/cdparanoia.progress.error (added):
	  Add a test for this output.
This commit is contained in:
Thomas Vander Stichele
2011-03-23 19:40:47 +00:00
parent 6a8355b109
commit f8409b29e1
4 changed files with 2552 additions and 0 deletions

View File

@@ -1,3 +1,19 @@
2011-03-23 Thomas Vander Stichele <thomas at apestaart dot org>
* morituri/program/cdparanoia.py:
cdparanoia can hang indefinitely on scsi read errors.
For example, on some drives, when trying negative offsets.
Notice them, count them, and fail after 100.
* morituri/test/test_program_cdparanoia.py:
* morituri/test/cdparanoia.progress.error (added):
Add a test for this output.
2011-03-23 Thomas Vander Stichele <thomas at apestaart dot org>
* morituri/program/cdparanoia.py:
* morituri/test/test_program_cdparanoia.py:
2011-03-22 Thomas Vander Stichele <thomas at apestaart dot org>
* morituri/common/program.py: