summaryrefslogtreecommitdiffstats
path: root/ceph-erasure-code-corpus (follow)
Commit message (Collapse)AuthorAgeFilesLines
* tests: erasure-code: add k=2, m=2 for isa & jerasureLoic Dachary2016-12-081-0/+0
| | | | | | Fixes: http://tracker.ceph.com/issues/18188 Signed-off-by: Loic Dachary <loic@dachary.org>
* ECBackend: integrate cache and rmw pipelineSamuel Just2016-11-171-0/+0
| | | | | | | | | | | | Implements the rmw pipeline and integrates the cache. HashInfo now maintains a projected size for use during the planning phase of the pipeline. (Doesn't build without subsequent patches, not worth stubbing out the interfaces) Signed-off-by: Samuel Just <sjust@redhat.com>
* tests: sync ceph-erasure-code-corpus for using 'arch' not 'uname -p'Kefu Chai2016-11-161-0/+0
| | | | Signed-off-by: Kefu Chai <kchai@redhat.com>
* erasure-code: improve non-regression testingBassam Tabbara2016-09-291-0/+0
| | | | | | Pickup new ec corpus with improved testing. Signed-off-by: Bassam Tabbara <bassam.tabbara@quantum.com>
* submodules: revert an accidental changeYehuda Sadeh2016-03-041-0/+0
| | | | | | | revert changes that went in in commit f1ac0de5bfd974258c257470feae5ff03054873e. This affects ceph-erasure-code-corpus, civetweb Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
* rgw: configurable index typeYehuda Sadeh2016-03-031-0/+0
| | | | Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
* tests: sync ceph-erasure-code-corpus for mktemp -dLoic Dachary2016-02-101-0/+0
| | | | | | Because it's posix and --directory is not. Signed-off-by: Loic Dachary <ldachary@redhat.com>
* tests: ceph-erasure-code-corpus must test SIMD variantsLoic Dachary2015-09-031-0/+0
| | | | | | | | | | | | | | ceph_erasure_code.cc and ceph_erasure_code_benchmark.cc failed to load the plugins. It went unnoticed when 660ae5bcbb250b06cf88ec7f9a3f37b05c6c8118 was reviewed because * ceph_erasure_code_benchmark is not used in make check * qa/workunits/erasure-code/encode-decode-non-regression.sh silently interpreted the failure as the absence of SIMD variants http://tracker.ceph.com/issues/12933 Fixes: #12933 Signed-off-by: Loic Dachary <ldachary@redhat.com>
* erasure code: shec add ceph-erasure-code-corpusTakeshi Miyamae2015-07-171-0/+0
| | | | Signed-off-by: Takeshi Miyamae <miyamae.takeshi@jp.fujitsu.com>
* tests: erasure-code non regression tests must skip isa on i386Loic Dachary2015-06-101-0/+0
| | | | | | | | | | When the isa plugin is not present, the isa plugin payloads are not tested. When that happens, remember that it was intentional by storing the path that would have been tested so that the inventory is complete. http://tracker.ceph.com/issues/11949 Fixes: #11949 Signed-off-by: Loic Dachary <loic@dachary.org>
* tests: ceph_erasure_code_non_regression s/stipe/stripe/Loic Dachary2015-06-091-0/+0
| | | | | | | | | Synchronize withe the ceph-erasure-code-corpus submodule in which all file names were modified to fix the typo. http://tracker.ceph.com/issues/11932 Fixes: #11932 Signed-off-by: Loic Dachary <ldachary@redhat.com>
* tests: sync ceph-erasure-code-corpus to verify jerasure variantsLoic Dachary2015-06-071-0/+0
| | | | | | http://tracker.ceph.com/issues/9720 Refs: #9720 Signed-off-by: Loic Dachary <ldachary@redhat.com>
* ceph-erasure-code-corpus: isa: add k=10 m=4Loic Dachary2015-05-301-0/+0
| | | | | | | | To improve coverage. http://tracker.ceph.com/issues/11346 Fixes: #11346 Signed-off-by: Loic Dachary <ldachary@redhat.com>
* erasure-code: update ceph-erasure-code-corpus for shecLoic Dachary2015-05-171-0/+0
| | | | | | | Update the ceph-erasure-code-corpus submodule to include the hammer shec checks. Signed-off-by: Loic Dachary <ldachary@redhat.com>
* erasure-code: workunit to check for encoding regressionLoic Dachary2014-11-101-0/+0
Clone the archive of encoded objects and decode all archived objects, up to and including the current ceph version. http://tracker.ceph.com/issues/9420 Refs: #9420 Signed-off-by: Loic Dachary <loic-201408@dachary.org>