Skip to content

Commit

Permalink
Try reeanabling ar_coordinated_mining_tests
Browse files Browse the repository at this point in the history
as before it passes locally when run alone, will see if it still fails
as part of the full test run
  • Loading branch information
JamesPiechota committed Sep 28, 2023
1 parent f3cd620 commit 7d10818
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion apps/arweave/src/ar.erl
Expand Up @@ -57,7 +57,7 @@
%% test modules
ar_base64_compatibility_tests,
ar_config_tests,
% ar_coordinated_mining_tests,
ar_coordinated_mining_tests,
ar_data_sync_tests,
ar_difficulty_tests,
ar_fork_recovery_tests,
Expand Down
8 changes: 4 additions & 4 deletions apps/arweave/test/ar_mining_io_tests.erl
Expand Up @@ -37,9 +37,9 @@ read_recall_range_test_() ->
{setup, fun setup_all/0, fun cleanup_all/1,
{foreach, fun setup_one/0, fun cleanup_one/1,
[
% {timeout, 180, fun test_read_recall_range/0},
% {timeout, 180, fun test_io_threads/0},
% {timeout, 30, fun test_partitions/0},
{timeout, 180, fun test_read_recall_range/0},
{timeout, 180, fun test_io_threads/0},
{timeout, 30, fun test_partitions/0},
{timeout, 180, fun test_mining_session/0}
]}
}.
Expand Down Expand Up @@ -137,7 +137,7 @@ test_partitions() ->
{1, MiningAddress, ar_storage_module:id({?PARTITION_SIZE, 1, Packing})}],
ar_mining_io:get_partitions()),

ar_mining_io:reset(make_ref(), ?WEAVE_SIZE),
ar_mining_io:reset(make_ref(), trunc(5 * ?PARTITION_SIZE)),
?assertEqual([
{0, MiningAddress, ar_storage_module:id({?PARTITION_SIZE, 0, Packing})},
{1, MiningAddress, ar_storage_module:id({?PARTITION_SIZE, 1, Packing})},
Expand Down

0 comments on commit 7d10818

Please sign in to comment.