Skip to content
This repository has been archived by the owner on Jun 7, 2022. It is now read-only.

Commit

Permalink
Merge pull request #146 from darrenldl/dev
Browse files Browse the repository at this point in the history
Updated CHANGELOG, updated cov_tests due to changed defaults
  • Loading branch information
darrenldl committed Apr 6, 2019
2 parents 76b22e3 + af1218b commit 267faf8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
- Changed "Uid" to "UID" in encode help messages for consistency
- Changed default archiving options
- Changed from using SBX version 1 to using SBX version 17 with data parity ratio of 10:2 and burst error resistance level of 20 by default
- Slight change in wording in calc mode error correction parameters interpretation
- Replaced the term "any" with "each" when referring to block set or super block set

## 3.0.0

Expand Down
2 changes: 1 addition & 1 deletion cov_tests/out_file_logic_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ truncate -s 1K dummy

echo "Encode with no metadata"
rm dummy.sbx &>/dev/null
kcov_blkar encode dummy --no-meta &>/dev/null
kcov_blkar encode --sbx-version 1 dummy --no-meta &>/dev/null

echo "Repeating same tests for decoding"
echo -n "Testing decode output with no provided path"
Expand Down
2 changes: 1 addition & 1 deletion cov_tests/rescue_from_to_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ touch dummy_empty1
touch dummy_empty2

echo -n "Encoding 1st file"
output=$(kcov_blkar encode --json -f dummy_empty1 --uid DEADBEEF0001)
output=$(kcov_blkar encode --sbx-version 1 --json -f dummy_empty1 --uid DEADBEEF0001)
if [[ $(echo $output | jq -r ".error") != null ]]; then
echo " ==> Invalid JSON"
exit_code=1
Expand Down

0 comments on commit 267faf8

Please sign in to comment.