summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Plugging in new internal RS backend into pyeclibplugin_internal_rsKevin Greenan2015-05-192-2/+4
* Revert "Merged in bloodeagle40234/pyeclib/fix-error-handling (pull request #22)"Kevin Greenan2015-04-061-43/+1
* Merged in bloodeagle40234/pyeclib/fix-error-handling (pull request #22)Kevin Greenan2015-04-061-1/+43
|\
| * Fix ECDriverError.__str__Kota Tsuyuzaki2015-04-021-1/+43
* | Fix a few print statements for py3Pete Zaitcev2015-04-022-2/+2
|/
* Guide users to liberasurecode messages in syslog upon errorsTushar Gohad2015-03-131-0/+2
* Convert remaining ECPyECLibException instances to ECDriverErrorTushar Gohad2015-03-131-2/+2
* Wrap calls to pyeclib_c in core.py with try/catch and wrote exampleKevin Greenan2015-03-101-9/+23
* Example test case thst tests plumbing liberasurecode errors up into pyeclibKevin Greenan2015-03-102-1/+17
* Remove references to skipIf (breaks on py2.6)Tushar Gohad2015-03-091-5/+7
* Minor test message cleanupsTushar Gohad2015-03-081-2/+2
* test: Use real backend names in _available_backendsTushar Gohad2015-03-082-7/+16
* Add shss and its unit testsKota Tsuyuzaki2015-03-042-3/+47
* Enable UnitTest to choose tests to doKota Tsuyuzaki2015-03-041-1/+16
* Add missing test for isa_l_rs_vandTushar Gohad2015-03-011-1/+3
* Update the test output now that we properly use HD 3 or 4 (again!)Kevin Greenan2015-02-281-1/+1
* test: Run core tests only onceTushar Gohad2015-02-253-15/+12
* Fix xor backend names in file testsTushar Gohad2015-02-241-6/+3
* Add tests for decode metadata checks.Kevin Greenan2015-02-071-4/+32
* Changed the API for check_metadata to return more structured success and errorKevin Greenan2015-02-031-5/+11
* Fixing a few bugs in the original checksum formatting commit and unitKevin Greenan2015-01-191-0/+51
* Fix the checksum unit tests for crc32.Kevin Greenan2015-01-191-65/+65
* Adding valid EC algorithms infoYuan Zhou2015-01-141-1/+9
* Disable fragment metadata tests (the tests are a WIP)Tushar Gohad2014-12-101-126/+126
* Add min_parity_fragments_needed() per ECDriverTushar Gohad2014-11-201-0/+5
* Make library_import_str arg to ECDriver conditionalTushar Gohad2014-11-192-66/+37
* Adding get_segment_byterange_info and the appropriate tests...v0.9.10Kevin Greenan2014-10-281-0/+36
* A few quick fixes:Kevin Greenan2014-10-231-1/+1
* Modified the decode function to return a list of byte arrays when ranges areKevin Greenan2014-10-231-7/+7
* Merged in use_backend_id (pull request #15) Tushar Gohad2014-10-223-34/+24
|\
| * use enumerated backend_id to reference a backenduse_backend_idEric Lambert2014-10-223-34/+24
* | Add range support to the decode API.Kevin Greenan2014-10-221-0/+57
|/
* First commit for needed_fragments interface change in liberasurecode.Kevin Greenan2014-08-201-1/+1
* The API and C unit tests now pass. Commented out metadata-specific tests, wh...Kevin Greenan2014-08-082-135/+48
* Plugging liberasurecode functions into pyeclibKevin Greenan2014-08-023-41/+41
* test_core: Add comment to clarify valgrind invocationTushar Gohad2014-06-251-0/+3
* test_core: Minor fix to valgrind error messageTushar Gohad2014-06-241-1/+1
* ec_iface: Rename chksum type inline->inline_crc32Tushar Gohad2014-06-231-8/+8
* test_core: Make valgrind run conditionalTushar Gohad2014-06-232-7/+26
* pyeclib_c: Remove references to 'w' in unit testsTushar Gohad2014-06-231-29/+28
* Removed liberasure tests from test_core.pyEric Lambert2014-06-161-39/+0
* Refactored the test_core.py file. For the c tests, it attempts toissue-44Mark Storer2014-06-131-31/+46
* Completed updated of the test_core unit test. The configuration has beenMark Storer2014-06-093-40/+29
* Addressing pull request changes.Mark Storer2014-06-092-0/+0
* Removed run_tests in order to bring everything under a consistent namingMark Storer2014-06-051-82/+0
* Updated the test_core to run some of the core liberasurecode tests even thoughMark Storer2014-06-052-7/+2
* Removed pyeclib_test.py as it has been replaced by test_pyeclib in theMark Storer2014-06-051-8/+2
* Initial implementation of test_pyeclib, which replaces the previous testsMark Storer2014-06-053-21/+471
* Initial import of re-factoring the unit tests to exist in a central locationMark Storer2014-06-044-3/+507
* Minor formatting changes to file_test codeTushar Gohad2014-04-201-23/+24