Skip to content

Commit

Permalink
updated test data due to new types and archive stucture
Browse files Browse the repository at this point in the history
  • Loading branch information
SmaGMan authored and Rexagon committed Jan 23, 2025
1 parent 6879371 commit 6a725fc
Show file tree
Hide file tree
Showing 10 changed files with 2 additions and 2 deletions.
Binary file modified core/tests/data/archive_1.bin
Binary file not shown.
Binary file modified core/tests/data/archive_2.bin
Binary file not shown.
Binary file modified core/tests/data/archive_3.bin
Binary file not shown.
Binary file modified core/tests/data/empty_block.bin
Binary file not shown.
Binary file modified core/tests/data/zerostate.boc
Binary file not shown.
2 changes: 1 addition & 1 deletion scripts/dump-test-data-01.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ cp -f "${root_dir}/.temp/zerostate.boc" "${root_dir}/test/data/zerostate.boc"

# dump first empty block
output=$($tycho_bin node list-blocks --control-socket .temp/control1.sock)
block_id=$(echo "$output" | jq -r '.blocks[0]')
block_id=$(echo "$output" | jq -r '.blocks[1]')

echo ${block_id} > "${root_dir}/test/data/first_block_id.txt"
$tycho_bin node dump-block -b "${block_id}" --control-socket .temp/control1.sock "${root_dir}/test/data/first_block.bin"
Expand Down
Binary file modified test/data/first_block.bin
Binary file not shown.
2 changes: 1 addition & 1 deletion test/data/first_block_id.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
-1:8000000000000000:1:2d698af689065d926e3063c0256753884ea144bceaf32979c35dd6b2a8b74f48:91fb65bee496739669a588c5fde49b199dca7005c9036a2a57f681eedf2675c4
-1:8000000000000000:1:56548f5ccb32dbbbf07f0729c50fd8c82f9126a9e6ca87afdc58bbb16c7f07f1:71d84277c498609813558124a263e4d4c7d0432327b8733f46793cf941dc9302
Binary file modified test/data/first_block_queue_diff.bin
Binary file not shown.
Binary file modified test/data/zerostate.boc
Binary file not shown.

0 comments on commit 6a725fc

Please sign in to comment.