Skip to content

stateproofs: Make SP e2e tests easier for arm.#4402

Merged
algorandskiy merged 1 commit into
algorand:masterfrom
algonautshant:shant/make_sp_e2e_lighter
Aug 12, 2022
Merged

stateproofs: Make SP e2e tests easier for arm.#4402
algorandskiy merged 1 commit into
algorand:masterfrom
algonautshant:shant/make_sp_e2e_lighter

Conversation

@algonautshant
Copy link
Copy Markdown
Contributor

Rarely, SP e2e tests may fail on ARM. This is because the tests spins around 7 nodes, which may overwhelm the ARM.
Making some of the tests run on smaller network, others not run on ARM.

@codecov
Copy link
Copy Markdown

codecov Bot commented Aug 12, 2022

Codecov Report

Merging #4402 (aabc637) into master (5a852ba) will increase coverage by 0.01%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master    #4402      +/-   ##
==========================================
+ Coverage   55.56%   55.58%   +0.01%     
==========================================
  Files         400      400              
  Lines       50797    50797              
==========================================
+ Hits        28226    28235       +9     
+ Misses      20169    20166       -3     
+ Partials     2402     2396       -6     
Impacted Files Coverage Δ
network/wsPeer.go 65.47% <0.00%> (-4.94%) ⬇️
ledger/acctupdates.go 70.22% <0.00%> (-0.31%) ⬇️
data/abi/abi_type.go 88.62% <0.00%> (ø)
network/wsNetwork.go 64.89% <0.00%> (ø)
ledger/accountdb.go 72.58% <0.00%> (+0.15%) ⬆️
catchup/service.go 69.38% <0.00%> (+0.49%) ⬆️
ledger/catchpointtracker.go 62.89% <0.00%> (+0.78%) ⬆️
ledger/tracker.go 74.78% <0.00%> (+0.85%) ⬆️
crypto/merkletrie/node.go 93.48% <0.00%> (+1.86%) ⬆️
crypto/merkletrie/trie.go 68.61% <0.00%> (+2.18%) ⬆️
... and 2 more

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

partitiontest.PartitionTest(t)
defer fixtures.ShutdownSynchronizedTest(t)

if runtime.GOARCH == "arm" || runtime.GOARCH == "arm64" {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I suggest to retain it for arm64

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants