summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* (Re)Enable flat_xor_hd file EC testsTushar Gohad2016-01-121-3/+10
* Fix flat_xor_hd test invocationTushar Gohad2016-01-121-2/+2
* Empty check for pyeclib_drivers list in unit testsTushar Gohad2015-12-031-0/+2
* Add unit test for VALID_EC_TYPESTushar Gohad2015-11-231-1/+18
* Make VALID_EC_TYPES a runtime/dynamic propertyTushar Gohad2015-11-202-35/+17
* Make liberasurecode_rs_vand tests optionalTushar Gohad2015-11-191-9/+12
* Allow 'flat_xor_hd_4' from external APITushar Gohad2015-09-081-4/+10
* Add shss test spec to test_pyeclib_apiKota Tsuyuzaki2015-09-081-0/+9
* Fix integer truncation issue with PyBuildValue on Big Endian systems by expli...Kevin Greenan2015-08-111-1/+4
* Remove stray print from test codeTushar Gohad2015-07-291-1/+0
* Minor indent fix (tabs -> spaces)Tushar Gohad2015-07-281-3/+3
* Add checksum type support for common testspecTushar Gohad2015-07-291-13/+24
* Unify pyeclib_driver construction code, other tweaksTushar Gohad2015-07-291-97/+31
* Make tests unavailable EC types conditionalTushar Gohad2015-07-281-3/+3
* Fix Python 3 issuesVictor Stinner2015-07-212-13/+16
* Add liberasurecode_rs_vand test casesextended_error_codesTushar Gohad2015-07-191-83/+130
* Expose liberasurecode error codes in PyECLibTushar Gohad2015-07-191-25/+23
* Fixing include path and adding other backends into ec_pyeclib_file_test.shnew_commits_for_1_0_8Kevin Greenan2015-06-181-2/+1
* 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
|/